view pixmaps/gen-inline-pixbufs.sh @ 30210:1ab4a87efc91

Added tag v9.0.0440 for changeset a970b48c25a34cd148e948d71ebdc6d9a1de5683
author Bram Moolenaar <Bram@vim.org>
date Sun, 11 Sep 2022 13:00:08 +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