# HG changeset patch # User Hans-G?nter Theisgen # Date 1588338515 -3600 # Node ID 9c0c1fdfe76323027d19eefe562d932b620c526b # Parent 162ce5a95e8ffb91bb9e0aea67f51bf0fe76906f updated xdg-utils (1.1.0-rc1 -> 1.1.3) diff -r 162ce5a95e8f -r 9c0c1fdfe763 libxcb/receipt --- a/libxcb/receipt Fri May 01 13:47:01 2020 +0100 +++ b/libxcb/receipt Fri May 01 14:08:35 2020 +0100 @@ -9,7 +9,7 @@ LICENSE="other" WEB_SITE="https://xcb.freedesktop.org/" -TARBALL="$PACKAGE-$VERSION.tar.bz2" +TARBALL="$PACKAGE-$VERSION.tar.xz" WGET_URL="${WEB_SITE}dist/$TARBALL" DEPENDS="glibc-base xorg-libXau xorg-libXdmcp" diff -r 162ce5a95e8f -r 9c0c1fdfe763 xdg-utils/receipt --- a/xdg-utils/receipt Fri May 01 13:47:01 2020 +0100 +++ b/xdg-utils/receipt Fri May 01 14:08:35 2020 +0100 @@ -1,28 +1,33 @@ # SliTaz package receipt. PACKAGE="xdg-utils" -VERSION="1.1.0-rc1" +VERSION="1.1.3" CATEGORY="development" SHORT_DESC="Assists desktop integration tasks." MAINTAINER="paul@slitaz.org" LICENSE="MIT" +WEB_SITE="https://www.freedesktop.org/wiki/Software/xdg-utils/" + TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="https://www.freedesktop.org/wiki/Software/xdg-utils/" WGET_URL="http://portland.freedesktop.org/download/$TARBALL" HOST_ARCH="i486 arm" +BUILD_DEPENDS="docbook-xsl" + # Rules to configure and make the package. compile_rules() { - ./configure \ + ./configure \ + --prefix=/usr \ $CONFIGURE_ARGS && - make && make install + make scripts && + make install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr - cp -a $install/usr/bin $fs/usr + cp -a $install/usr/bin $fs/usr }