view pixmaps/gen-inline-pixbufs.sh @ 26687:c997d581cf03

Added tag v8.2.3872 for changeset c04b28fad0cc65a8590360eafcb10890a679d67f
author Bram Moolenaar <Bram@vim.org>
date Wed, 22 Dec 2021 20:00: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