view pixmaps/gen-inline-pixbufs.sh @ 19088:74589f7c03e8

Added tag v8.2.0104 for changeset e3848b251a0150ff619934e50f85f0f6e2483fb1
author Bram Moolenaar <Bram@vim.org>
date Wed, 08 Jan 2020 20:15: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