view pixmaps/gen-inline-pixbufs.sh @ 25712:e2b38073ff8f

Added tag v8.2.3391 for changeset d1457c3f156c00e2fda4ca66a8b444d8c76a8097
author Bram Moolenaar <Bram@vim.org>
date Tue, 31 Aug 2021 21:00:07 +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