view pixmaps/gen-inline-pixbufs.sh @ 36116:c4052b4892ee

Added tag v9.1.0722 for changeset f0c4102568cfb7db713c4dd829478eeea277efc3
author Christian Brabandt <cb@256bit.org>
date Sun, 08 Sep 2024 20:15:07 +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