view pixmaps/gen-inline-pixbufs.sh @ 16119:4fac64b51d74 v8.1.1064

patch 8.1.1064: no test for output conversion in the GTK GUI commit https://github.com/vim/vim/commit/c701f320e83b33e9ee67d1f7d67d9c1a9a99974d Author: Bram Moolenaar <Bram@vim.org> Date: Thu Mar 28 21:49:21 2019 +0100 patch 8.1.1064: no test for output conversion in the GTK GUI Problem: No test for output conversion in the GTK GUI. Solution: Add a simplistic test.
author Bram Moolenaar <Bram@vim.org>
date Thu, 28 Mar 2019 22:00:06 +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