view pixmaps/gen-inline-pixbufs.sh @ 26056:977bbbf36908

Added tag v8.2.3561 for changeset 109e9272cd5c9e93bab944e24a1792792f9366ba
author Bram Moolenaar <Bram@vim.org>
date Sun, 24 Oct 2021 16:00:08 +0200
parents d4faa2c5211b
children
line wrap: on
line source

#! /bin/sh

prefix=stock_
list=

for file in "$@"; do
    name=$(echo "$file" | sed 's|-|_|g; s|^.*/||; s|\..*$||')
    list="$list $prefix$name $file"
done

gdk-pixbuf-csource --raw --static --build-list $list