view pixmaps/gen-inline-pixbufs.sh @ 32273:a7e63171cbfb

Added tag v9.0.1467 for changeset 2df0f97799927ee31342fffcc62b90b2b26d4a64
author Bram Moolenaar <Bram@vim.org>
date Tue, 18 Apr 2023 22:00:05 +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