view pixmaps/gen-inline-pixbufs.sh @ 28450:4d88ce67e7ad

Added tag v8.2.4749 for changeset 80ed5ad30d28656b9fb17b83df230170d2f9feed
author Bram Moolenaar <Bram@vim.org>
date Thu, 14 Apr 2022 16:45: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