view pixmaps/gen-inline-pixbufs.sh @ 27999:c8d1520e7878

Added tag v8.2.4524 for changeset ef7d9789919d0e7478d9ba9e0aa6649425124c97
author Bram Moolenaar <Bram@vim.org>
date Mon, 07 Mar 2022 16:30:04 +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