view pixmaps/gen-inline-pixbufs.sh @ 25787:829a412396db

Added tag v8.2.3428 for changeset ec62e0764ffa7f7bf06afda45d18267a615efdc4
author Bram Moolenaar <Bram@vim.org>
date Sat, 11 Sep 2021 21:15:04 +0200
parents d4faa2c5211b
children
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