view pixmaps/gen-inline-pixbufs.sh @ 31346:79181cae7f1e

Added tag v9.0.1006 for changeset 63065373330a7bbbfea295bd3ed6bfe14b483359
author Bram Moolenaar <Bram@vim.org>
date Mon, 05 Dec 2022 00:45:04 +0100
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