view pixmaps/gen-inline-pixbufs.sh @ 32615:8c5edad9b7a5 v9.0.1639

patch 9.0.1639: build failure without the crypt feature Commit: https://github.com/vim/vim/commit/bc385a150f9d812bb3e54ff0d5db75d3c6c3bb43 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jun 17 15:35:03 2023 +0100 patch 9.0.1639: build failure without the crypt feature Problem: Build failure without the crypt feature. Solution: Adjust #ifdefs
author Bram Moolenaar <Bram@vim.org>
date Sat, 17 Jun 2023 16: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