view pixmaps/gen-inline-pixbufs.sh @ 32753:62bb6527baf3

Added tag v9.0.1695 for changeset f1fdbcd46f3a979a524cb1f151beada1b2eee6b8
author Christian Brabandt <cb@256bit.org>
date Sat, 12 Aug 2023 00:30:04 +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