wok-next diff vkeybd/receipt @ rev 19784

Build glib static libs and make static desktop-file-validate (for cookutils compressor), remake optipng & pngquant: use sbin for static binaries. Up 915resolution, Qt4-qca-ossl, R, accessx, advancecomp, aiksaurus, airpwn, amsn for auto-patching; lowercase libIDL, ORBit2 names.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Jun 19 04:02:32 2017 +0300 (2017-06-19)
parents b0c60d808e5c
children d5aab818505e
line diff
     1.1 --- a/vkeybd/receipt	Mon Sep 16 12:32:27 2013 +0000
     1.2 +++ b/vkeybd/receipt	Mon Jun 19 04:02:32 2017 +0300
     1.3 @@ -18,8 +18,9 @@
     1.4  {
     1.5  	cd $src
     1.6  	# Hack makefile
     1.7 -	sed -i 's|PREFIX = /usr/local|PREFIX = /usr|; \
     1.8 -	s|TCL_VERSION = 8.4|TCL_VERSION = 8.5|' Makefile
     1.9 +	TCL_VERSION=$(sed '/TCL_VERSION/!d;s/.*"\(.*\)"/\1/' /usr/include/tcl.h)
    1.10 +	sed -i "s|PREFIX = /usr/local|PREFIX = /usr|; \
    1.11 +	s|TCL_VERSION = 8.4|TCL_VERSION = $TCL_VERSION|" Makefile
    1.12  	make &&
    1.13  	make DESTDIR=$DESTDIR install
    1.14  }