view pixmaps/gen-inline-pixbufs.sh @ 34123:3f4a2bb2e5e8

Added tag v9.1.0025 for changeset 20ab46fe8a16194ba0c0bcd2f10472e15f67ea44
author Christian Brabandt <cb@256bit.org>
date Fri, 12 Jan 2024 18:15:04 +0100
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