view pixmaps/gen-inline-pixbufs.sh @ 27711:6fdafb9cb90e

Added tag v8.2.4381 for changeset 5f8a4fece0ca153e3aee80bc1e3c3f8fa27c2ed1
author Bram Moolenaar <Bram@vim.org>
date Mon, 14 Feb 2022 17:00: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