view pixmaps/gen-inline-pixbufs.sh @ 7979:22367b9f528a v7.4.1285

commit https://github.com/vim/vim/commit/79c2c881bb7ae1cbdeeff91d4875b4bf2e54df06 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Feb 7 21:19:28 2016 +0100 patch 7.4.1285 Problem: Cannot measure elapsed time. Solution: Add reltimefloat().
author Christian Brabandt <cb@256bit.org>
date Sun, 07 Feb 2016 21:30: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