view pixmaps/gen-inline-pixbufs.sh @ 32698:3c1bab29c2f4

Added tag v9.0.1679 for changeset e5cd5e8627da
author Christian Brabandt <cb@256bit.org>
date Tue, 08 Aug 2023 21:01:37 +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