view pixmaps/gen-inline-pixbufs.sh @ 32348:73c473159a74

Added tag v9.0.1505 for changeset edea3992cb01e0a17df310e0b99d62896143db7e
author Bram Moolenaar <Bram@vim.org>
date Tue, 02 May 2023 17:30:06 +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