# HG changeset patch # User Hans-G?nter Theisgen # Date 1573478728 -3600 # Node ID ae5abbe98fa9cc63d38613e08dcd7d89adc83378 # Parent 9b2cdbe80b5e990be6b4653e219adf024e87ada5 updated xorg-libXaw and xorg-libXaw-dev (1.0.11 -> 1.0.13) diff -r 9b2cdbe80b5e -r ae5abbe98fa9 xorg-libXaw-dev/receipt --- a/xorg-libXaw-dev/receipt Mon Nov 11 14:17:33 2019 +0100 +++ b/xorg-libXaw-dev/receipt Mon Nov 11 14:25:28 2019 +0100 @@ -1,26 +1,26 @@ # SliTaz package receipt. PACKAGE="xorg-libXaw-dev" -VERSION="1.0.11" +VERSION="1.0.13" CATEGORY="development" -SHORT_DESC="Development files for libXaw" +SHORT_DESC="Development files for libXaw." MAINTAINER="pankso@slitaz.org" LICENSE="other" -WEB_SITE="https://www.x.org/" +WEB_SITE="https://www.x.org/wiki/" + +DEPENDS="pkg-config xorg-libXaw xorg-libXmu-dev xorg-libXpm-dev" +WANTED="xorg-libXaw" + HOST_ARCH="i486 arm" -WANTED="xorg-libXaw" -DEPENDS="xorg-libXaw xorg-libXmu-dev xorg-libXpm-dev pkg-config" - # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p \ - $fs/usr/share/licenses \ - $fs/usr/lib - cp -a $src/COPYING $fs/usr/share/licenses/${PACKAGE%-dev}.txt + mkdir -p $fs/usr/share/licenses + mkdir -p $fs/usr/lib - cp -a $install/usr/include $fs/usr + cp -a $src/COPYING $fs/usr/share/licenses/${PACKAGE%-dev}.txt + cp -a $install/usr/include $fs/usr cp -a $install/usr/lib/pkgconfig $fs/usr/lib - cp -a $install/usr/lib/*.la $fs/usr/lib + cp -a $install/usr/lib/*.la $fs/usr/lib } diff -r 9b2cdbe80b5e -r ae5abbe98fa9 xorg-libXaw/receipt --- a/xorg-libXaw/receipt Mon Nov 11 14:17:33 2019 +0100 +++ b/xorg-libXaw/receipt Mon Nov 11 14:25:28 2019 +0100 @@ -1,28 +1,30 @@ # SliTaz package receipt. PACKAGE="xorg-libXaw" -VERSION="1.0.11" +VERSION="1.0.13" CATEGORY="x-window" -SHORT_DESC="X Athena Widgets Library" +SHORT_DESC="X Athena Widgets Library." MAINTAINER="pankso@slitaz.org" LICENSE="other" -WEB_SITE="https://www.x.org/" +WEB_SITE="https://www.x.org/wiki/" + SOURCE="libXaw" TARBALL="$SOURCE-$VERSION.tar.bz2" WGET_URL="$XORG_MIRROR/lib/$TARBALL" -HOST_ARCH="i486 arm" DEPENDS="xorg-libXmu xorg-libXpm" -BUILD_DEPENDS="xorg-libXmu-dev xorg-libXpm-dev util-linux-uuid-dev" +BUILD_DEPENDS="util-linux-uuid-dev xorg-libXmu-dev xorg-libXpm-dev" + +HOST_ARCH="i486 arm" # Rules to configure and make the package. compile_rules() { - ./configure \ - --sysconfdir=/etc \ - --localstatedir=/var \ - --disable-static \ - --disable-xaw6 \ + ./configure \ + --sysconfdir=/etc \ + --localstatedir=/var \ + --disable-static \ + --disable-xaw6 \ $CONFIGURE_ARGS && make && make install