Skip to content

Commit

Permalink
Update to 0.99.35 (#1624)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Heather Ellsworth authored Apr 17, 2021
1 parent 5c5b6cb commit ff198e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -100,15 +100,15 @@ parts:

cherrytree:
source: .
source-tag: '0.99.24'
source-tag: '0.99.35'
plugin: nil
override-build: |
set -x
cd pygtk2
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/
Expand Down

0 comments on commit ff198e2

Please sign in to comment.