view pixmaps/gen-inline-pixbufs.sh @ 29082:c009a9830f56

Added tag v8.2.5062 for changeset b66386af68f8e3e7ba5b818f1242f3031deb146d
author Bram Moolenaar <Bram@vim.org>
date Mon, 06 Jun 2022 11:15:07 +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