view pixmaps/gen-inline-pixbufs.sh @ 10407:909ea30c733e

Added tag v8.0.0097 for changeset 42911b23324582e3c21804b38a5cc8ea399d83e0
author Christian Brabandt <cb@256bit.org>
date Thu, 24 Nov 2016 17:30:05 +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