view pixmaps/gen-inline-pixbufs.sh @ 29227:a10714fe6372

Added tag v8.2.5132 for changeset 699fbccbeab8912c59c900a8e49dd24a3c8e8d95
author Bram Moolenaar <Bram@vim.org>
date Sun, 19 Jun 2022 18:30:03 +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