view pixmaps/gen-inline-pixbufs.sh @ 25738:bd72de88a9f4

Added tag v8.2.3404 for changeset d923be9d752d5845d73fee05aabcedfcedb5654a
author Bram Moolenaar <Bram@vim.org>
date Sun, 05 Sep 2021 16:45:04 +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