view pixmaps/gen-inline-pixbufs.sh @ 29252:49805cb64d1d

Added tag v8.2.5144 for changeset aea330cb546f14e3d65b8f8fddaba1a0fa0aae5d
author Bram Moolenaar <Bram@vim.org>
date Tue, 21 Jun 2022 19: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