view pixmaps/gen-inline-pixbufs.sh @ 27456:a8e2d91995ce

Added tag v8.2.4256 for changeset 6045bf58926d959f63e4734543ba5d72cee67f37
author Bram Moolenaar <Bram@vim.org>
date Sat, 29 Jan 2022 16:30:05 +0100
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