view pixmaps/gen-inline-pixbufs.sh @ 27882:ee0155d5dfd8

Added tag v8.2.4466 for changeset e3014ada45a5eac5cc09a20b71781fb199fcab84
author Bram Moolenaar <Bram@vim.org>
date Fri, 25 Feb 2022 18:45:03 +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