view pixmaps/gen-inline-pixbufs.sh @ 8429:eac8a407df71

Added tag v7.4.1505 for changeset 4e22d0e7bfb1bd42fef0c920188b0db410569af8
author Christian Brabandt <cb@256bit.org>
date Sun, 06 Mar 2016 22: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