view pixmaps/gen-inline-pixbufs.sh @ 27465:976fb709e91d

Added tag v8.2.4260 for changeset a14c4d3e32606c855cd99eb186b1a74104f75ef3
author Bram Moolenaar <Bram@vim.org>
date Sun, 30 Jan 2022 16:30: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