view pixmaps/gen-inline-pixbufs.sh @ 10453:15b87f017d8c

Added tag v8.0.0119 for changeset 3fab458a54ad8f87cc673e9a4fc6fd9bdae428a1
author Christian Brabandt <cb@256bit.org>
date Sat, 03 Dec 2016 14:15:04 +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