view pixmaps/gen-inline-pixbufs.sh @ 28404:95ce25a7224a

Added tag v8.2.4726 for changeset 2655935b5ccc5f3a7c88d8c17998c349db21daaf
author Bram Moolenaar <Bram@vim.org>
date Sat, 09 Apr 2022 22:45:04 +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