# HG changeset patch # User Hans-G?nter Theisgen # Date 1573117265 -3600 # Node ID 400af7fadc2353fddb55a77c0ece1f12bdb42471 # Parent 0a80e84555e0a4b767cce4821b076446388c04ef updated xdg-user-dirs (0.14 -> 0.17) diff -r 0a80e84555e0 -r 400af7fadc23 xdg-user-dirs/receipt --- a/xdg-user-dirs/receipt Thu Nov 07 08:57:37 2019 +0100 +++ b/xdg-user-dirs/receipt Thu Nov 07 10:01:05 2019 +0100 @@ -1,22 +1,24 @@ # SliTaz package receipt. PACKAGE="xdg-user-dirs" -VERSION="0.14" +VERSION="0.17" CATEGORY="utilities" LICENSE="GPL" SHORT_DESC="Tool to help manage user directories." MAINTAINER="yuripourre@gmail.com" +WEB_SITE="https://www.freedesktop.org/wiki/Software/xdg-user-dirs" + TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="http://www.freedesktop.org/wiki/Software/xdg-user-dirs" -WGET_URL="http://user-dirs.freedesktop.org/releases/$TARBALL" +WGET_URL="https://user-dirs.freedesktop.org/releases/$TARBALL" DEPENDS="" -BUILD_DEPENDS="gawk" +BUILD_DEPENDS="autoconf gawk" # Rules to configure and make the package. compile_rules() { - ./configure \ + ./autogen.sh \ + --disable-documentation \ $CONFIGURE_ARGS && make && make DESTDIR=$DESTDIR install