view pixmaps/gen-inline-pixbufs.sh @ 31128:bb1964a6cf1c

Added tag v9.0.0898 for changeset 92b929203a4fc5e83e874e25b47e86230416cf1a
author Bram Moolenaar <Bram@vim.org>
date Thu, 17 Nov 2022 20:15:06 +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