[arch-commits] Commit in cherrytree/trunk (PKGBUILD)

2018-12-21 Thread Balló György via arch-commits
Date: Friday, December 21, 2018 @ 22:13:39
  Author: bgyorgy
Revision: 417470

upgpkg: cherrytree 0.38.7-1

Update to new version

Modified:
  cherrytree/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-12-21 22:10:04 UTC (rev 417469)
+++ PKGBUILD2018-12-21 22:13:39 UTC (rev 417470)
@@ -5,7 +5,7 @@
 # Contributor: Tomas A. Schertel 
 
 pkgname=cherrytree
-pkgver=0.38.6
+pkgver=0.38.7
 pkgrel=1
 pkgdesc='Hierarchical note taking application featuring rich text and syntax 
highlighting'
 arch=('any')
@@ -15,7 +15,7 @@
 optdepends=('python2-pyenchant: for spell checking support'
 'p7zip: for password protection support')
 source=(https://www.giuspen.com/software/$pkgname-$pkgver.tar.xz)
-sha256sums=('aac22d430a6a6d35ca37910419f9ecc2a818f9a4b43ee5356599120ff6f3032d')
+sha256sums=('22a195b86644ed74e49cf11c4b9433cfd9dfa1fa99d698527b45c291d2df47d3')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in cherrytree/trunk (PKGBUILD)

2018-12-11 Thread Balló György via arch-commits
Date: Tuesday, December 11, 2018 @ 14:20:41
  Author: bgyorgy
Revision: 415340

upgpkg: cherrytree 0.38.6-1

Update to new version

Modified:
  cherrytree/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-12-11 14:18:02 UTC (rev 415339)
+++ PKGBUILD2018-12-11 14:20:41 UTC (rev 415340)
@@ -5,7 +5,7 @@
 # Contributor: Tomas A. Schertel 
 
 pkgname=cherrytree
-pkgver=0.38.5
+pkgver=0.38.6
 pkgrel=1
 pkgdesc='Hierarchical note taking application featuring rich text and syntax 
highlighting'
 arch=('any')
@@ -15,7 +15,7 @@
 optdepends=('python2-pyenchant: for spell checking support'
 'p7zip: for password protection support')
 source=(https://www.giuspen.com/software/$pkgname-$pkgver.tar.xz)
-sha256sums=('defc3bb0e366ab56f2184fbcf6369e983ad028c5e20ae4ae11cd8fba495843c9')
+sha256sums=('aac22d430a6a6d35ca37910419f9ecc2a818f9a4b43ee5356599120ff6f3032d')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in cherrytree/trunk (PKGBUILD)

2018-07-04 Thread Balló György via arch-commits
Date: Wednesday, July 4, 2018 @ 21:25:36
  Author: bgyorgy
Revision: 35

upgpkg: cherrytree 0.38.5-1

Update to new version

Modified:
  cherrytree/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-07-04 21:25:26 UTC (rev 352221)
+++ PKGBUILD2018-07-04 21:25:36 UTC (rev 35)
@@ -6,7 +6,7 @@
 # Contributor: Tomas A. Schertel 
 
 pkgname=cherrytree
-pkgver=0.38.4
+pkgver=0.38.5
 pkgrel=1
 pkgdesc='Hierarchical note taking application featuring rich text and syntax 
highlighting'
 arch=('any')
@@ -16,7 +16,7 @@
 optdepends=('python2-pyenchant: for spell checking support'
 'p7zip: for password protection support')
 source=(https://www.giuspen.com/software/$pkgname-$pkgver.tar.xz)
-sha256sums=('e2a1d2338b8d90d5db14ae8c41bda27c95ef31113f3062a1e2e7449a67f75ffd')
+sha256sums=('defc3bb0e366ab56f2184fbcf6369e983ad028c5e20ae4ae11cd8fba495843c9')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in cherrytree/trunk (PKGBUILD)

2018-01-13 Thread Balló György via arch-commits
Date: Saturday, January 13, 2018 @ 22:42:06
  Author: bgyorgy
Revision: 281847

cherrytree: Use https source

Modified:
  cherrytree/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-13 22:40:46 UTC (rev 281846)
+++ PKGBUILD2018-01-13 22:42:06 UTC (rev 281847)
@@ -10,12 +10,12 @@
 pkgrel=1
 pkgdesc='Hierarchical note taking application featuring rich text and syntax 
highlighting'
 arch=('any')
-url='http://www.giuspen.com/cherrytree/'
+url='https://www.giuspen.com/cherrytree/'
 license=('GPL3')
 depends=('pygtksourceview2' 'python2-dbus')
 optdepends=('python2-pyenchant: for spell checking support'
 'p7zip: for password protection support')
-source=(http://www.giuspen.com/software/$pkgname-$pkgver.tar.xz)
+source=(https://www.giuspen.com/software/$pkgname-$pkgver.tar.xz)
 sha256sums=('e2a1d2338b8d90d5db14ae8c41bda27c95ef31113f3062a1e2e7449a67f75ffd')
 
 build() {


[arch-commits] Commit in cherrytree/trunk (PKGBUILD)

2018-01-04 Thread Balló György via arch-commits
Date: Thursday, January 4, 2018 @ 20:36:42
  Author: bgyorgy
Revision: 278675

upgpkg: cherrytree 0.38.4-1

Update to new version

Modified:
  cherrytree/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-04 20:31:51 UTC (rev 278674)
+++ PKGBUILD2018-01-04 20:36:42 UTC (rev 278675)
@@ -6,7 +6,7 @@
 # Contributor: Tomas A. Schertel 
 
 pkgname=cherrytree
-pkgver=0.38.3
+pkgver=0.38.4
 pkgrel=1
 pkgdesc='Hierarchical note taking application featuring rich text and syntax 
highlighting'
 arch=('any')
@@ -16,7 +16,7 @@
 optdepends=('python2-pyenchant: for spell checking support'
 'p7zip: for password protection support')
 source=(http://www.giuspen.com/software/$pkgname-$pkgver.tar.xz)
-sha256sums=('249ec9d6ec375275da430dff61762cda01fdfcf2fc252a005ce6063d5d46f2f9')
+sha256sums=('e2a1d2338b8d90d5db14ae8c41bda27c95ef31113f3062a1e2e7449a67f75ffd')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in cherrytree/trunk (PKGBUILD)

2017-11-22 Thread Balló György
Date: Wednesday, November 22, 2017 @ 13:50:24
  Author: bgyorgy
Revision: 268014

upgpkg: cherrytree 0.38.3-1

Update to new version

Modified:
  cherrytree/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-11-22 13:49:47 UTC (rev 268013)
+++ PKGBUILD2017-11-22 13:50:24 UTC (rev 268014)
@@ -6,7 +6,7 @@
 # Contributor: Tomas A. Schertel 
 
 pkgname=cherrytree
-pkgver=0.38.2
+pkgver=0.38.3
 pkgrel=1
 pkgdesc='Hierarchical note taking application featuring rich text and syntax 
highlighting'
 arch=('any')
@@ -16,7 +16,7 @@
 optdepends=('python2-pyenchant: for spell checking support'
 'p7zip: for password protection support')
 source=(http://www.giuspen.com/software/$pkgname-$pkgver.tar.xz)
-sha256sums=('15c846c7454dff698d983791f0dfca021a0f0263b83a57da867b775a6f10c140')
+sha256sums=('249ec9d6ec375275da430dff61762cda01fdfcf2fc252a005ce6063d5d46f2f9')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in cherrytree/trunk (PKGBUILD)

2017-10-15 Thread Balló György
Date: Sunday, October 15, 2017 @ 15:46:37
  Author: bgyorgy
Revision: 262926

upgpkg: cherrytree 0.38.2-1

Update to new version

Modified:
  cherrytree/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-10-15 15:42:34 UTC (rev 262925)
+++ PKGBUILD2017-10-15 15:46:37 UTC (rev 262926)
@@ -6,7 +6,7 @@
 # Contributor: Tomas A. Schertel 
 
 pkgname=cherrytree
-pkgver=0.38.1
+pkgver=0.38.2
 pkgrel=1
 pkgdesc='Hierarchical note taking application featuring rich text and syntax 
highlighting'
 arch=('any')
@@ -16,7 +16,7 @@
 optdepends=('python2-pyenchant: for spell checking support'
 'p7zip: for password protection support')
 source=(http://www.giuspen.com/software/$pkgname-$pkgver.tar.xz)
-sha256sums=('a7ff73206b8dae8c733f9deeb4a8b3a51b9cbc3a13fc2566ada50168f2faa106')
+sha256sums=('15c846c7454dff698d983791f0dfca021a0f0263b83a57da867b775a6f10c140')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in cherrytree/trunk (PKGBUILD)

2017-06-17 Thread Balló György
Date: Saturday, June 17, 2017 @ 14:21:44
  Author: bgyorgy
Revision: 237888

upgpkg: cherrytree 0.38.1-1

Update to new version

Modified:
  cherrytree/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-06-17 14:21:07 UTC (rev 237887)
+++ PKGBUILD2017-06-17 14:21:44 UTC (rev 237888)
@@ -6,7 +6,7 @@
 # Contributor: Tomas A. Schertel 
 
 pkgname=cherrytree
-pkgver=0.38.0
+pkgver=0.38.1
 pkgrel=1
 pkgdesc='Hierarchical note taking application featuring rich text and syntax 
highlighting'
 arch=('any')
@@ -16,7 +16,7 @@
 optdepends=('python2-pyenchant: for spell checking support'
 'p7zip: for password protection support')
 source=(http://www.giuspen.com/software/$pkgname-$pkgver.tar.xz)
-sha256sums=('cbc691cdbc2859d3247c09ede23c4a64c76bc1257e7d10fe6197a1d07d55')
+sha256sums=('a7ff73206b8dae8c733f9deeb4a8b3a51b9cbc3a13fc2566ada50168f2faa106')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in cherrytree/trunk (PKGBUILD)

2017-02-14 Thread Balló György
Date: Wednesday, February 15, 2017 @ 05:21:58
  Author: bgyorgy
Revision: 212499

upgpkg: cherrytree 0.38.0-1

Update to new version

Modified:
  cherrytree/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-02-15 05:21:14 UTC (rev 212498)
+++ PKGBUILD2017-02-15 05:21:58 UTC (rev 212499)
@@ -6,7 +6,7 @@
 # Contributor: Tomas A. Schertel 
 
 pkgname=cherrytree
-pkgver=0.37.6
+pkgver=0.38.0
 pkgrel=1
 pkgdesc='Hierarchical note taking application featuring rich text and syntax 
highlighting'
 arch=('any')
@@ -16,7 +16,7 @@
 optdepends=('python2-pyenchant: for spell checking support'
 'p7zip: for password protection support')
 source=(http://www.giuspen.com/software/$pkgname-$pkgver.tar.xz)
-sha256sums=('ba7834b274d6ffc859d029294ee2fd51f67e637182fff597e307f25ba37e8c74')
+sha256sums=('cbc691cdbc2859d3247c09ede23c4a64c76bc1257e7d10fe6197a1d07d55')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in cherrytree/trunk (PKGBUILD)

2016-12-06 Thread Balló György
Date: Wednesday, December 7, 2016 @ 01:53:04
  Author: bgyorgy
Revision: 198236

upgpkg: cherrytree 0.37.6-1

Update to new version

Modified:
  cherrytree/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-12-07 01:48:02 UTC (rev 198235)
+++ PKGBUILD2016-12-07 01:53:04 UTC (rev 198236)
@@ -6,7 +6,7 @@
 # Contributor: Tomas A. Schertel 
 
 pkgname=cherrytree
-pkgver=0.37.5
+pkgver=0.37.6
 pkgrel=1
 pkgdesc='Hierarchical note taking application featuring rich text and syntax 
highlighting'
 arch=('any')
@@ -16,7 +16,7 @@
 optdepends=('python2-pyenchant: for spell checking support'
 'p7zip: for password protection support')
 source=(http://www.giuspen.com/software/$pkgname-$pkgver.tar.xz)
-sha256sums=('ce73f2ffd2ee7059cedc8a5a0c817ff96f42b557c05092e1d53750b910416b51')
+sha256sums=('ba7834b274d6ffc859d029294ee2fd51f67e637182fff597e307f25ba37e8c74')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in cherrytree/trunk (PKGBUILD)

2016-10-06 Thread Balló György
Date: Thursday, October 6, 2016 @ 16:48:09
  Author: bgyorgy
Revision: 191500

upgpkg: cherrytree 0.37.5-1

Update to new version

Modified:
  cherrytree/trunk/PKGBUILD

--+
 PKGBUILD |   11 +--
 1 file changed, 5 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-10-06 16:44:34 UTC (rev 191499)
+++ PKGBUILD2016-10-06 16:48:09 UTC (rev 191500)
@@ -6,18 +6,17 @@
 # Contributor: Tomas A. Schertel 
 
 pkgname=cherrytree
-pkgver=0.37.2
+pkgver=0.37.5
 pkgrel=1
 pkgdesc='Hierarchical note taking application featuring rich text and syntax 
highlighting'
 arch=('any')
 url='http://www.giuspen.com/cherrytree/'
 license=('GPL3')
-depends=('pygtksourceview2' 'python2-dbus' 'desktop-file-utils')
+depends=('pygtksourceview2' 'python2-dbus')
 optdepends=('python2-pyenchant: for spell checking support'
 'p7zip: for password protection support')
-#source=(http://www.giuspen.com/software/$pkgname-$pkgver.tar.xz)
-source=($pkgname-$pkgver.tar.gz::https://github.com/giuspen/$pkgname/archive/$pkgver.tar.gz)
-sha256sums=('9e0416bbf1c5c55bbf561e2661ee0a3082e27cff9d66107fb55e907294c65cb1')
+source=(http://www.giuspen.com/software/$pkgname-$pkgver.tar.xz)
+sha256sums=('ce73f2ffd2ee7059cedc8a5a0c817ff96f42b557c05092e1d53750b910416b51')
 
 build() {
   cd $pkgname-$pkgver
@@ -26,5 +25,5 @@
 
 package() {
   cd $pkgname-$pkgver
-  python2 setup.py install --root="$pkgdir/" --optimize=1
+  python2 setup.py install --root="$pkgdir" --optimize=1
 }


[arch-commits] Commit in cherrytree/trunk (PKGBUILD)

2016-07-12 Thread Balló György
Date: Tuesday, July 12, 2016 @ 23:09:15
  Author: bgyorgy
Revision: 182808

upgpkg: cherrytree 0.37.2-1

Update to new version

Modified:
  cherrytree/trunk/PKGBUILD

--+
 PKGBUILD |7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-07-12 23:04:08 UTC (rev 182807)
+++ PKGBUILD2016-07-12 23:09:15 UTC (rev 182808)
@@ -6,7 +6,7 @@
 # Contributor: Tomas A. Schertel 
 
 pkgname=cherrytree
-pkgver=0.37.1
+pkgver=0.37.2
 pkgrel=1
 pkgdesc='Hierarchical note taking application featuring rich text and syntax 
highlighting'
 arch=('any')
@@ -15,8 +15,9 @@
 depends=('pygtksourceview2' 'python2-dbus' 'desktop-file-utils')
 optdepends=('python2-pyenchant: for spell checking support'
 'p7zip: for password protection support')
-source=(http://www.giuspen.com/software/$pkgname-$pkgver.tar.xz)
-sha256sums=('45f1cee4067598cf2ca8ae6f89d03789b86f9e3bf196236119868653420d7cdd')
+#source=(http://www.giuspen.com/software/$pkgname-$pkgver.tar.xz)
+source=($pkgname-$pkgver.tar.gz::https://github.com/giuspen/$pkgname/archive/$pkgver.tar.gz)
+sha256sums=('9e0416bbf1c5c55bbf561e2661ee0a3082e27cff9d66107fb55e907294c65cb1')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in cherrytree/trunk (PKGBUILD cherrytree.install)

2016-06-27 Thread Balló György
Date: Monday, June 27, 2016 @ 17:50:24
  Author: bgyorgy
Revision: 181437

upgpkg: cherrytree 0.37.1-1

Update to new version

Modified:
  cherrytree/trunk/PKGBUILD
Deleted:
  cherrytree/trunk/cherrytree.install

+
 PKGBUILD   |5 ++---
 cherrytree.install |   14 --
 2 files changed, 2 insertions(+), 17 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-06-27 17:46:41 UTC (rev 181436)
+++ PKGBUILD2016-06-27 17:50:24 UTC (rev 181437)
@@ -6,7 +6,7 @@
 # Contributor: Tomas A. Schertel 
 
 pkgname=cherrytree
-pkgver=0.36.9
+pkgver=0.37.1
 pkgrel=1
 pkgdesc='Hierarchical note taking application featuring rich text and syntax 
highlighting'
 arch=('any')
@@ -15,9 +15,8 @@
 depends=('pygtksourceview2' 'python2-dbus' 'desktop-file-utils')
 optdepends=('python2-pyenchant: for spell checking support'
 'p7zip: for password protection support')
-install=cherrytree.install
 source=(http://www.giuspen.com/software/$pkgname-$pkgver.tar.xz)
-sha256sums=('9a073d776258726864c031f71818b357c42978bce4c323c30f7fa5bc8d36be28')
+sha256sums=('45f1cee4067598cf2ca8ae6f89d03789b86f9e3bf196236119868653420d7cdd')
 
 build() {
   cd $pkgname-$pkgver

Deleted: cherrytree.install
===
--- cherrytree.install  2016-06-27 17:46:41 UTC (rev 181436)
+++ cherrytree.install  2016-06-27 17:50:24 UTC (rev 181437)
@@ -1,14 +0,0 @@
-post_install()
-{
-   update-desktop-database -q
-   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-   update-mime-database usr/share/mime &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}


[arch-commits] Commit in cherrytree/trunk (PKGBUILD)

2016-03-14 Thread Balló György
Date: Tuesday, March 15, 2016 @ 01:11:58
  Author: bgyorgy
Revision: 166790

upgpkg: cherrytree 0.36.8-1

Update to new version

Modified:
  cherrytree/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-14 23:42:15 UTC (rev 166789)
+++ PKGBUILD2016-03-15 00:11:58 UTC (rev 166790)
@@ -6,7 +6,7 @@
 # Contributor: Tomas A. Schertel 
 
 pkgname=cherrytree
-pkgver=0.36.7
+pkgver=0.36.8
 pkgrel=1
 pkgdesc='Hierarchical note taking application featuring rich text and syntax 
highlighting'
 arch=('any')
@@ -17,7 +17,7 @@
 'p7zip: for password protection support')
 install=cherrytree.install
 source=(http://www.giuspen.com/software/$pkgname-$pkgver.tar.xz)
-sha256sums=('a2696fb947321bf9b5e99d938836da36c7784ef6c0997ae27a0ed04c43fbc85d')
+sha256sums=('6f74e6baf5ae6e918ca76482e70e6b2dbd5a9b8b6c066b09b97320fd500b6dd2')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in cherrytree/trunk (PKGBUILD)

2016-03-14 Thread Balló György
Date: Monday, March 14, 2016 @ 19:57:06
  Author: bgyorgy
Revision: 166749

upgpkg: cherrytree 0.36.7-1

Update to new version

Modified:
  cherrytree/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-14 18:23:53 UTC (rev 166748)
+++ PKGBUILD2016-03-14 18:57:06 UTC (rev 166749)
@@ -6,7 +6,7 @@
 # Contributor: Tomas A. Schertel 
 
 pkgname=cherrytree
-pkgver=0.36.6
+pkgver=0.36.7
 pkgrel=1
 pkgdesc='Hierarchical note taking application featuring rich text and syntax 
highlighting'
 arch=('any')
@@ -17,7 +17,7 @@
 'p7zip: for password protection support')
 install=cherrytree.install
 source=(http://www.giuspen.com/software/$pkgname-$pkgver.tar.xz)
-sha256sums=('5a92db925c7de355a3c90c90aed9e92ddc67ac9a475fd139e3140db7dc709587')
+sha256sums=('a2696fb947321bf9b5e99d938836da36c7784ef6c0997ae27a0ed04c43fbc85d')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in cherrytree/trunk (PKGBUILD)

2016-02-28 Thread Balló György
Date: Monday, February 29, 2016 @ 06:12:05
  Author: bgyorgy
Revision: 163739

upgpkg: cherrytree 0.36.6-1

Update to new version

Modified:
  cherrytree/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-02-29 05:11:47 UTC (rev 163738)
+++ PKGBUILD2016-02-29 05:12:05 UTC (rev 163739)
@@ -6,7 +6,7 @@
 # Contributor: Tomas A. Schertel 
 
 pkgname=cherrytree
-pkgver=0.36.5
+pkgver=0.36.6
 pkgrel=1
 pkgdesc='Hierarchical note taking application featuring rich text and syntax 
highlighting'
 arch=('any')
@@ -17,7 +17,7 @@
 'p7zip: for password protection support')
 install=cherrytree.install
 source=(http://www.giuspen.com/software/$pkgname-$pkgver.tar.xz)
-sha256sums=('b3a552ec2f08e94cdca0adb1ff89b7a3e3178dabab47034974b0e9306a7e1694')
+sha256sums=('5a92db925c7de355a3c90c90aed9e92ddc67ac9a475fd139e3140db7dc709587')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in cherrytree/trunk (PKGBUILD)

2016-02-16 Thread Balló György
Date: Wednesday, February 17, 2016 @ 00:00:43
  Author: bgyorgy
Revision: 161902

upgpkg: cherrytree 0.36.5-1

Update to new version

Modified:
  cherrytree/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-02-16 22:14:43 UTC (rev 161901)
+++ PKGBUILD2016-02-16 23:00:43 UTC (rev 161902)
@@ -6,7 +6,7 @@
 # Contributor: Tomas A. Schertel 
 
 pkgname=cherrytree
-pkgver=0.36.4
+pkgver=0.36.5
 pkgrel=1
 pkgdesc='Hierarchical note taking application featuring rich text and syntax 
highlighting'
 arch=('any')
@@ -17,7 +17,7 @@
 'p7zip: for password protection support')
 install=cherrytree.install
 source=(http://www.giuspen.com/software/$pkgname-$pkgver.tar.xz)
-sha256sums=('33597a25bedc6699fb11aee15ced4f9f27d6d5643690cf41f6757ebe50b52dc2')
+sha256sums=('b3a552ec2f08e94cdca0adb1ff89b7a3e3178dabab47034974b0e9306a7e1694')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in cherrytree/trunk (PKGBUILD)

2016-01-30 Thread Balló György
Date: Sunday, January 31, 2016 @ 04:26:54
  Author: bgyorgy
Revision: 159642

upgpkg: cherrytree 0.36.4-1

Update to new version

Modified:
  cherrytree/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-01-31 03:24:37 UTC (rev 159641)
+++ PKGBUILD2016-01-31 03:26:54 UTC (rev 159642)
@@ -6,7 +6,7 @@
 # Contributor: Tomas A. Schertel 
 
 pkgname=cherrytree
-pkgver=0.36.2
+pkgver=0.36.4
 pkgrel=1
 pkgdesc='Hierarchical note taking application featuring rich text and syntax 
highlighting'
 arch=('any')
@@ -17,7 +17,7 @@
 'p7zip: for password protection support')
 install=cherrytree.install
 source=(http://www.giuspen.com/software/$pkgname-$pkgver.tar.xz)
-sha256sums=('584d6ef65acbcf93f3706fe6123d8ff285be6fd17607f9f919e0ef22aa313605')
+sha256sums=('33597a25bedc6699fb11aee15ced4f9f27d6d5643690cf41f6757ebe50b52dc2')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in cherrytree/trunk (PKGBUILD)

2015-12-13 Thread Balló György
Date: Monday, December 14, 2015 @ 06:48:59
  Author: bgyorgy
Revision: 153222

upgpkg: cherrytree 0.36.2-1

Update to new version

Modified:
  cherrytree/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-14 05:47:31 UTC (rev 153221)
+++ PKGBUILD2015-12-14 05:48:59 UTC (rev 153222)
@@ -6,7 +6,7 @@
 # Contributor: Tomas A. Schertel 
 
 pkgname=cherrytree
-pkgver=0.35.11
+pkgver=0.36.2
 pkgrel=1
 pkgdesc='Hierarchical note taking application featuring rich text and syntax 
highlighting'
 arch=('any')
@@ -17,7 +17,7 @@
 'p7zip: for password protection support')
 install=cherrytree.install
 source=(http://www.giuspen.com/software/$pkgname-$pkgver.tar.xz)
-sha256sums=('963befe706e23815955d9feb6861d9d7a7ec9cf0bd8be6d31842ca97fc33adca')
+sha256sums=('584d6ef65acbcf93f3706fe6123d8ff285be6fd17607f9f919e0ef22aa313605')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in cherrytree/trunk (PKGBUILD)

2015-11-01 Thread Balló György
Date: Sunday, November 1, 2015 @ 19:29:53
  Author: bgyorgy
Revision: 145472

upgpkg: cherrytree 0.35.11-1

Update to version 0.35.11

Modified:
  cherrytree/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-01 18:25:22 UTC (rev 145471)
+++ PKGBUILD2015-11-01 18:29:53 UTC (rev 145472)
@@ -6,7 +6,7 @@
 # Contributor: Tomas A. Schertel 
 
 pkgname=cherrytree
-pkgver=0.35.10
+pkgver=0.35.11
 pkgrel=1
 pkgdesc='Hierarchical note taking application featuring rich text and syntax 
highlighting'
 arch=('any')
@@ -17,7 +17,7 @@
 'p7zip: for password protection support')
 install=cherrytree.install
 source=(http://www.giuspen.com/software/$pkgname-$pkgver.tar.xz)
-sha256sums=('34ed912074387a3a1e7b6b07d3b231b6a9c11165bbe52cbebf13b3b0ee46de12')
+sha256sums=('963befe706e23815955d9feb6861d9d7a7ec9cf0bd8be6d31842ca97fc33adca')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in cherrytree/trunk (PKGBUILD)

2015-09-03 Thread Balló György
Date: Thursday, September 3, 2015 @ 16:28:33
  Author: bgyorgy
Revision: 139133

upgpkg: cherrytree 0.35.10-1

Update to version 0.35.10

Modified:
  cherrytree/trunk/PKGBUILD

--+
 PKGBUILD |7 ++-
 1 file changed, 2 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-03 11:42:28 UTC (rev 139132)
+++ PKGBUILD2015-09-03 14:28:33 UTC (rev 139133)
@@ -6,7 +6,7 @@
 # Contributor: Tomas A. Schertel 
 
 pkgname=cherrytree
-pkgver=0.35.9
+pkgver=0.35.10
 pkgrel=1
 pkgdesc='Hierarchical note taking application featuring rich text and syntax 
highlighting'
 arch=('any')
@@ -17,7 +17,7 @@
 'p7zip: for password protection support')
 install=cherrytree.install
 source=(http://www.giuspen.com/software/$pkgname-$pkgver.tar.xz)
-sha256sums=('4c597e70736aad6135c53e2f10ff9246e6d1133e35dfcdefece38fe0c185ca93')
+sha256sums=('34ed912074387a3a1e7b6b07d3b231b6a9c11165bbe52cbebf13b3b0ee46de12')
 
 build() {
   cd $pkgname-$pkgver
@@ -27,7 +27,4 @@
 package() {
   cd $pkgname-$pkgver
   python2 setup.py install --root="$pkgdir/" --optimize=1
-
-  # Fix file permissions
-  find "$pkgdir/usr/share" -type f | xargs chmod 644
 }


[arch-commits] Commit in cherrytree/trunk (PKGBUILD)

2015-07-08 Thread Balló György
Date: Wednesday, July 8, 2015 @ 20:04:31
  Author: bgyorgy
Revision: 136563

upgpkg: cherrytree 0.35.9-1

Update to version 0.35.9

Modified:
  cherrytree/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-08 15:27:41 UTC (rev 136562)
+++ PKGBUILD2015-07-08 18:04:31 UTC (rev 136563)
@@ -6,7 +6,7 @@
 # Contributor: Tomas A. Schertel tscher...@gmail.com
 
 pkgname=cherrytree
-pkgver=0.35.8
+pkgver=0.35.9
 pkgrel=1
 pkgdesc='Hierarchical note taking application featuring rich text and syntax 
highlighting'
 arch=('any')
@@ -17,7 +17,7 @@
 'p7zip: for password protection support')
 install=cherrytree.install
 source=(http://www.giuspen.com/software/$pkgname-$pkgver.tar.xz)
-sha256sums=('a8e9c78347a05e01030123034f96e53b4649e4f59c7fe20a266e9cf65b0c0c6f')
+sha256sums=('4c597e70736aad6135c53e2f10ff9246e6d1133e35dfcdefece38fe0c185ca93')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in cherrytree/trunk (PKGBUILD)

2015-06-10 Thread Balló György
Date: Thursday, June 11, 2015 @ 03:07:55
  Author: bgyorgy
Revision: 135177

upgpkg: cherrytree 0.35.8-1

Update to version 0.35.8

Modified:
  cherrytree/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-06-11 01:02:38 UTC (rev 135176)
+++ PKGBUILD2015-06-11 01:07:55 UTC (rev 135177)
@@ -6,7 +6,7 @@
 # Contributor: Tomas A. Schertel tscher...@gmail.com
 
 pkgname=cherrytree
-pkgver=0.35.7
+pkgver=0.35.8
 pkgrel=1
 pkgdesc='Hierarchical note taking application featuring rich text and syntax 
highlighting'
 arch=('any')
@@ -17,7 +17,7 @@
 'p7zip: for password protection support')
 install=cherrytree.install
 source=(http://www.giuspen.com/software/$pkgname-$pkgver.tar.xz)
-sha256sums=('e311af09fe634dcd8d2934a9bbc8eed546a01ca8b02b006b0e66b0a94f5fe30e')
+sha256sums=('a8e9c78347a05e01030123034f96e53b4649e4f59c7fe20a266e9cf65b0c0c6f')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in cherrytree/trunk (PKGBUILD)

2015-03-08 Thread Balló György
Date: Sunday, March 8, 2015 @ 19:59:49
  Author: bgyorgy
Revision: 128938

upgpkg: cherrytree 0.35.7-1

Update to version 0.35.7

Modified:
  cherrytree/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-03-08 18:57:29 UTC (rev 128937)
+++ PKGBUILD2015-03-08 18:59:49 UTC (rev 128938)
@@ -6,7 +6,7 @@
 # Contributor: Tomas A. Schertel tscher...@gmail.com
 
 pkgname=cherrytree
-pkgver=0.35.6
+pkgver=0.35.7
 pkgrel=1
 pkgdesc='Hierarchical note taking application featuring rich text and syntax 
highlighting'
 arch=('any')
@@ -17,7 +17,7 @@
 'p7zip: for password protection support')
 install=cherrytree.install
 source=(http://www.giuspen.com/software/$pkgname-$pkgver.tar.xz)
-sha256sums=('b22fd13286a705d2525ab752f9375c79e0916bfca8c5c18a9307acaeb8b5d9d9')
+sha256sums=('e311af09fe634dcd8d2934a9bbc8eed546a01ca8b02b006b0e66b0a94f5fe30e')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in cherrytree/trunk (PKGBUILD)

2015-01-08 Thread Balló György
Date: Thursday, January 8, 2015 @ 13:22:32
  Author: bgyorgy
Revision: 125596

upgpkg: cherrytree 0.35.6-1

Update to version 0.35.6

Modified:
  cherrytree/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-01-08 12:20:38 UTC (rev 125595)
+++ PKGBUILD2015-01-08 12:22:32 UTC (rev 125596)
@@ -6,7 +6,7 @@
 # Contributor: Tomas A. Schertel tscher...@gmail.com
 
 pkgname=cherrytree
-pkgver=0.35.5
+pkgver=0.35.6
 pkgrel=1
 pkgdesc='Hierarchical note taking application featuring rich text and syntax 
highlighting'
 arch=('any')
@@ -17,7 +17,7 @@
 'p7zip: for password protection support')
 install=cherrytree.install
 source=(http://www.giuspen.com/software/$pkgname-$pkgver.tar.xz)
-sha256sums=('920568e5d9f35065060a4c2ecb1b99526c12542bf450c37a26d588d7de66')
+sha256sums=('b22fd13286a705d2525ab752f9375c79e0916bfca8c5c18a9307acaeb8b5d9d9')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in cherrytree/trunk (PKGBUILD)

2014-12-05 Thread Balló György
Date: Friday, December 5, 2014 @ 10:28:41
  Author: bgyorgy
Revision: 123472

upgpkg: cherrytree 0.35.5-1

Update to version 0.35.5

Modified:
  cherrytree/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-12-05 08:38:19 UTC (rev 123471)
+++ PKGBUILD2014-12-05 09:28:41 UTC (rev 123472)
@@ -6,7 +6,7 @@
 # Contributor: Tomas A. Schertel tscher...@gmail.com
 
 pkgname=cherrytree
-pkgver=0.35.4
+pkgver=0.35.5
 pkgrel=1
 pkgdesc='Hierarchical note taking application featuring rich text and syntax 
highlighting'
 arch=('any')
@@ -17,7 +17,7 @@
 'p7zip: for password protection support')
 install=cherrytree.install
 source=(http://www.giuspen.com/software/$pkgname-$pkgver.tar.xz)
-sha256sums=('7dae3808c848c4fbe84520ca7ab00b49b78bd94e18087cf6f9bbd57c9708b334')
+sha256sums=('920568e5d9f35065060a4c2ecb1b99526c12542bf450c37a26d588d7de66')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in cherrytree/trunk (PKGBUILD)

2014-11-19 Thread Balló György
Date: Thursday, November 20, 2014 @ 02:30:56
  Author: bgyorgy
Revision: 122804

upgpkg: cherrytree 0.35.4-1

Update to version 0.35.4

Modified:
  cherrytree/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-11-20 01:28:23 UTC (rev 122803)
+++ PKGBUILD2014-11-20 01:30:56 UTC (rev 122804)
@@ -6,7 +6,7 @@
 # Contributor: Tomas A. Schertel tscher...@gmail.com
 
 pkgname=cherrytree
-pkgver=0.35.2
+pkgver=0.35.4
 pkgrel=1
 pkgdesc='Hierarchical note taking application featuring rich text and syntax 
highlighting'
 arch=('any')
@@ -17,7 +17,7 @@
 'p7zip: for password protection support')
 install=cherrytree.install
 source=(http://www.giuspen.com/software/$pkgname-$pkgver.tar.xz)
-sha256sums=('d48ccc106d14c76e15d2dc7408bd9788f79c8641221df7d06272ed53847dad12')
+sha256sums=('7dae3808c848c4fbe84520ca7ab00b49b78bd94e18087cf6f9bbd57c9708b334')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in cherrytree/trunk (PKGBUILD)

2014-10-17 Thread Balló György
Date: Friday, October 17, 2014 @ 21:41:37
  Author: bgyorgy
Revision: 120925

upgpkg: cherrytree 0.35.2-1

Update to version 0.35.2

Modified:
  cherrytree/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-17 19:38:38 UTC (rev 120924)
+++ PKGBUILD2014-10-17 19:41:37 UTC (rev 120925)
@@ -6,7 +6,7 @@
 # Contributor: Tomas A. Schertel tscher...@gmail.com
 
 pkgname=cherrytree
-pkgver=0.35.1
+pkgver=0.35.2
 pkgrel=1
 pkgdesc='Hierarchical note taking application featuring rich text and syntax 
highlighting'
 arch=('any')
@@ -17,7 +17,7 @@
 'p7zip: for password protection support')
 install=cherrytree.install
 source=(http://www.giuspen.com/software/$pkgname-$pkgver.tar.xz)
-sha256sums=('e197dd0556859c2258320499406b74cff8adcaf0a836cb27e8b865e20c845599')
+sha256sums=('d48ccc106d14c76e15d2dc7408bd9788f79c8641221df7d06272ed53847dad12')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in cherrytree/trunk (PKGBUILD)

2014-10-09 Thread Balló György
Date: Thursday, October 9, 2014 @ 22:12:55
  Author: bgyorgy
Revision: 120456

upgpkg: cherrytree 0.35.1-1

Update to version 0.35.1

Modified:
  cherrytree/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-09 20:11:35 UTC (rev 120455)
+++ PKGBUILD2014-10-09 20:12:55 UTC (rev 120456)
@@ -6,7 +6,7 @@
 # Contributor: Tomas A. Schertel tscher...@gmail.com
 
 pkgname=cherrytree
-pkgver=0.34.1
+pkgver=0.35.1
 pkgrel=1
 pkgdesc='Hierarchical note taking application featuring rich text and syntax 
highlighting'
 arch=('any')
@@ -17,7 +17,7 @@
 'p7zip: for password protection support')
 install=cherrytree.install
 source=(http://www.giuspen.com/software/$pkgname-$pkgver.tar.xz)
-sha256sums=('1cb86e26a1449ddf9de8b5589ae09de1f0ed3fbd03c494433f109ebd56c28604')
+sha256sums=('e197dd0556859c2258320499406b74cff8adcaf0a836cb27e8b865e20c845599')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in cherrytree/trunk (PKGBUILD)

2014-09-23 Thread Balló György
Date: Tuesday, September 23, 2014 @ 13:31:48
  Author: bgyorgy
Revision: 119455

upgpkg: cherrytree 0.34.1-1

Update to version 0.34.1

Modified:
  cherrytree/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-09-23 10:22:29 UTC (rev 119454)
+++ PKGBUILD2014-09-23 11:31:48 UTC (rev 119455)
@@ -6,7 +6,7 @@
 # Contributor: Tomas A. Schertel tscher...@gmail.com
 
 pkgname=cherrytree
-pkgver=0.34.0
+pkgver=0.34.1
 pkgrel=1
 pkgdesc='Hierarchical note taking application featuring rich text and syntax 
highlighting'
 arch=('any')
@@ -17,7 +17,7 @@
 'p7zip: for password protection support')
 install=cherrytree.install
 source=(http://www.giuspen.com/software/$pkgname-$pkgver.tar.xz)
-sha256sums=('a1af44a2e1652dec2b212af939b38b95e937641f473b1e2f4cd3b06a97f81519')
+sha256sums=('1cb86e26a1449ddf9de8b5589ae09de1f0ed3fbd03c494433f109ebd56c28604')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in cherrytree/trunk (PKGBUILD)

2014-08-08 Thread Balló György
Date: Saturday, August 9, 2014 @ 02:00:18
  Author: bgyorgy
Revision: 117055

upgpkg: cherrytree 0.34.0-1

Update to version 
sha256sums=('a1af44a2e1652dec2b212af939b38b95e937641f473b1e2f4cd3b06a97f81519')

Modified:
  cherrytree/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-08 23:58:18 UTC (rev 117054)
+++ PKGBUILD2014-08-09 00:00:18 UTC (rev 117055)
@@ -6,8 +6,8 @@
 # Contributor: Tomas A. Schertel tscher...@gmail.com
 
 pkgname=cherrytree
-pkgver=0.33.4
-pkgrel=2
+pkgver=0.34.0
+pkgrel=1
 pkgdesc='Hierarchical note taking application featuring rich text and syntax 
highlighting'
 arch=('any')
 url='http://www.giuspen.com/cherrytree/'
@@ -17,7 +17,7 @@
 'p7zip: for password protection support')
 install=cherrytree.install
 source=(http://www.giuspen.com/software/$pkgname-$pkgver.tar.xz)
-sha256sums=('b116657ba7c4252f671a83f9cc2e8bbf69b6345741fd1c569299a8aa293eb177')
+sha256sums=('a1af44a2e1652dec2b212af939b38b95e937641f473b1e2f4cd3b06a97f81519')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in cherrytree/trunk (PKGBUILD)

2014-07-30 Thread Balló György
Date: Wednesday, July 30, 2014 @ 17:29:35
  Author: bgyorgy
Revision: 116590

upgpkg: cherrytree 0.33.4-2

Update to a new release with the same version number

Modified:
  cherrytree/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-07-30 15:23:02 UTC (rev 116589)
+++ PKGBUILD2014-07-30 15:29:35 UTC (rev 116590)
@@ -7,7 +7,7 @@
 
 pkgname=cherrytree
 pkgver=0.33.4
-pkgrel=1
+pkgrel=2
 pkgdesc='Hierarchical note taking application featuring rich text and syntax 
highlighting'
 arch=('any')
 url='http://www.giuspen.com/cherrytree/'
@@ -17,7 +17,7 @@
 'p7zip: for password protection support')
 install=cherrytree.install
 source=(http://www.giuspen.com/software/$pkgname-$pkgver.tar.xz)
-sha256sums=('1fe3943b8f49105c00f4c1ff9cee8b98a2fb1d0faa17049755bcf2169e392925')
+sha256sums=('b116657ba7c4252f671a83f9cc2e8bbf69b6345741fd1c569299a8aa293eb177')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in cherrytree/trunk (PKGBUILD)

2014-06-04 Thread Balló György
Date: Wednesday, June 4, 2014 @ 20:35:34
  Author: bgyorgy
Revision: 112675

upgpkg: cherrytree 0.33.4-1

Update to version 0.33.4

Modified:
  cherrytree/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-06-04 17:32:28 UTC (rev 112674)
+++ PKGBUILD2014-06-04 18:35:34 UTC (rev 112675)
@@ -6,8 +6,8 @@
 # Contributor: Tomas A. Schertel tscher...@gmail.com
 
 pkgname=cherrytree
-pkgver=0.33.3
-pkgrel=2
+pkgver=0.33.4
+pkgrel=1
 pkgdesc='Hierarchical note taking application featuring rich text and syntax 
highlighting'
 arch=('any')
 url='http://www.giuspen.com/cherrytree/'
@@ -17,7 +17,7 @@
 'p7zip: for password protection support')
 install=cherrytree.install
 source=(http://www.giuspen.com/software/$pkgname-$pkgver.tar.xz)
-sha256sums=('ac0856d2bcc8efe0e5c0ae12cc3d85349f75dc5991895ed5e9485f389cf90002')
+sha256sums=('1fe3943b8f49105c00f4c1ff9cee8b98a2fb1d0faa17049755bcf2169e392925')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in cherrytree/trunk (PKGBUILD)

2014-05-24 Thread Balló György
Date: Saturday, May 24, 2014 @ 16:17:18
  Author: bgyorgy
Revision: 111784

upgpkg: cherrytree 0.33.3-1

Update to version 0.33.3

Modified:
  cherrytree/trunk/PKGBUILD

--+
 PKGBUILD |9 ++---
 1 file changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-05-24 14:06:14 UTC (rev 111783)
+++ PKGBUILD2014-05-24 14:17:18 UTC (rev 111784)
@@ -6,18 +6,18 @@
 # Contributor: Tomas A. Schertel tscher...@gmail.com
 
 pkgname=cherrytree
-pkgver=0.33.0
+pkgver=0.33.3
 pkgrel=1
 pkgdesc='Hierarchical note taking application featuring rich text and syntax 
highlighting'
 arch=('any')
 url='http://www.giuspen.com/cherrytree/'
 license=('GPL3')
-depends=('pygtksourceview2' 'desktop-file-utils')
+depends=('pygtksourceview2' 'python-dbus' 'desktop-file-utils')
 optdepends=('python2-pyenchant: for spell checking support'
 'p7zip: for password protection support')
 install=cherrytree.install
 source=(http://www.giuspen.com/software/$pkgname-$pkgver.tar.xz)
-sha256sums=('d136eb8f20ec6647ea0454947b47c447bcbf45904ca9a9f43345e9b816a0cf56')
+sha256sums=('ac0856d2bcc8efe0e5c0ae12cc3d85349f75dc5991895ed5e9485f389cf90002')
 
 build() {
   cd $pkgname-$pkgver
@@ -27,4 +27,7 @@
 package() {
   cd $pkgname-$pkgver
   python2 setup.py install --root=$pkgdir/ --optimize=1
+
+  # Fix file permissions
+  find $pkgdir/usr/share -type f | xargs chmod 644
 }



[arch-commits] Commit in cherrytree/trunk (PKGBUILD)

2014-05-24 Thread Balló György
Date: Saturday, May 24, 2014 @ 20:54:35
  Author: bgyorgy
Revision: 111790

upgpkg: cherrytree 0.33.3-2

Fix deps

Modified:
  cherrytree/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-05-24 17:27:52 UTC (rev 111789)
+++ PKGBUILD2014-05-24 18:54:35 UTC (rev 111790)
@@ -7,12 +7,12 @@
 
 pkgname=cherrytree
 pkgver=0.33.3
-pkgrel=1
+pkgrel=2
 pkgdesc='Hierarchical note taking application featuring rich text and syntax 
highlighting'
 arch=('any')
 url='http://www.giuspen.com/cherrytree/'
 license=('GPL3')
-depends=('pygtksourceview2' 'python-dbus' 'desktop-file-utils')
+depends=('pygtksourceview2' 'python2-dbus' 'desktop-file-utils')
 optdepends=('python2-pyenchant: for spell checking support'
 'p7zip: for password protection support')
 install=cherrytree.install



[arch-commits] Commit in cherrytree/trunk (PKGBUILD)

2014-05-09 Thread Balló György
Date: Friday, May 9, 2014 @ 13:31:16
  Author: bgyorgy
Revision: 110896

upgpkg: cherrytree 0.33.0-1

Update to version 0.33.0

Modified:
  cherrytree/trunk/PKGBUILD

--+
 PKGBUILD |9 +
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-05-09 11:17:30 UTC (rev 110895)
+++ PKGBUILD2014-05-09 11:31:16 UTC (rev 110896)
@@ -6,17 +6,18 @@
 # Contributor: Tomas A. Schertel tscher...@gmail.com
 
 pkgname=cherrytree
-pkgver=0.32.0
+pkgver=0.33.0
 pkgrel=1
 pkgdesc='Hierarchical note taking application featuring rich text and syntax 
highlighting'
 arch=('any')
 url='http://www.giuspen.com/cherrytree/'
 license=('GPL3')
-depends=('pygtksourceview2' 'hicolor-icon-theme' 'desktop-file-utils')
-optdepends=('python2-pyenchant: for spell checking support')
+depends=('pygtksourceview2' 'desktop-file-utils')
+optdepends=('python2-pyenchant: for spell checking support'
+'p7zip: for password protection support')
 install=cherrytree.install
 source=(http://www.giuspen.com/software/$pkgname-$pkgver.tar.xz)
-sha256sums=('52bf1eebe545bd23ee1f92dc0fe47431e289c1038f5959593fcc6ff52c409a63')
+sha256sums=('d136eb8f20ec6647ea0454947b47c447bcbf45904ca9a9f43345e9b816a0cf56')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in cherrytree/trunk (PKGBUILD)

2014-01-06 Thread Balló György
Date: Monday, January 6, 2014 @ 22:11:07
  Author: bgyorgy
Revision: 103498

upgpkg: cherrytree 0.32.0-1

Update to version 0.32.0

Modified:
  cherrytree/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-01-06 21:06:24 UTC (rev 103497)
+++ PKGBUILD2014-01-06 21:11:07 UTC (rev 103498)
@@ -6,7 +6,7 @@
 # Contributor: Tomas A. Schertel tscher...@gmail.com
 
 pkgname=cherrytree
-pkgver=0.31.5
+pkgver=0.32.0
 pkgrel=1
 pkgdesc='Hierarchical note taking application featuring rich text and syntax 
highlighting'
 arch=('any')
@@ -16,7 +16,7 @@
 optdepends=('python2-pyenchant: for spell checking support')
 install=cherrytree.install
 source=(http://www.giuspen.com/software/$pkgname-$pkgver.tar.xz)
-sha256sums=('a614f943f30265b7476b842df1722e53708934e62148cf9b0338ef7dca4fb0b5')
+sha256sums=('52bf1eebe545bd23ee1f92dc0fe47431e289c1038f5959593fcc6ff52c409a63')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in cherrytree/trunk (PKGBUILD)

2013-12-10 Thread Balló György
Date: Tuesday, December 10, 2013 @ 18:10:12
  Author: bgyorgy
Revision: 102420

upgpkg: cherrytree 0.31.5-1

Update to version 0.31.5

Modified:
  cherrytree/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-12-10 16:46:22 UTC (rev 102419)
+++ PKGBUILD2013-12-10 17:10:12 UTC (rev 102420)
@@ -6,7 +6,7 @@
 # Contributor: Tomas A. Schertel tscher...@gmail.com
 
 pkgname=cherrytree
-pkgver=0.31.4
+pkgver=0.31.5
 pkgrel=1
 pkgdesc='Hierarchical note taking application featuring rich text and syntax 
highlighting'
 arch=('any')
@@ -16,7 +16,7 @@
 optdepends=('python2-pyenchant: for spell checking support')
 install=cherrytree.install
 source=(http://www.giuspen.com/software/$pkgname-$pkgver.tar.xz)
-sha256sums=('8cf5917fd6f6a73ae03eb94b3eaa496dc1d045d3c36aa3d58080fc2e61966ebc')
+sha256sums=('a614f943f30265b7476b842df1722e53708934e62148cf9b0338ef7dca4fb0b5')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in cherrytree/trunk (PKGBUILD)

2013-12-05 Thread Balló György
Date: Thursday, December 5, 2013 @ 19:27:24
  Author: bgyorgy
Revision: 102135

upgpkg: cherrytree 0.31.4-1

Update to version 0.31.4

Modified:
  cherrytree/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-12-05 16:11:31 UTC (rev 102134)
+++ PKGBUILD2013-12-05 18:27:24 UTC (rev 102135)
@@ -6,7 +6,7 @@
 # Contributor: Tomas A. Schertel tscher...@gmail.com
 
 pkgname=cherrytree
-pkgver=0.31.2
+pkgver=0.31.4
 pkgrel=1
 pkgdesc='Hierarchical note taking application featuring rich text and syntax 
highlighting'
 arch=('any')
@@ -16,7 +16,7 @@
 optdepends=('python2-pyenchant: for spell checking support')
 install=cherrytree.install
 source=(http://www.giuspen.com/software/$pkgname-$pkgver.tar.xz)
-sha256sums=('01c45034926a99cd147e1db01cd0ca24cd25c36680a41c6d39ebfce188d7bf13')
+sha256sums=('8cf5917fd6f6a73ae03eb94b3eaa496dc1d045d3c36aa3d58080fc2e61966ebc')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in cherrytree/trunk (PKGBUILD)

2013-12-04 Thread Balló György
Date: Wednesday, December 4, 2013 @ 21:54:47
  Author: bgyorgy
Revision: 102083

upgpkg: cherrytree 0.31.2-1

Update to version 0.31.2

Modified:
  cherrytree/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-12-04 20:46:27 UTC (rev 102082)
+++ PKGBUILD2013-12-04 20:54:47 UTC (rev 102083)
@@ -6,7 +6,7 @@
 # Contributor: Tomas A. Schertel tscher...@gmail.com
 
 pkgname=cherrytree
-pkgver=0.31.0
+pkgver=0.31.2
 pkgrel=1
 pkgdesc='Hierarchical note taking application featuring rich text and syntax 
highlighting'
 arch=('any')
@@ -16,7 +16,7 @@
 optdepends=('python2-pyenchant: for spell checking support')
 install=cherrytree.install
 source=(http://www.giuspen.com/software/$pkgname-$pkgver.tar.xz)
-sha256sums=('f770947e4ca694d9b060f614168877aa8a9059fe1428559fc69623d00a41480a')
+sha256sums=('01c45034926a99cd147e1db01cd0ca24cd25c36680a41c6d39ebfce188d7bf13')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in cherrytree/trunk (PKGBUILD)

2013-12-02 Thread Balló György
Date: Tuesday, December 3, 2013 @ 02:16:50
  Author: bgyorgy
Revision: 101966

upgpkg: cherrytree 0.31.0-1

Update to version 0.31.0

Modified:
  cherrytree/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-12-03 01:02:57 UTC (rev 101965)
+++ PKGBUILD2013-12-03 01:16:50 UTC (rev 101966)
@@ -6,7 +6,7 @@
 # Contributor: Tomas A. Schertel tscher...@gmail.com
 
 pkgname=cherrytree
-pkgver=0.30.5
+pkgver=0.31.0
 pkgrel=1
 pkgdesc='Hierarchical note taking application featuring rich text and syntax 
highlighting'
 arch=('any')
@@ -16,7 +16,7 @@
 optdepends=('python2-pyenchant: for spell checking support')
 install=cherrytree.install
 source=(http://www.giuspen.com/software/$pkgname-$pkgver.tar.xz)
-sha256sums=('7af69e4cf6d88eb4b7d4703e03a782930741e4d49d5297fc970cf011fc743330')
+sha256sums=('f770947e4ca694d9b060f614168877aa8a9059fe1428559fc69623d00a41480a')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in cherrytree/trunk (PKGBUILD)

2013-11-30 Thread Balló György
Date: Saturday, November 30, 2013 @ 17:22:26
  Author: bgyorgy
Revision: 101738

Add myself as maintainer, some improvements

Modified:
  cherrytree/trunk/PKGBUILD

--+
 PKGBUILD |   12 +---
 1 file changed, 5 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-11-30 16:22:11 UTC (rev 101737)
+++ PKGBUILD2013-11-30 16:22:26 UTC (rev 101738)
@@ -1,5 +1,6 @@
 # $Id$
-# Maintainer:  Bartłomiej Piotrowski
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+# Contributor: Bartłomiej Piotrowski
 # Contributor: Brad Fanella bradfane...@archlinux.us
 # Contributor: Allan McRae al...@archlinux.org
 # Contributor: Tomas A. Schertel tscher...@gmail.com
@@ -17,14 +18,11 @@
 source=(http://www.giuspen.com/software/$pkgname-$pkgver.tar.xz)
 sha256sums=('7af69e4cf6d88eb4b7d4703e03a782930741e4d49d5297fc970cf011fc743330')
 
-prepare() {
+build() {
   cd $pkgname-$pkgver
-  # python2 fix
-  for file in $(find . -name '*.py') cherrytree; do
-sed -i 's_/usr/bin/env python_/usr/bin/env python2_' ${file}
-  done
+  python2 setup.py build
 }
-   
+
 package() {
   cd $pkgname-$pkgver
   python2 setup.py install --root=$pkgdir/ --optimize=1



[arch-commits] Commit in cherrytree/trunk (PKGBUILD)

2013-09-02 Thread Eric Bélanger
Date: Monday, September 2, 2013 @ 21:47:53
  Author: eric
Revision: 96657

upgpkg: cherrytree 0.30.5-1

Upstream update

Modified:
  cherrytree/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-09-02 19:36:13 UTC (rev 96656)
+++ PKGBUILD2013-09-02 19:47:53 UTC (rev 96657)
@@ -5,7 +5,7 @@
 # Contributor: Tomas A. Schertel tscher...@gmail.com
 
 pkgname=cherrytree
-pkgver=0.30.4
+pkgver=0.30.5
 pkgrel=1
 pkgdesc='Hierarchical note taking application featuring rich text and syntax 
highlighting'
 arch=('any')
@@ -15,7 +15,7 @@
 optdepends=('python2-pyenchant: for spell checking support')
 install=cherrytree.install
 source=(http://www.giuspen.com/software/$pkgname-$pkgver.tar.xz)
-sha256sums=('59a11a0a25928f2bfd3667841382c717a41d317cdc14246d389a16b979788f0e')
+sha256sums=('7af69e4cf6d88eb4b7d4703e03a782930741e4d49d5297fc970cf011fc743330')
 
 prepare() {
   cd $pkgname-$pkgver



[arch-commits] Commit in cherrytree/trunk (PKGBUILD)

2013-08-30 Thread Eric Bélanger
Date: Friday, August 30, 2013 @ 17:42:50
  Author: eric
Revision: 96484

upgpkg: cherrytree 0.30.4-1

Upstream update, Update license, Make python2-pyenchant depends optional

Modified:
  cherrytree/trunk/PKGBUILD

--+
 PKGBUILD |   11 ++-
 1 file changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-08-30 15:29:41 UTC (rev 96483)
+++ PKGBUILD2013-08-30 15:42:50 UTC (rev 96484)
@@ -5,16 +5,17 @@
 # Contributor: Tomas A. Schertel tscher...@gmail.com
 
 pkgname=cherrytree
-pkgver=0.30.0
+pkgver=0.30.4
 pkgrel=1
 pkgdesc='Hierarchical note taking application featuring rich text and syntax 
highlighting'
 arch=('any')
 url='http://www.giuspen.com/cherrytree/'
-license=('GPL')
-depends=('pygtksourceview2' 'python2-pyenchant' 'hicolor-icon-theme' 
'desktop-file-utils')
-install=$pkgname.install
+license=('GPL3')
+depends=('pygtksourceview2' 'hicolor-icon-theme' 'desktop-file-utils')
+optdepends=('python2-pyenchant: for spell checking support')
+install=cherrytree.install
 source=(http://www.giuspen.com/software/$pkgname-$pkgver.tar.xz)
-sha256sums=('b2280322f006e6cc1269a78d8041298b655a422a39671cb417e5faaebf8bda12')
+sha256sums=('59a11a0a25928f2bfd3667841382c717a41d317cdc14246d389a16b979788f0e')
 
 prepare() {
   cd $pkgname-$pkgver



[arch-commits] Commit in cherrytree/trunk (PKGBUILD)

2013-08-22 Thread Eric Bélanger
Date: Friday, August 23, 2013 @ 05:01:56
  Author: eric
Revision: 96263

upgpkg: cherrytree 0.30.0-1

Upstream update, Add python2-pyenchant depends, Add prepare function

Modified:
  cherrytree/trunk/PKGBUILD

--+
 PKGBUILD |   24 +++-
 1 file changed, 11 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-08-23 02:31:55 UTC (rev 96262)
+++ PKGBUILD2013-08-23 03:01:56 UTC (rev 96263)
@@ -5,28 +5,26 @@
 # Contributor: Tomas A. Schertel tscher...@gmail.com
 
 pkgname=cherrytree
-pkgver=0.29.4
+pkgver=0.30.0
 pkgrel=1
 pkgdesc='Hierarchical note taking application featuring rich text and syntax 
highlighting'
 arch=('any')
 url='http://www.giuspen.com/cherrytree/'
 license=('GPL')
-depends=('pygtksourceview2' 'hicolor-icon-theme' 'desktop-file-utils')
+depends=('pygtksourceview2' 'python2-pyenchant' 'hicolor-icon-theme' 
'desktop-file-utils')
 install=$pkgname.install
 source=(http://www.giuspen.com/software/$pkgname-$pkgver.tar.xz)
-sha256sums=('464ed343bf210930724f40feec88d370789d048ed90ad8a76b8eee397aaca0eb')
+sha256sums=('b2280322f006e6cc1269a78d8041298b655a422a39671cb417e5faaebf8bda12')
 
-build() {
-   cd $srcdir/$pkgname-$pkgver
-
-   # python2 fix
-   for file in $(find . -name '*.py') cherrytree; do
-   echo Applying python2 fix for ${file}
-   sed -i 's_/usr/bin/env python_/usr/bin/env python2_' ${file}
-   done
+prepare() {
+  cd $pkgname-$pkgver
+  # python2 fix
+  for file in $(find . -name '*.py') cherrytree; do
+sed -i 's_/usr/bin/env python_/usr/bin/env python2_' ${file}
+  done
 }

 package() {
-   cd $srcdir/$pkgname-$pkgver
-   python2 setup.py install --root=$pkgdir/ --optimize=1
+  cd $pkgname-$pkgver
+  python2 setup.py install --root=$pkgdir/ --optimize=1
 }



[arch-commits] Commit in cherrytree/trunk (PKGBUILD)

2013-04-01 Thread Bartłomiej Piotrowski
Date: Monday, April 1, 2013 @ 22:19:12
  Author: bpiotrowski
Revision: 87497

upgpkg: cherrytree 0.29.4-1

- upstream release

Modified:
  cherrytree/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-01 18:10:58 UTC (rev 87496)
+++ PKGBUILD2013-04-01 20:19:12 UTC (rev 87497)
@@ -5,7 +5,7 @@
 # Contributor: Tomas A. Schertel tscher...@gmail.com
 
 pkgname=cherrytree
-pkgver=0.29.2
+pkgver=0.29.4
 pkgrel=1
 pkgdesc='Hierarchical note taking application featuring rich text and syntax 
highlighting'
 arch=('any')
@@ -14,7 +14,7 @@
 depends=('pygtksourceview2' 'hicolor-icon-theme' 'desktop-file-utils')
 install=$pkgname.install
 source=(http://www.giuspen.com/software/$pkgname-$pkgver.tar.xz)
-sha256sums=('9272e789a2283d191b7371884d2ea98ff22575b6514cc317f0425e3112934d3b')
+sha256sums=('464ed343bf210930724f40feec88d370789d048ed90ad8a76b8eee397aaca0eb')
 
 build() {
cd $srcdir/$pkgname-$pkgver



[arch-commits] Commit in cherrytree/trunk (PKGBUILD)

2013-01-31 Thread Bartłomiej Piotrowski
Date: Thursday, January 31, 2013 @ 12:26:01
  Author: bpiotrowski
Revision: 83398

upgpkg: cherrytree 0.29.2-1

Modified:
  cherrytree/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-01-31 10:18:08 UTC (rev 83397)
+++ PKGBUILD2013-01-31 11:26:01 UTC (rev 83398)
@@ -5,7 +5,7 @@
 # Contributor: Tomas A. Schertel tscher...@gmail.com
 
 pkgname=cherrytree
-pkgver=0.29
+pkgver=0.29.2
 pkgrel=1
 pkgdesc='Hierarchical note taking application featuring rich text and syntax 
highlighting'
 arch=('any')
@@ -14,7 +14,7 @@
 depends=('pygtksourceview2' 'hicolor-icon-theme' 'desktop-file-utils')
 install=$pkgname.install
 source=(http://www.giuspen.com/software/$pkgname-$pkgver.tar.xz)
-sha256sums=('1b52c1907d30ca76d2480e3843faa695db77f95e1db0b7a2da1ce507a2f1231e')
+sha256sums=('9272e789a2283d191b7371884d2ea98ff22575b6514cc317f0425e3112934d3b')
 
 build() {
cd $srcdir/$pkgname-$pkgver