view pixmaps/gen-inline-pixbufs.sh @ 28494:6a015080f040

Added tag v8.2.4771 for changeset 9f8563d056296c62f9e8cd72c56d8b51fe0768d9
author Bram Moolenaar <Bram@vim.org>
date Sun, 17 Apr 2022 14:30: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