wok-next diff juffed/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 3025f71bda86
children d5aab818505e
line diff
     1.1 --- a/juffed/receipt	Tue Sep 02 19:31:28 2014 +0200
     1.2 +++ b/juffed/receipt	Thu Feb 25 15:02:38 2016 +0200
     1.3 @@ -12,6 +12,7 @@
     1.4  # VERSION="${COMMIT:0:4}git"
     1.5  # WGET_URL="https://github.com/Mezomish/$PACKAGE/archive/$COMMIT.tar.gz"
     1.6  WGET_URL="$SF_MIRROR/$PACKAGE/$PACKAGE-$VERSION-1054.tar.bz2"
     1.7 +TAGS="text-editor"
     1.8  
     1.9  DEPENDS="libQtGui libQtDBus libQtNetwork libqscintilla"
    1.10  BUILD_DEPENDS="Qt4-dev cmake qmake libqscintilla-dev"