view pixmaps/gen-inline-pixbufs.sh @ 28878:3e05c671c2fa

Added tag v8.2.4961 for changeset f13fcdacb57f6f4524e6cf09b27e5ce45bd22a3a
author Bram Moolenaar <Bram@vim.org>
date Mon, 16 May 2022 11:15:06 +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