view pixmaps/gen-inline-pixbufs.sh @ 29801:ac6f7c97adef

Added tag v9.0.0239 for changeset ae63d041243bf702ade9b1fe3576d83b11cf54dc
author Bram Moolenaar <Bram@vim.org>
date Sun, 21 Aug 2022 20: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