view pixmaps/gen-inline-pixbufs.sh @ 26180:0e260743a13c

Added tag v8.2.3621 for changeset 9fadec3d0c40e153e384bb818cd8d5cb6e542b9d
author Bram Moolenaar <Bram@vim.org>
date Fri, 19 Nov 2021 12:45: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