Hello, 

Here the patch for Sylpheed 3.2. I modify 2 points in FB :
- add _F_archive_ver=3.2.0 because the archive is called 3.2.0 and not
  3.2
- source=($url/$pkgname/v$branch/$pkgname-$_F_archive_ver.tar.gz)
* use $branch instead of raw 3.1 ($branch was yet in the FB but was
  don't used)
* Change $pkgver to $$_F_archive_ver 

Build is ok. I don't installed it because I use claws-mail and don't
want bad surprises !

Regards

botchikii
>From 9e10cad5e4de7df8c0332b0d094ec6e7b5998202 Mon Sep 17 00:00:00 2001
From: Botchikii <[email protected]>
Date: Mon, 6 Aug 2012 08:59:40 +0200
Subject: [PATCH] sylpheed-3.2-1-x86_64 * version bump

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

diff --git a/source/xapps-extra/sylpheed/FrugalBuild b/source/xapps-extra/sylpheed/FrugalBuild
index 0af54fd..cd6ae16 100644
--- a/source/xapps-extra/sylpheed/FrugalBuild
+++ b/source/xapps-extra/sylpheed/FrugalBuild
@@ -3,8 +3,9 @@
 # Contributor: Bence Nagy <[email protected]>
 
 pkgname=sylpheed
-pkgver=3.1.4
-branch=3.1
+pkgver=3.2
+_F_archive_ver=3.2.0
+branch=3.2
 pkgrel=1
 pkgdesc="A GTK+ based, lightweight, and fast email client"
 url="http://sylpheed.sraoss.jp";
@@ -13,7 +14,7 @@ archs=('i686' 'x86_64')
 options=('scriptlet')
 depends=('gpgme' 'libldap>=2.4.23-2' 'gtkspell>=2.0.16-2' 'libxcb' 'freetype2' 'glib2>=2.20.5' 'dbus-glib')
 makedepends=('openldap>=2.4.23-2')
-source=($url/$pkgname/v3.1/$pkgname-$pkgver.tar.gz)
+source=($url/$pkgname/v$branch/$pkgname-$_F_archive_ver.tar.gz)
 up2date="lynx -dump $url/en | grep "Version" | sed -e 's/.* \([0-9\.]\)/\1/'"
 build() {
 	Fcd
@@ -26,6 +27,6 @@ build() {
 	Ffilerel /usr/share/applications/sylpheed.desktop
 }
 
-sha1sums=('635067916e57846fc230d1647c661b06947d7f36')
+sha1sums=('a41a8e2fc3c5e4935f30c7bacff8d72508546e35')
 
 # optimization OK
-- 
1.7.11.3

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

Reply via email to