view pixmaps/gen-inline-pixbufs.sh @ 5209:9760cab5a463

Added tag v7-4a-030 for changeset bc4fb0317465
author Bram Moolenaar <bram@vim.org>
date Wed, 17 Jul 2013 19:12:57 +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