view pixmaps/gen-inline-pixbufs.sh @ 32006:379f9c5f647a

Added tag v9.0.1334 for changeset ef644af2c3308fe8b804713bfd7b2fc992f894bc
author Bram Moolenaar <Bram@vim.org>
date Tue, 21 Feb 2023 13:45:08 +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