view pixmaps/gen-inline-pixbufs.sh @ 32999:679ce4872871

Added tag v9.0.1791 for changeset d55bf5bbcb6f2546385c609510fbdb1d22e95fd9
author Christian Brabandt <cb@256bit.org>
date Sun, 27 Aug 2023 11:30:08 +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