# HG changeset patch # User Hans-G?nter Theisgen # Date 1573478253 -3600 # Node ID 9b2cdbe80b5e990be6b4653e219adf024e87ada5 # Parent b08bcbd8a085c46d68ab14c3d663feebecc99a2e updated xorg-libXau and xorg-libXau-dev (1.0.8 -> 1.0.9) diff -r b08bcbd8a085 -r 9b2cdbe80b5e xorg-libXau-dev/receipt --- a/xorg-libXau-dev/receipt Mon Nov 11 14:09:40 2019 +0100 +++ b/xorg-libXau-dev/receipt Mon Nov 11 14:17:33 2019 +0100 @@ -1,22 +1,24 @@ # SliTaz package receipt. PACKAGE="xorg-libXau-dev" -VERSION="1.0.8" +VERSION="1.0.9" CATEGORY="development" -SHORT_DESC="Development files for libXau" +SHORT_DESC="Development files for libXau." MAINTAINER="pankso@slitaz.org" LICENSE="MIT" -WEB_SITE="https://www.x.org/" +WEB_SITE="https://www.x.org/wiki/" + +DEPENDS="pkg-config xorg-libXau xorg-xproto" +WANTED="xorg-libXau" + HOST_ARCH="i486 arm" -DEPENDS="xorg-libXau xorg-xproto pkg-config" -WANTED="xorg-libXau" - # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib - 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/include $fs/usr + cp -a $install/usr/lib/pkgconfig $fs/usr/lib + cp -a $install/usr/lib/*.la $fs/usr/lib } diff -r b08bcbd8a085 -r 9b2cdbe80b5e xorg-libXau/receipt --- a/xorg-libXau/receipt Mon Nov 11 14:09:40 2019 +0100 +++ b/xorg-libXau/receipt Mon Nov 11 14:17:33 2019 +0100 @@ -1,27 +1,29 @@ # SliTaz package receipt. PACKAGE="xorg-libXau" -VERSION="1.0.8" +VERSION="1.0.9" CATEGORY="x-window" -SHORT_DESC="X authorization file management libary" +SHORT_DESC="X authorization file management libary." MAINTAINER="pankso@slitaz.org" LICENSE="other" -WEB_SITE="https://www.x.org/" +WEB_SITE="https://www.x.org/wiki/" + SOURCE="libXau" TARBALL="$SOURCE-$VERSION.tar.bz2" WGET_URL="$XORG_MIRROR/lib/$TARBALL" -HOST_ARCH="i486 arm" DEPENDS="glibc-base" BUILD_DEPENDS="xorg-xproto" +HOST_ARCH="i486 arm" + # Rules to configure and make the package. compile_rules() { - ./configure \ - --sysconfdir=/etc \ - --localstatedir=/var \ - --disable-static \ + ./configure \ + --sysconfdir=/etc \ + --localstatedir=/var \ + --disable-static \ $CONFIGURE_ARGS && make && make install @@ -30,9 +32,9 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p \ - $fs/usr/share/licenses \ - $fs/usr/lib + mkdir -p $fs/usr/share/licenses + mkdir -p $fs/usr/lib + install -m644 -oroot -groot $src/COPYING $fs/usr/share/licenses/$PACKAGE.txt cp -a $install/usr/lib/*.so* $fs/usr/lib }