view pixmaps/gen-inline-pixbufs.sh @ 12489:7e6cb73e5ce0 v8.0.1124

patch 8.0.1124: use of MZSCHEME_VER is unclear commit https://github.com/vim/vim/commit/f16c71b66927a28196b25a42795d083784ab1b9a Author: Bram Moolenaar <Bram@vim.org> Date: Mon Sep 18 20:01:02 2017 +0200 patch 8.0.1124: use of MZSCHEME_VER is unclear Problem: Use of MZSCHEME_VER is unclear. Solution: Add a comment. (Ken Takata)
author Christian Brabandt <cb@256bit.org>
date Mon, 18 Sep 2017 20:15:04 +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