wok-next rev 21549

updated cherrytree (0.38.6 -> 0.39.4)
author Hans-G?nter Theisgen
date Mon Jun 22 10:09:31 2020 +0100 (2020-06-22)
parents 311ce447df33
children de5f1a751d52
files cherrytree/receipt
line diff
     1.1 --- a/cherrytree/receipt	Mon Jun 22 10:02:36 2020 +0100
     1.2 +++ b/cherrytree/receipt	Mon Jun 22 10:09:31 2020 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6  PACKAGE="cherrytree"
     1.7 -VERSION="0.38.6"
     1.8 +VERSION="0.39.4"
     1.9  CATEGORY="office"
    1.10  SHORT_DESC="A hierarchical note taking application"
    1.11  MAINTAINER="al.bobylev@gmail.com"
    1.12 @@ -12,13 +12,15 @@
    1.13  TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.14  WGET_URL="http://www.giuspen.com/software/$TARBALL"
    1.15  
    1.16 -BUILD_DEPENDS="python desktop-file-utils pygtksourceview-dev gettext-dev"
    1.17 +BUILD_DEPENDS="desktop-file-utils gettext-dev pygtksourceview-dev python"
    1.18  
    1.19 -compile_rules() {
    1.20 +compile_rules()
    1.21 +{
    1.22  	python -B setup.py install --root=$install
    1.23  }
    1.24  
    1.25 -genpkg_rules() {
    1.26 +genpkg_rules()
    1.27 +{
    1.28  	copy @std
    1.29 -	DEPENDS="python python-pygtk pygtksourceview p7zip-full"
    1.30 +	DEPENDS="p7zip-full pygtksourceview python python-pygtk"
    1.31  }