view pixmaps/gen-inline-pixbufs.sh @ 7464:1e47dd710211

commit https://github.com/vim/vim/commit/27a82e31ee9acedb6922093b2764f7f6860b0f91 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jan 2 21:39:09 2016 +0100 Add new file left out from patch 7.4.1034.
author Christian Brabandt <cb@256bit.org>
date Sat, 02 Jan 2016 21:45: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