wok diff desktop-file-utils-extra/receipt @ rev 19639

slitaz-boot-scripts: update deps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Jan 20 16:19:33 2017 +0100 (2017-01-20)
parents 6532d445e8a8
children 74b7f596f55e
line diff
     1.1 --- a/desktop-file-utils-extra/receipt	Sun Dec 08 08:30:57 2013 +0000
     1.2 +++ b/desktop-file-utils-extra/receipt	Fri Jan 20 16:19:33 2017 +0100
     1.3 @@ -1,19 +1,18 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="desktop-file-utils-extra"
     1.7 -VERSION="0.21"
     1.8 -CATEGORY="x-window"
     1.9 +VERSION="0.23"
    1.10 +CATEGORY="system-tools"
    1.11  SHORT_DESC="Extra desktop file utils (install and validate)."
    1.12 -WANTED="desktop-file-utils"
    1.13  MAINTAINER="pankso@slitaz.org"
    1.14  LICENSE="GPL2"
    1.15 -WEB_SITE="http://www.freedesktop.org/wiki/Software/desktop-file-utils"
    1.16 +WEB_SITE="https://www.freedesktop.org/wiki/Software/desktop-file-utils/"
    1.17  
    1.18 -DEPENDS="glib coreutils-operations"
    1.19 +WANTED="desktop-file-utils"
    1.20 +DEPENDS="glib glibc-base pcre"
    1.21  
    1.22  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.23  genpkg_rules()
    1.24  {
    1.25 -	mkdir -p $fs/usr/bin
    1.26 -	cp -a $install/usr/bin/desktop-file-* $fs/usr/bin
    1.27 +	cook_copy_files desktop-file-edit desktop-file-edit desktop-file-validate
    1.28  }