view pixmaps/gen-inline-pixbufs.sh @ 10411:234b7d552f48

Added tag v8.0.0099 for changeset 783a75eca83a50bc7018a8cdc736eb70297e9a55
author Christian Brabandt <cb@256bit.org>
date Thu, 24 Nov 2016 18:00:05 +0100
parents 3fc0f57ecb91
children d4faa2c5211b
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