view pixmaps/gen-inline-pixbufs.sh @ 11868:72ca0e12e23b v8.0.0814

patch 8.0.0814: file in Filelist does not exist commit https://github.com/vim/vim/commit/0e7885e67d7d798812e23dd8d32e75106f06cb76 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jul 30 16:58:56 2017 +0200 patch 8.0.0814: file in Filelist does not exist Problem: File in Filelist does not exist. Solution: Remove the line.
author Christian Brabandt <cb@256bit.org>
date Sun, 30 Jul 2017 17:00:05 +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