view pixmaps/gen-inline-pixbufs.sh @ 25975:11cfbeb809d3

Added tag v8.2.3520 for changeset 416237f1de227ec65204258ac7ff263da924f5bd
author Bram Moolenaar <Bram@vim.org>
date Sat, 16 Oct 2021 16:45:05 +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