view pixmaps/gen-inline-pixbufs.sh @ 25086:088c1ddac618 v8.2.3080

patch 8.2.3080: recover test fails on 32bit systems Commit: https://github.com/vim/vim/commit/576cb75ceb38ed077938d4a1c1265095050f6105 Author: Yegappan Lakshmanan <yegappan@yahoo.com> Date: Wed Jun 30 21:30:10 2021 +0200 patch 8.2.3080: recover test fails on 32bit systems Problem: Recover test fails on 32bit systems. (Ond?ej S?kup) Solution: Detect 32/64 bit systems. (Yegappan Lakshmanan, closes https://github.com/vim/vim/issues/8485, closes #8479)
author Bram Moolenaar <Bram@vim.org>
date Wed, 30 Jun 2021 21:45: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