view pixmaps/gen-inline-pixbufs.sh @ 28235:3ea4c66b4988

Added tag v8.2.4639 for changeset 89c181c99e23c18ca55ec868365e43ca798ff8c7
author Bram Moolenaar <Bram@vim.org>
date Tue, 29 Mar 2022 08:57:42 +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