view pixmaps/gen-inline-pixbufs.sh @ 28068:1be25e090d52

Added tag v8.2.4558 for changeset e257b6be5bd6e5494381ef2666314ec4c2094561
author Bram Moolenaar <Bram@vim.org>
date Sun, 13 Mar 2022 16:00:04 +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