wok rev 24871

updated lxtask (0.1.9 -> 0.1.10)
author Hans-G?nter Theisgen
date Thu Mar 31 07:21:32 2022 +0100 (2022-03-31)
parents 8fb436a61a63
children 3399d88bfd0e
files lxpanel/receipt lxtask-lang/receipt lxtask/receipt
line diff
     1.1 --- a/lxpanel/receipt	Thu Mar 31 07:03:25 2022 +0100
     1.2 +++ b/lxpanel/receipt	Thu Mar 31 07:21:32 2022 +0100
     1.3 @@ -12,7 +12,7 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.xz"
     1.5  WGET_URL="$SF_MIRROR/lxde/$TARBALL"
     1.6  
     1.7 -SUGGESTED="lxde lxsession slitaz-icon"
     1.8 +SUGGESTED="lxde lxpanel-lang lxsession slitaz-icon"
     1.9  DEPENDS="alsa-lib gtk+ libkeybinder libwnck libxml2 menu-cache
    1.10  	slitaz-menus wireless_tools"
    1.11  BUILD_DEPENDS="alsa-lib-dev curl-dev gtk+-dev intltool libfm-dev libkeybinder-dev
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/lxtask-lang/receipt	Thu Mar 31 07:21:32 2022 +0100
     2.3 @@ -0,0 +1,17 @@
     2.4 +# SliTaz package receipt.
     2.5 +
     2.6 +PACKAGE="lxtask-lang"
     2.7 +VERSION="0.1.10"
     2.8 +CATEGORY="localization"
     2.9 +SHORT_DESC="LXDE task manager - localised messages."
    2.10 +MAINTAINER="maintainer@slitaz.org"
    2.11 +LICENSE="GPL2"
    2.12 +WEB_SITE="https://lxde.org"
    2.13 +
    2.14 +WANTED="lxtask"
    2.15 +
    2.16 +# Rules to gen a SliTaz package suitable for Tazpkg.
    2.17 +genpkg_rules()
    2.18 +{
    2.19 +	cook_copy_folders	locale
    2.20 +}
     3.1 --- a/lxtask/receipt	Thu Mar 31 07:03:25 2022 +0100
     3.2 +++ b/lxtask/receipt	Thu Mar 31 07:21:32 2022 +0100
     3.3 @@ -1,7 +1,7 @@
     3.4  # SliTaz package receipt.
     3.5  
     3.6  PACKAGE="lxtask"
     3.7 -VERSION="0.1.9"
     3.8 +VERSION="0.1.10"
     3.9  CATEGORY="system-tools"
    3.10  TAGS="LXDE"
    3.11  SHORT_DESC="LXDE task manager."
    3.12 @@ -12,6 +12,7 @@
    3.13  TARBALL="$PACKAGE-$VERSION.tar.xz"
    3.14  WGET_URL="$SF_MIRROR/lxde/$TARBALL"
    3.15  
    3.16 +SUGGESTED="lxtask-lang"
    3.17  DEPENDS="gtk+ xorg-libXdamage"
    3.18  BUILD_DEPENDS="gtk+-dev xorg-libXdamage-dev xorg-xproto"
    3.19  
    3.20 @@ -36,6 +37,5 @@
    3.21  # Rules to gen a SliTaz package suitable for Tazpkg.
    3.22  genpkg_rules()
    3.23  {
    3.24 -	mkdir -p $fs/usr
    3.25 -	cp -a $install/usr/bin	$fs/usr
    3.26 +	cook_copy_folders	bin
    3.27  }