wok diff lxtask/receipt @ rev 24975

Update some wget_url
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon May 02 16:22:04 2022 +0000 (2022-05-02)
parents ee53899c6189
children 180119c209e8
line diff
     1.1 --- a/lxtask/receipt	Wed Jul 07 10:35:01 2021 +0000
     1.2 +++ b/lxtask/receipt	Mon May 02 16:22:04 2022 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="lxtask"
     1.7 -VERSION="0.1.9"
     1.8 +VERSION="0.1.10"
     1.9  CATEGORY="system-tools"
    1.10  TAGS="LXDE"
    1.11  SHORT_DESC="LXDE task manager."
    1.12 @@ -12,6 +12,7 @@
    1.13  TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.14  WGET_URL="$SF_MIRROR/lxde/$TARBALL"
    1.15  
    1.16 +SUGGESTED="lxtask-lang"
    1.17  DEPENDS="gtk+ xorg-libXdamage"
    1.18  BUILD_DEPENDS="gtk+-dev xorg-libXdamage-dev xorg-xproto"
    1.19  
    1.20 @@ -36,6 +37,5 @@
    1.21  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.22  genpkg_rules()
    1.23  {
    1.24 -	mkdir -p $fs/usr
    1.25 -	cp -a $install/usr/bin	$fs/usr
    1.26 +	cook_copy_folders	bin
    1.27  }