wok-next rev 17674
tix: tcl 8.6 support
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Feb 18 11:02:05 2015 +0100 (2015-02-18) |
parents | c7c3567bd8d4 |
children | 28f9e4343450 |
files | notecase/receipt tix/receipt util-linux/receipt vfu/receipt |
line diff
1.1 --- a/notecase/receipt Wed Feb 18 09:35:09 2015 +0100 1.2 +++ b/notecase/receipt Wed Feb 18 11:02:05 2015 +0100 1.3 @@ -12,7 +12,8 @@ 1.4 TAGS="office notes" 1.5 1.6 DEPENDS="gnome-vfs gtksourceview" 1.7 -BUILD_DEPENDS="gtk+-dev pixman-dev gtksourceview-dev gnome-vfs-dev GConf-dev" 1.8 +BUILD_DEPENDS="gtk+-dev pixman-dev gtksourceview-dev gnome-vfs-dev GConf-dev \ 1.9 +pkg-config" 1.10 1.11 # Rules to configure and make the package. 1.12 compile_rules()
2.1 --- a/tix/receipt Wed Feb 18 09:35:09 2015 +0100 2.2 +++ b/tix/receipt Wed Feb 18 11:02:05 2015 +0100 2.3 @@ -18,6 +18,10 @@ 2.4 # 2.5 compile_rules() 2.6 { 2.7 + # tcl 8.6 support 2.8 + sed -i 's|#include.*tcl\.h.*|#define USE_INTERP_RESULT 1\n&|' \ 2.9 + generic/tix.h generic/tixPort.h generic/tixUtils.c \ 2.10 + PyTix-2.0/2.0/_tkinter.c PyTix-2.0/2.0/tkappinit.c 2.11 ./configure --prefix=/usr $CONFIGURE_ARGS && 2.12 make && 2.13 make DESTDIR=$DESTDIR install
3.1 --- a/util-linux/receipt Wed Feb 18 09:35:09 2015 +0100 3.2 +++ b/util-linux/receipt Wed Feb 18 11:02:05 2015 +0100 3.3 @@ -13,8 +13,8 @@ 3.4 HOST_ARCH="i486 arm" 3.5 LOCALE="" 3.6 3.7 -DEPENDS="" 3.8 -BUILD_DEPENDS="ncurses-dev zlib-dev" 3.9 +DEPENDS="ncurses" 3.10 +BUILD_DEPENDS="ncurses-dev zlib-dev udev-dev" 3.11 3.12 # Rules to configure and make the package. 3.13 compile_rules()
4.1 --- a/vfu/receipt Wed Feb 18 09:35:09 2015 +0100 4.2 +++ b/vfu/receipt Wed Feb 18 11:02:05 2015 +0100 4.3 @@ -16,8 +16,7 @@ 4.4 # Rules to configure and make the package. 4.5 compile_rules() 4.6 { 4.7 - sed -i 's|lncurses|& -ltinfo|' */Makefile */mm.conf 4.8 - make 4.9 + make LDDEF=-ltinfo 4.10 } 4.11 4.12 # Rules to gen a SliTaz package suitable for Tazpkg.