view pixmaps/gen-inline-pixbufs.sh @ 20939:b7b074a8d737 v8.2.1021

patch 8.2.1021: Ruby interface not tested enough Commit: https://github.com/vim/vim/commit/a190548e9165bbae75144a3e47f01d7708b29073 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jun 20 16:00:25 2020 +0200 patch 8.2.1021: Ruby interface not tested enough Problem: Ruby interface not tested enough. Solution: Add a couple more tests. (Dominique Pell?, closes https://github.com/vim/vim/issues/6301)
author Bram Moolenaar <Bram@vim.org>
date Sat, 20 Jun 2020 16:15:04 +0200
parents 3fc0f57ecb91
children d4faa2c5211b
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