wok-6.x diff xorg-libXpm/receipt @ rev 23584
updated python-whoosh (2.5.7 -> 2.7.4)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Apr 07 14:07:00 2020 +0100 (2020-04-07) |
parents | 814c58f64f83 |
children | 4803265f63c1 |
line diff
1.1 --- a/xorg-libXpm/receipt Thu Aug 09 12:16:16 2018 +0200 1.2 +++ b/xorg-libXpm/receipt Tue Apr 07 14:07:00 2020 +0100 1.3 @@ -1,19 +1,21 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="xorg-libXpm" 1.7 -VERSION="3.5.10" 1.8 +VERSION="3.5.12" 1.9 CATEGORY="x-window" 1.10 -SHORT_DESC="X Pixmap Library" 1.11 +SHORT_DESC="X Pixmap 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="libXpm" 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-libX11 xorg-libXt" 1.23 -BUILD_DEPENDS="xorg-libXt-dev xorg-libXext-dev xorg-libSM-dev util-linux-uuid-dev" 1.24 +BUILD_DEPENDS="util-linux-uuid-dev xorg-libSM-dev xorg-libXext-dev xorg-libXt-dev" 1.25 + 1.26 +HOST_ARCH="i486 arm" 1.27 1.28 # Rules to configure and make the package. 1.29 compile_rules() 1.30 @@ -22,17 +24,18 @@ 1.31 arm*) 1.32 # ARM Hack 1.33 for la in libICE.la libSM.la libuuid.la 1.34 - do 1.35 + do 1.36 if grep -q "^libdir='/usr/lib'" /usr/lib/${la}; then 1.37 sed -i s"#/usr/lib#/cross/$ARCH/sysroot/usr/lib#" \ 1.38 /usr/lib/${la} 1.39 fi 1.40 - done ;; 1.41 + done ;; 1.42 esac 1.43 - ./configure \ 1.44 - --sysconfdir=/etc \ 1.45 - --localstatedir=/var \ 1.46 - --disable-static \ 1.47 + 1.48 + ./configure \ 1.49 + --sysconfdir=/etc \ 1.50 + --localstatedir=/var \ 1.51 + --disable-static \ 1.52 $CONFIGURE_ARGS && 1.53 make && 1.54 make install