view pixmaps/gen-inline-pixbufs.sh @ 7863:e18a688b2e3b

Added tag v7.4.1228 for changeset d4fec9208e7e2dfdf8d547e4078a0f46a30634b6
author Christian Brabandt <cb@256bit.org>
date Sun, 31 Jan 2016 19:00: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