wok-6.x diff xorg-libXt/receipt @ rev 23471
updated python-cheetah (2.4.3 -> 2.4.4)
author | Hans-G?nter Theisgen |
---|---|
date | Sun Apr 05 14:34:55 2020 +0100 (2020-04-05) |
parents | 814c58f64f83 |
children | 5d79829fa876 |
line diff
1.1 --- a/xorg-libXt/receipt Thu Aug 09 12:16:16 2018 +0200 1.2 +++ b/xorg-libXt/receipt Sun Apr 05 14:34:55 2020 +0100 1.3 @@ -1,19 +1,21 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="xorg-libXt" 1.7 -VERSION="1.1.4" 1.8 +VERSION="1.2.0" 1.9 CATEGORY="x-window" 1.10 -SHORT_DESC="X Toolkit Library" 1.11 +SHORT_DESC="X Toolkit Library." 1.12 MAINTAINER="pankso@slitaz.org" 1.13 LICENSE="other" 1.14 -WEB_SITE="https://www.x.org/" 1.15 +WEB_SITE="https://www.x.org/wiki/" 1.16 + 1.17 SOURCE="libXt" 1.18 TARBALL="$SOURCE-$VERSION.tar.bz2" 1.19 WGET_URL="$XORG_MIRROR/lib/$TARBALL" 1.20 -HOST_ARCH="i486 arm" 1.21 1.22 DEPENDS="xorg-libSM xorg-libX11" 1.23 -BUILD_DEPENDS="xorg-libSM-dev xorg-libX11-dev glib-dev util-linux-uuid-dev" 1.24 +BUILD_DEPENDS="glib-dev util-linux-uuid-dev xorg-libSM-dev xorg-libX11-dev" 1.25 + 1.26 +HOST_ARCH="i486 arm" 1.27 1.28 # Handle cross compilation. 1.29 case "$ARCH" in 1.30 @@ -23,11 +25,11 @@ 1.31 # Rules to configure and make the package. 1.32 compile_rules() 1.33 { 1.34 - ./configure \ 1.35 - --sysconfdir=/etc \ 1.36 - --localstatedir=/var \ 1.37 - --disable-static \ 1.38 - --with-appdefaultdir=/etc/X11/app-defaults \ 1.39 + ./configure \ 1.40 + --sysconfdir=/etc \ 1.41 + --localstatedir=/var \ 1.42 + --disable-static \ 1.43 + --with-appdefaultdir=/etc/X11/app-defaults \ 1.44 $CONFIGURE_ARGS && 1.45 make && 1.46 make install