view pixmaps/gen-inline-pixbufs.sh @ 26263:96a2fb08d98a

Added tag v8.2.3662 for changeset 2484d6d9616629fe51bad8a8e58199a1f3c08a04
author Bram Moolenaar <Bram@vim.org>
date Wed, 24 Nov 2021 16:15:04 +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