view pixmaps/gen-inline-pixbufs.sh @ 16342:06f3eb443e93 v8.1.1176

patch 8.1.1176: test for dragging a tab is flaky commit https://github.com/vim/vim/commit/7f27976589f075d591d54f754be257b5f6e6fd92 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Apr 15 21:48:22 2019 +0200 patch 8.1.1176: test for dragging a tab is flaky Problem: Test for dragging a tab is flaky. Solution: Add a brief sleep.
author Bram Moolenaar <Bram@vim.org>
date Mon, 15 Apr 2019 22:00: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