view pixmaps/gen-inline-pixbufs.sh @ 29663:5009fd4e3de6

Added tag v9.0.0171 for changeset b03c47618895fa9b5e712709457fa17b691e2ab9
author Bram Moolenaar <Bram@vim.org>
date Mon, 08 Aug 2022 17: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