view pixmaps/gen-inline-pixbufs.sh @ 29243:cdb22dde06b9 v8.2.5140

patch 8.2.5140: seachpair timeout test is flaky Commit: https://github.com/vim/vim/commit/73171ba4344e17484699d11c65d57fb1f4de572a Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jun 20 12:39:39 2022 +0100 patch 8.2.5140: seachpair timeout test is flaky Problem: Seachpair timeout test is flaky. Solution: Mark the test as flaky so it is retried.
author Bram Moolenaar <Bram@vim.org>
date Mon, 20 Jun 2022 13:45:03 +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