view pixmaps/gen-inline-pixbufs.sh @ 3165:851be4a41033

Added tag v7-3-352 for changeset ca65249eb34b
author Bram Moolenaar <bram@vim.org>
date Wed, 26 Oct 2011 22:02:15 +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