Hi, 

Here the patch for Cherrytree 0.26.3. A nice hierarchical note taking
application.

- I change the source line because the archive is now tar.bz2.
- I add python-sqlite3. without that, cherrytree doesn't launch.
- I add "_F_gnome_iconcache="y" because I had a warning at the end of
  the build : "==> WARNING: Package cherrytree contains hicolor icons
  but _F_gnome_iconcache is not set". no warnings after.

Build ok, installed and tested, run fine and support txt2tags \o/

Regards,

botchikii
>From 480e5b316b4bc34ec6aa5a00620363f6cc8ec0c9 Mon Sep 17 00:00:00 2001
From: Botchikii <[email protected]>
Date: Tue, 7 Aug 2012 10:34:27 +0200
Subject: [PATCH] cherrytree-0.26.3-1-x86_64 * version bump * add
 _F_gnome_iconcache="y" * add python-sqlite3 as depend *
 change tar.gz to tar.bz2 the source line

---
 source/xapps-extra/cherrytree/FrugalBuild | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/source/xapps-extra/cherrytree/FrugalBuild b/source/xapps-extra/cherrytree/FrugalBuild
index 7f0b8bb..ae2e969 100644
--- a/source/xapps-extra/cherrytree/FrugalBuild
+++ b/source/xapps-extra/cherrytree/FrugalBuild
@@ -2,16 +2,17 @@
 # Maintainer: jercel <[email protected]>
 
 pkgname=cherrytree
-pkgver=0.25.4
+pkgver=0.26.3
 pkgrel=1
 pkgdesc="A hierarchical note taking application storing all the data in a single xml file"
 url="http://www.giuspen.com/cherrytree";
-depends=('pygtksourceview')
+depends=('pygtksourceview' 'python-sqlite3')
 groups=('xapps-extra')
+_F_gnome_iconcache="y"
 archs=('x86_64' 'i686')
 up2date="Flasttar $url/#downl"
-source=(http://www.giuspen.com/software/$pkgname-$pkgver.tar.gz)
-sha1sums=('bd87be5631a084587548f8d096245eb99edaf3b4')
+source=(http://www.giuspen.com/software/$pkgname-$pkgver.tar.bz2)
+sha1sums=('3e4a4f2b473a8523652485f98171ec5418ffa271')
 build()
 {
 	Fcd
-- 
1.7.11.3

_______________________________________________
Frugalware-devel mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-devel

Reply via email to