wok-current diff desktop-file-utils/receipt @ rev 23005
libassuan: typo
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Mar 02 18:45:06 2020 +0100 (2020-03-02) |
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 Mon Mar 02 18:45:06 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.