view pixmaps/gen-inline-pixbufs.sh @ 13164:45a9c54a6468 v8.0.1456

patch 8.0.1456: timer test on travis Mac is still flaky commit https://github.com/vim/vim/commit/8dce6c54c81f13582617db3127071b3436b8163b Author: Bram Moolenaar <Bram@vim.org> Date: Sat Feb 3 15:38:42 2018 +0100 patch 8.0.1456: timer test on travis Mac is still flaky Problem: Timer test on travis Mac is still flaky. Solution: Increase time range a bit more.
author Christian Brabandt <cb@256bit.org>
date Sat, 03 Feb 2018 15:45: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