view pixmaps/gen-inline-pixbufs.sh @ 9558:b591a350f190 v7.4.2056

commit https://github.com/vim/vim/commit/1abc52c1599fede69b4e76ffde0e879d6fb5080a Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jul 17 15:06:51 2016 +0200 patch 7.4.2056 Problem: Build fails. Solution: Add missing changes.
author Christian Brabandt <cb@256bit.org>
date Sun, 17 Jul 2016 15:15:06 +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