view pixmaps/gen-inline-pixbufs.sh @ 15974:7d3d7e407216

Added tag v8.1.0992 for changeset 393a9a3a2da29fdc6e6ba24457ed210a893d445d
author Bram Moolenaar <Bram@vim.org>
date Mon, 04 Mar 2019 11:45:08 +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