view pixmaps/gen-inline-pixbufs.sh @ 32109:717cbacce38c

Added tag v9.0.1385 for changeset cbf0ed5c83d0ffed76d72a925d974ff1bacc6db0
author Bram Moolenaar <Bram@vim.org>
date Sun, 05 Mar 2023 22:30:03 +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