wok-current rev 22594
updated cherrytree (0.38.7 -> 0.38.10)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Jan 07 17:05:46 2020 +0100 (2020-01-07) |
parents | 2eb1182f1f15 |
children | 34f14eb6c7bc |
files | cherrytree/receipt |
line diff
1.1 --- a/cherrytree/receipt Tue Jan 07 17:00:53 2020 +0100 1.2 +++ b/cherrytree/receipt Tue Jan 07 17:05:46 2020 +0100 1.3 @@ -1,18 +1,18 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="cherrytree" 1.7 -VERSION="0.38.7" 1.8 +VERSION="0.38.10" 1.9 CATEGORY="office" 1.10 -SHORT_DESC="A hierarchical note taking application" 1.11 +SHORT_DESC="A hierarchical note taking application." 1.12 MAINTAINER="al.bobylev@gmail.com" 1.13 LICENSE="GPL2" 1.14 -WEB_SITE="http://www.giuspen.com/cherrytree/" 1.15 +WEB_SITE="https://www.giuspen.com/cherrytree/" 1.16 1.17 TARBALL="$PACKAGE-$VERSION.tar.xz" 1.18 -WGET_URL="http://www.giuspen.com/software/$TARBALL" 1.19 +WGET_URL="https://github.com/giuspen/$PACKAGE/archive/$VERSION.tar.gz" 1.20 1.21 -DEPENDS="python pygtk pygtksourceview p7zip-full" 1.22 -BUILD_DEPENDS="python desktop-file-utils pygtksourceview-dev" 1.23 +DEPENDS="p7zip-full pygtk pygtksourceview python" 1.24 +BUILD_DEPENDS="desktop-file-utils pygtksourceview-dev python" 1.25 1.26 # Rules to configure and make the package. 1.27 compile_rules() 1.28 @@ -24,9 +24,10 @@ 1.29 genpkg_rules() 1.30 { 1.31 mkdir -p $fs/usr/share 1.32 - cp -a $install/usr/bin $fs/usr 1.33 - cp -a $install/usr/lib $fs/usr 1.34 - cp -a $install/usr/share/applications $fs/usr/share 1.35 - cp -a $install/usr/share/cherrytree $fs/usr/share 1.36 - cp -a $install/usr/share/icons $fs/usr/share 1.37 + 1.38 + cp -a $install/usr/bin $fs/usr 1.39 + cp -a $install/usr/lib $fs/usr 1.40 + cp -a $install/usr/share/applications $fs/usr/share 1.41 + cp -a $install/usr/share/cherrytree $fs/usr/share 1.42 + cp -a $install/usr/share/icons $fs/usr/share 1.43 }