view pixmaps/gen-inline-pixbufs.sh @ 11837:9bc22692b80d

Added tag v8.0.0798 for changeset f080b225a2a4466343232f0bd130d06e108524d9
author Christian Brabandt <cb@256bit.org>
date Fri, 28 Jul 2017 22:30:05 +0200
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