wok diff lxtask/receipt @ rev 24918

updated moosefs (3.0.111 -> 3.0.116)
author Hans-G?nter Theisgen
date Sun Apr 10 06:58:04 2022 +0100 (2022-04-10)
parents ee53899c6189
children 180119c209e8
line diff
     1.1 --- a/lxtask/receipt	Wed Jul 07 10:35:01 2021 +0000
     1.2 +++ b/lxtask/receipt	Sun Apr 10 06:58:04 2022 +0100
     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  }