view pixmaps/gen-inline-pixbufs.sh @ 25795:f0093634cf43

Added tag v8.2.3432 for changeset 374adc90efa5679b8d1f77279bae6c1352626c59
author Bram Moolenaar <Bram@vim.org>
date Sun, 12 Sep 2021 17:15:03 +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