view pixmaps/gen-inline-pixbufs.sh @ 27085:40b273e28f26

Added tag v8.2.4071 for changeset 6fc63c6a7ee7531aba4c47f8bd722cc346205f64
author Bram Moolenaar <Bram@vim.org>
date Wed, 12 Jan 2022 17:30:08 +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