view pixmaps/gen-inline-pixbufs.sh @ 21139:d5c03e28c4b7

Added tag v8.2.1120 for changeset c2cbe6cc76206a3f218fbeb5f59020c85a1d883b
author Bram Moolenaar <Bram@vim.org>
date Fri, 03 Jul 2020 18:15:05 +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