view pixmaps/gen-inline-pixbufs.sh @ 20716:3f0826b19029

Also fix the patch number. Commit: https://github.com/vim/vim/commit/87fda407f8ecf947ba6ce72ac21f69ff04d909cd Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jun 6 13:25:31 2020 +0200 Also fix the patch number.
author Bram Moolenaar <Bram@vim.org>
date Sat, 06 Jun 2020 13:30:04 +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