# HG changeset patch # User Hans-G?nter Theisgen # Date 1578413146 -3600 # Node ID a4aa1fff855541624ee3dac374fa230f66457a83 # Parent 2eb1182f1f150e880d28ddad45174d16af8e433e updated cherrytree (0.38.7 -> 0.38.10) diff -r 2eb1182f1f15 -r a4aa1fff8555 cherrytree/receipt --- a/cherrytree/receipt Tue Jan 07 17:00:53 2020 +0100 +++ b/cherrytree/receipt Tue Jan 07 17:05:46 2020 +0100 @@ -1,18 +1,18 @@ # SliTaz package receipt. PACKAGE="cherrytree" -VERSION="0.38.7" +VERSION="0.38.10" CATEGORY="office" -SHORT_DESC="A hierarchical note taking application" +SHORT_DESC="A hierarchical note taking application." MAINTAINER="al.bobylev@gmail.com" LICENSE="GPL2" -WEB_SITE="http://www.giuspen.com/cherrytree/" +WEB_SITE="https://www.giuspen.com/cherrytree/" TARBALL="$PACKAGE-$VERSION.tar.xz" -WGET_URL="http://www.giuspen.com/software/$TARBALL" +WGET_URL="https://github.com/giuspen/$PACKAGE/archive/$VERSION.tar.gz" -DEPENDS="python pygtk pygtksourceview p7zip-full" -BUILD_DEPENDS="python desktop-file-utils pygtksourceview-dev" +DEPENDS="p7zip-full pygtk pygtksourceview python" +BUILD_DEPENDS="desktop-file-utils pygtksourceview-dev python" # Rules to configure and make the package. compile_rules() @@ -24,9 +24,10 @@ genpkg_rules() { mkdir -p $fs/usr/share - cp -a $install/usr/bin $fs/usr - cp -a $install/usr/lib $fs/usr - cp -a $install/usr/share/applications $fs/usr/share - cp -a $install/usr/share/cherrytree $fs/usr/share - cp -a $install/usr/share/icons $fs/usr/share + + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/lib $fs/usr + cp -a $install/usr/share/applications $fs/usr/share + cp -a $install/usr/share/cherrytree $fs/usr/share + cp -a $install/usr/share/icons $fs/usr/share }