view pixmaps/gen-inline-pixbufs.sh @ 10402:65646e5652df v8.0.0095

commit https://github.com/vim/vim/commit/182707ac10d77359bf7a87c6b23ce4025d5b0ad4 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Nov 21 20:55:58 2016 +0100 patch 8.0.0095 Problem: Problems with GTK 3.22.2 fixed in 3.22.4. Solution: Adjust the #ifdefs. (Kazunobu Kuriyama)
author Christian Brabandt <cb@256bit.org>
date Mon, 21 Nov 2016 21:00: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