# HG changeset patch # User Hans-G?nter Theisgen # Date 1579794148 -3600 # Node ID c1575d842c724261a5146b9ce4e087fb6afa8737 # Parent 526e82fe04714dba9b7e430700f0baffdb270caf updated desktop-file-utils and desktop-file-utils-extra (0.23 -> 0.24) diff -r 526e82fe0471 -r c1575d842c72 desktop-file-utils-extra/receipt --- a/desktop-file-utils-extra/receipt Thu Jan 23 16:28:27 2020 +0100 +++ b/desktop-file-utils-extra/receipt Thu Jan 23 16:42:28 2020 +0100 @@ -1,15 +1,15 @@ # SliTaz package receipt. PACKAGE="desktop-file-utils-extra" -VERSION="0.23" +VERSION="0.24" CATEGORY="system-tools" SHORT_DESC="Extra desktop file utils (install and validate)." MAINTAINER="pankso@slitaz.org" LICENSE="GPL2" WEB_SITE="https://www.freedesktop.org/wiki/Software/desktop-file-utils/" +DEPENDS="glib glibc-base pcre" WANTED="desktop-file-utils" -DEPENDS="glib glibc-base pcre" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() diff -r 526e82fe0471 -r c1575d842c72 desktop-file-utils/receipt --- a/desktop-file-utils/receipt Thu Jan 23 16:28:27 2020 +0100 +++ b/desktop-file-utils/receipt Thu Jan 23 16:42:28 2020 +0100 @@ -1,23 +1,27 @@ # SliTaz package receipt. PACKAGE="desktop-file-utils" -VERSION="0.23" +VERSION="0.24" CATEGORY="system-tools" -SHORT_DESC="Utilities for .desktop files (update-desktop-database)" +SHORT_DESC="Utilities for .desktop files (update-desktop-database)." MAINTAINER="pankso@slitaz.org" LICENSE="GPL2" WEB_SITE="https://www.freedesktop.org/wiki/Software/desktop-file-utils/" + TARBALL="$PACKAGE-$VERSION.tar.xz" WGET_URL="https://www.freedesktop.org/software/desktop-file-utils/releases/$TARBALL" DEPENDS="glib glibc-base pcre" -BUILD_DEPENDS="pkg-config glib-dev" +BUILD_DEPENDS="glib-dev pkg-config" + SPLIT="desktop-file-utils-extra" # Rules to configure and make the package. compile_rules() { - ./configure $CONFIGURE_ARGS && make && make install + ./configure $CONFIGURE_ARGS && + make && + make install } # Rules to gen a SliTaz package suitable for Tazpkg.