wok-current rev 22221
updated xorg-libXpm packages (3.5.10 -> 3.5.12)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Nov 11 17:03:25 2019 +0100 (2019-11-11) |
parents | 7dac4105d4b3 |
children | 4e8cdcea6eb1 |
files | xorg-libXpm-dev/receipt xorg-libXpm-util/receipt xorg-libXpm/receipt |
line diff
1.1 --- a/xorg-libXpm-dev/receipt Mon Nov 11 16:54:31 2019 +0100 1.2 +++ b/xorg-libXpm-dev/receipt Mon Nov 11 17:03:25 2019 +0100 1.3 @@ -1,26 +1,26 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="xorg-libXpm-dev" 1.7 -VERSION="3.5.10" 1.8 +VERSION="3.5.12" 1.9 CATEGORY="development" 1.10 -SHORT_DESC="Development files for libXpm" 1.11 +SHORT_DESC="Development files for libXpm." 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 +DEPENDS="pkg-config xorg-libX11-dev xorg-libXpm" 1.18 +WANTED="xorg-libXpm" 1.19 + 1.20 HOST_ARCH="i486 arm" 1.21 1.22 -WANTED="xorg-libXpm" 1.23 -DEPENDS="xorg-libXpm xorg-libX11-dev pkg-config" 1.24 - 1.25 # Rules to gen a SliTaz package suitable for Tazpkg. 1.26 genpkg_rules() 1.27 { 1.28 - mkdir -p \ 1.29 - $fs/usr/share/licenses \ 1.30 - $fs/usr/lib 1.31 - cp -a $src/COPYING $fs/usr/share/licenses/${PACKAGE%-dev}.txt 1.32 + mkdir -p $fs/usr/share/licenses 1.33 + mkdir -p $fs/usr/lib 1.34 1.35 - cp -a $install/usr/include $fs/usr 1.36 + cp -a $src/COPYING $fs/usr/share/licenses/${PACKAGE%-dev}.txt 1.37 + cp -a $install/usr/include $fs/usr 1.38 cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.39 - cp -a $install/usr/lib/*.la $fs/usr/lib 1.40 + cp -a $install/usr/lib/*.la $fs/usr/lib 1.41 }
2.1 --- a/xorg-libXpm-util/receipt Mon Nov 11 16:54:31 2019 +0100 2.2 +++ b/xorg-libXpm-util/receipt Mon Nov 11 17:03:25 2019 +0100 2.3 @@ -1,15 +1,15 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="xorg-libXpm-util" 2.7 -VERSION="3.5.10" 2.8 +VERSION="3.5.12" 2.9 CATEGORY="x-window" 2.10 -SHORT_DESC="X Pixmap utilities" 2.11 +SHORT_DESC="X Pixmap utilities." 2.12 MAINTAINER="al.bobylev@gmail.com" 2.13 LICENSE="other" 2.14 -WEB_SITE="https://www.x.org/" 2.15 +WEB_SITE="https://www.x.org/wiki/" 2.16 2.17 WANTED="xorg-libXpm" 2.18 -DEPENDS="xorg-libXpm xorg-libXext xorg-libXt" 2.19 +DEPENDS="xorg-libXext xorg-libXpm xorg-libXt" 2.20 2.21 # Rules to gen a SliTaz package suitable for Tazpkg. 2.22 genpkg_rules()
3.1 --- a/xorg-libXpm/receipt Mon Nov 11 16:54:31 2019 +0100 3.2 +++ b/xorg-libXpm/receipt Mon Nov 11 17:03:25 2019 +0100 3.3 @@ -1,19 +1,21 @@ 3.4 # SliTaz package receipt. 3.5 3.6 PACKAGE="xorg-libXpm" 3.7 -VERSION="3.5.10" 3.8 +VERSION="3.5.12" 3.9 CATEGORY="x-window" 3.10 -SHORT_DESC="X Pixmap Library" 3.11 +SHORT_DESC="X Pixmap Library." 3.12 MAINTAINER="pankso@slitaz.org" 3.13 LICENSE="other" 3.14 -WEB_SITE="https://www.x.org/" 3.15 +WEB_SITE="https://www.x.org/wiki/" 3.16 + 3.17 SOURCE="libXpm" 3.18 TARBALL="$SOURCE-$VERSION.tar.bz2" 3.19 WGET_URL="$XORG_MIRROR/lib/$TARBALL" 3.20 -HOST_ARCH="i486 arm" 3.21 3.22 DEPENDS="xorg-libX11 xorg-libXt" 3.23 -BUILD_DEPENDS="xorg-libXt-dev xorg-libXext-dev xorg-libSM-dev util-linux-uuid-dev" 3.24 +BUILD_DEPENDS="util-linux-uuid-dev xorg-libSM-dev xorg-libXext-dev xorg-libXt-dev" 3.25 + 3.26 +HOST_ARCH="i486 arm" 3.27 3.28 # Rules to configure and make the package. 3.29 compile_rules() 3.30 @@ -22,17 +24,18 @@ 3.31 arm*) 3.32 # ARM Hack 3.33 for la in libICE.la libSM.la libuuid.la 3.34 - do 3.35 + do 3.36 if grep -q "^libdir='/usr/lib'" /usr/lib/${la}; then 3.37 sed -i s"#/usr/lib#/cross/$ARCH/sysroot/usr/lib#" \ 3.38 /usr/lib/${la} 3.39 fi 3.40 - done ;; 3.41 + done ;; 3.42 esac 3.43 - ./configure \ 3.44 - --sysconfdir=/etc \ 3.45 - --localstatedir=/var \ 3.46 - --disable-static \ 3.47 + 3.48 + ./configure \ 3.49 + --sysconfdir=/etc \ 3.50 + --localstatedir=/var \ 3.51 + --disable-static \ 3.52 $CONFIGURE_ARGS && 3.53 make && 3.54 make install