view pixmaps/gen-inline-pixbufs.sh @ 29980:f0952e40de8e v9.0.0328

patch 9.0.0328: OLD_DIGRAPHS is unused Commit: https://github.com/vim/vim/commit/e27d6e6382795e86ea4dd3a86396350a4c29b6fb Author: Bram Moolenaar <Bram@vim.org> Date: Tue Aug 30 15:05:30 2022 +0100 patch 9.0.0328: OLD_DIGRAPHS is unused Problem: OLD_DIGRAPHS is unused. Solution: Remove OLD_DIGRAPHS. Also drop HPUX_DIGRAPHS.
author Bram Moolenaar <Bram@vim.org>
date Tue, 30 Aug 2022 16:15: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