view pixmaps/gen-inline-pixbufs.sh @ 36202:840eedce3fdc

Added tag v9.1.0745 for changeset 35d2b36f60728f4582144b70ea838d9fca188610
author Christian Brabandt <cb@256bit.org>
date Sun, 29 Sep 2024 10:15: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