wok-next diff lxtask/receipt @ rev 18925

description.txt should end with 0x0A byte (Carriage Return, Enter) to not glue with the next description in descriptions.txt.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Feb 25 15:02:38 2016 +0200 (2016-02-25)
parents c73f683146cf
children aef69ec23a2f
line diff
     1.1 --- a/lxtask/receipt	Thu Apr 23 01:34:37 2015 +0300
     1.2 +++ b/lxtask/receipt	Thu Feb 25 15:02:38 2016 +0200
     1.3 @@ -3,12 +3,13 @@
     1.4  PACKAGE="lxtask"
     1.5  VERSION="0.1.6"
     1.6  CATEGORY="system-tools"
     1.7 -SHORT_DESC="System task manager with a nice GTK interface."
     1.8 +SHORT_DESC="LXDE task manager"
     1.9  MAINTAINER="pankso@slitaz.org"
    1.10  LICENSE="GPL2"
    1.11  TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.12  WEB_SITE="http://lxde.sourceforge.net/"
    1.13  WGET_URL="$SF_MIRROR/lxde/$TARBALL"
    1.14 +TAGS="LXDE"
    1.15  HOST_ARCH="i486 arm"
    1.16  
    1.17  DEPENDS="gtk+ xorg-libXdamage"