view pixmaps/gen-inline-pixbufs.sh @ 26395:fe4bc08c1e0b

Added tag v8.2.3728 for changeset 43d196ca5e7a9972c32c03c4af08f2d50023f8fc
author Bram Moolenaar <Bram@vim.org>
date Fri, 03 Dec 2021 15:00:05 +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