view pixmaps/gen-inline-pixbufs.sh @ 18824:591bca01afa1

Added tag v8.1.2399 for changeset ae2bd5ec98d04a7bda0e6f964d3faa39a6b2b1c8
author Bram Moolenaar <Bram@vim.org>
date Fri, 06 Dec 2019 20:30: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