view pixmaps/gen-inline-pixbufs.sh @ 11246:166d1de0ba9d v8.0.0509

patch 8.0.0509: no link to codecov.io results commit https://github.com/vim/vim/commit/dd00851e07f251c7c2696d87303f3df70a458731 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Mar 25 18:04:32 2017 +0100 patch 8.0.0509: no link to codecov.io results Problem: No link to codecov.io results. Solution: Add a badge to the readme file.
author Christian Brabandt <cb@256bit.org>
date Sat, 25 Mar 2017 18:15:04 +0100
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