wok diff desktop-file-utils/receipt @ rev 22876

web-applications: localize wikipedia
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Feb 21 18:28:59 2020 +0100 (2020-02-21)
parents 65798b8406a3
children 7e911016a644
line diff
     1.1 --- a/desktop-file-utils/receipt	Mon Dec 05 02:39:57 2016 +0200
     1.2 +++ b/desktop-file-utils/receipt	Fri Feb 21 18:28:59 2020 +0100
     1.3 @@ -1,23 +1,27 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="desktop-file-utils"
     1.7 -VERSION="0.23"
     1.8 +VERSION="0.24"
     1.9  CATEGORY="system-tools"
    1.10 -SHORT_DESC="Utilities for .desktop files (update-desktop-database)"
    1.11 +SHORT_DESC="Utilities for .desktop files (update-desktop-database)."
    1.12  MAINTAINER="pankso@slitaz.org"
    1.13  LICENSE="GPL2"
    1.14  WEB_SITE="https://www.freedesktop.org/wiki/Software/desktop-file-utils/"
    1.15 +
    1.16  TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.17  WGET_URL="https://www.freedesktop.org/software/desktop-file-utils/releases/$TARBALL"
    1.18  
    1.19  DEPENDS="glib glibc-base pcre"
    1.20 -BUILD_DEPENDS="pkg-config glib-dev"
    1.21 +BUILD_DEPENDS="glib-dev pkg-config"
    1.22 +
    1.23  SPLIT="desktop-file-utils-extra"
    1.24  
    1.25  # Rules to configure and make the package.
    1.26  compile_rules()
    1.27  {
    1.28 -	./configure $CONFIGURE_ARGS && make && make install
    1.29 +	./configure $CONFIGURE_ARGS &&
    1.30 +	make &&
    1.31 +	make install
    1.32  }
    1.33  
    1.34  # Rules to gen a SliTaz package suitable for Tazpkg.