wok-next diff cherrytree/receipt @ rev 21605
dropbear: add ed25519 key
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Jun 25 08:01:52 2020 +0000 (2020-06-25) |
parents | 0cbe4b1f2230 |
children |
line diff
1.1 --- a/cherrytree/receipt Mon Dec 03 14:47:30 2018 +0200 1.2 +++ b/cherrytree/receipt Thu Jun 25 08:01:52 2020 +0000 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 }