view pixmaps/gen-inline-pixbufs.sh @ 12509:1fd4594eb74a

Missing part of 8.0.1131. commit https://github.com/vim/vim/commit/8b21de33bb288738c1445bc7241d3d5106124d66 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Sep 22 11:13:52 2017 +0200 Missing part of 8.0.1131.
author Christian Brabandt <cb@256bit.org>
date Fri, 22 Sep 2017 11: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