view pixmaps/gen-inline-pixbufs.sh @ 27592:9203ba0e764a

Added tag v8.2.4322 for changeset d91be28bbdbbd2cae80b0b116033dc6c0c2da056
author Bram Moolenaar <Bram@vim.org>
date Mon, 07 Feb 2022 21:00: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