From ff198e2a3ccb000dded4ad98c4f70a22f9ccf7f9 Mon Sep 17 00:00:00 2001 From: Heather Ellsworth Date: Sat, 17 Apr 2021 15:08:54 -0600 Subject: [PATCH] Update to 0.99.35 (#1624) Thanks Heather but please do not release 0.99.35 to snap since there is an annoying crash at start (if the option to start minimised in systray is set) already fixed in git and about to release 0.99.36 --- snap/snapcraft.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index d2194f558..d0ac1de93 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,5 +1,5 @@ name: cherrytree -version: 0.99.24 +version: 0.99.35 summary: Hierarchical note taking application description: | A hierarchical note taking application, featuring rich text and syntax highlighting, storing data in a single XML or SQLite file. The project home page is giuspen.com/cherrytree. @@ -100,7 +100,7 @@ parts: cherrytree: source: . - source-tag: '0.99.24' + source-tag: '0.99.35' plugin: nil override-build: | set -x @@ -108,7 +108,7 @@ parts: python2.7 setup.py install --prefix=$SNAPCRAFT_PART_INSTALL/usr -f sed -i 's|^Icon=.*|Icon=${SNAP}/meta/gui/cherrytree.png|' linux/cherrytree.desktop sed -i '1s|.*|#!/usr/bin/env python2.7|' $SNAPCRAFT_PART_INSTALL/usr/bin/cherrytree - sed -i 's|VERSION = "0.39.4"|VERSION = "0.99.24"|' $SNAPCRAFT_PART_INSTALL/usr/share/cherrytree/modules/cons.py + sed -i 's|VERSION = "0.39.4"|VERSION = "0.99.35"|' $SNAPCRAFT_PART_INSTALL/usr/share/cherrytree/modules/cons.py mkdir -p $SNAPCRAFT_PART_INSTALL/meta/gui/ cp glade/cherrytree.png $SNAPCRAFT_PART_INSTALL/meta/gui/ mkdir -p $SNAPCRAFT_PART_INSTALL/share/applications/