view pixmaps/gen-inline-pixbufs.sh @ 26611:6da29744e94a

Added tag v8.2.3834 for changeset 95a267994eac1bd702cc21d440a215c65c85dc63
author Bram Moolenaar <Bram@vim.org>
date Fri, 17 Dec 2021 12:45: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