view pixmaps/gen-inline-pixbufs.sh @ 25706:db2130b7a83f

Added tag v8.2.3388 for changeset f165d99cda45fddddb1ab93bc27fe9f42513924c
author Bram Moolenaar <Bram@vim.org>
date Mon, 30 Aug 2021 21:30:05 +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