wok-current rev 22732
updated desktop-file-utils and desktop-file-utils-extra (0.23 -> 0.24)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Jan 23 16:42:28 2020 +0100 (2020-01-23) |
parents | 526e82fe0471 |
children | e3178e8508fc |
files | desktop-file-utils-extra/receipt desktop-file-utils/receipt |
line diff
1.1 --- a/desktop-file-utils-extra/receipt Thu Jan 23 16:28:27 2020 +0100 1.2 +++ b/desktop-file-utils-extra/receipt Thu Jan 23 16:42:28 2020 +0100 1.3 @@ -1,15 +1,15 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="desktop-file-utils-extra" 1.7 -VERSION="0.23" 1.8 +VERSION="0.24" 1.9 CATEGORY="system-tools" 1.10 SHORT_DESC="Extra desktop file utils (install and validate)." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 LICENSE="GPL2" 1.13 WEB_SITE="https://www.freedesktop.org/wiki/Software/desktop-file-utils/" 1.14 1.15 +DEPENDS="glib glibc-base pcre" 1.16 WANTED="desktop-file-utils" 1.17 -DEPENDS="glib glibc-base pcre" 1.18 1.19 # Rules to gen a SliTaz package suitable for Tazpkg. 1.20 genpkg_rules()
2.1 --- a/desktop-file-utils/receipt Thu Jan 23 16:28:27 2020 +0100 2.2 +++ b/desktop-file-utils/receipt Thu Jan 23 16:42:28 2020 +0100 2.3 @@ -1,23 +1,27 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="desktop-file-utils" 2.7 -VERSION="0.23" 2.8 +VERSION="0.24" 2.9 CATEGORY="system-tools" 2.10 -SHORT_DESC="Utilities for .desktop files (update-desktop-database)" 2.11 +SHORT_DESC="Utilities for .desktop files (update-desktop-database)." 2.12 MAINTAINER="pankso@slitaz.org" 2.13 LICENSE="GPL2" 2.14 WEB_SITE="https://www.freedesktop.org/wiki/Software/desktop-file-utils/" 2.15 + 2.16 TARBALL="$PACKAGE-$VERSION.tar.xz" 2.17 WGET_URL="https://www.freedesktop.org/software/desktop-file-utils/releases/$TARBALL" 2.18 2.19 DEPENDS="glib glibc-base pcre" 2.20 -BUILD_DEPENDS="pkg-config glib-dev" 2.21 +BUILD_DEPENDS="glib-dev pkg-config" 2.22 + 2.23 SPLIT="desktop-file-utils-extra" 2.24 2.25 # Rules to configure and make the package. 2.26 compile_rules() 2.27 { 2.28 - ./configure $CONFIGURE_ARGS && make && make install 2.29 + ./configure $CONFIGURE_ARGS && 2.30 + make && 2.31 + make install 2.32 } 2.33 2.34 # Rules to gen a SliTaz package suitable for Tazpkg.