view pixmaps/gen-inline-pixbufs.sh @ 12040:60e650490220

Added tag v8.0.0900 for changeset 84066f043ab9d1d051b3dd17ac6504746c1365f1
author Christian Brabandt <cb@256bit.org>
date Fri, 11 Aug 2017 17: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