summaryrefslogtreecommitdiff
path: root/pixmaps/gen-inline-pixbufs.sh
blob: 616c547df2835b4c64e0926a7fb59bdd8548d2dd (plain)
1
2
3
4
5
6
7
8
9
10
11
#! /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