view pixmaps/gen-inline-pixbufs.sh @ 10508:338bab9e417a

commit https://github.com/vim/vim/commit/14a612fa2e5705547d0687ac07abc200c9359125 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jan 6 16:35:04 2017 +0100 Better solution to make coveralls work again.
author Christian Brabandt <cb@256bit.org>
date Fri, 06 Jan 2017 16: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