wok-next diff znotes/receipt @ rev 21020

Cleaning is almost finished... I should proceed to upgrades.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 02 14:15:08 2018 +0200 (2018-11-02)
parents 4c3300d8140f
children d457c4e37c1b
line diff
     1.1 --- a/znotes/receipt	Mon Oct 23 10:04:45 2017 +0200
     1.2 +++ b/znotes/receipt	Fri Nov 02 14:15:08 2018 +0200
     1.3 @@ -3,7 +3,7 @@
     1.4  PACKAGE="znotes"
     1.5  VERSION="0.4.5"
     1.6  CATEGORY="office"
     1.7 -SHORT_DESC="zNotes is lightweigh crossplatform application for notes management"
     1.8 +SHORT_DESC="Lightweigh crossplatform application for notes management"
     1.9  MAINTAINER="al.bobylev@gmail.com"
    1.10  LICENSE="GPL3"
    1.11  WEB_SITE="http://qt-apps.org/content/show.php/zNotes?content=113117"
    1.12 @@ -12,12 +12,9 @@
    1.13  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.14  WGET_URL="https://github.com/proton/zNotes/archive/$VERSION.tar.gz"
    1.15  
    1.16 -DEPENDS="libQtGui libQtXml"
    1.17 -BUILD_DEPENDS="Qt4-dev qmake wget"
    1.18 +BUILD_DEPENDS="Qt4-dev qmake"
    1.19  
    1.20 -# Rules to configure and make the package.
    1.21 -compile_rules()
    1.22 -{
    1.23 +compile_rules() {
    1.24  	sed -i 's/qtlocalpeer.h.*/&\n#include <unistd.h>/' \
    1.25  		single_inst/qtlocalpeer.cpp
    1.26  	lrelease znotes.pro
    1.27 @@ -26,8 +23,7 @@
    1.28  	make INSTALL_ROOT=$install install
    1.29  }
    1.30  
    1.31 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.32 -genpkg_rules()
    1.33 -{
    1.34 +genpkg_rules() {
    1.35  	cp -a $install/* $fs
    1.36 +	DEPENDS="libQtGui libQtXml"
    1.37  }