view pixmaps/gen-inline-pixbufs.sh @ 15849:c478f5603556

Added tag v8.1.0931 for changeset cea7a0fde805175a3c50e4ea6e0a37af55e8b389
author Bram Moolenaar <Bram@vim.org>
date Sat, 16 Feb 2019 14:15:06 +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