view pixmaps/gen-inline-pixbufs.sh @ 27375:90523078c8e2

Added tag v8.2.4215 for changeset c9a6c79998b2d24ffcc55248e32581dc28aca168
author Bram Moolenaar <Bram@vim.org>
date Tue, 25 Jan 2022 15:00:05 +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