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

2019-01-06 Thread Alad Wenter via arch-commits
Date: Sunday, January 6, 2019 @ 19:40:31
  Author: alad
Revision: 420739

upgpkg: sylpheed 3.7.0-3

Fix FS#60059

Modified:
  sylpheed/trunk/PKGBUILD

--+
 PKGBUILD |   20 +---
 1 file changed, 13 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-01-06 19:19:48 UTC (rev 420738)
+++ PKGBUILD2019-01-06 19:40:31 UTC (rev 420739)
@@ -1,4 +1,5 @@
-# Maintainer: David Runge 
+# Maintainer: Alad Wenter 
+# Contributor: David Runge 
 # Contributor: speps 
 # Contributor: Alexander Fehr 
 # Contributor: dorphell 
@@ -5,7 +6,7 @@
 
 pkgname=sylpheed
 pkgver=3.7.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Lightweight and user-friendly e-mail client"
 arch=('x86_64')
 url="https://sylpheed.sraoss.jp/en/;
@@ -12,19 +13,24 @@
 license=('GPL')
 depends=('compface' 'gpgme' 'gtkspell' 'libnsl')
 makedepends=('openssl')
-source=("https://sylpheed.sraoss.jp/${pkgname}/v${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2;)
-sha512sums=('490837528bf7ba9d26994cd5fff00b6e5390a127419b9d0efd9fc25c38be1291d55c5b8daebdf5ca9d9159a51c938449e76212328f3eae40cc039db88cb5caa4')
+source=("https://sylpheed.sraoss.jp/$pkgname/v${pkgver%.*}/$pkgname-$pkgver.tar.bz2;
+
"Support-SNI-some-servers-imap.gmail.patch::https://sylpheed.sraoss.jp/redmine/attachments/download/145/v2-0001-libsylph-ssl.c-Support-SNI-some-servers-imap.gmai.patch;)
+sha256sums=('eb23e6bda2c02095dfb0130668cf7c75d1f256904e3a7337815b4da5cb72eb04'
+'2c622fa0d110d5745925d3a265d7dd953679d335f85a3ed3d1dcc699d9575d89')
 
 prepare() {
-  cd "${pkgname}-${pkgver}"
+  cd "$pkgname-$pkgver"
   # patch for enchant >= 2.1.3
   # https://www.archlinux.org/todo/enchant-221-rebuild/
   sed -i 's,enchant/,enchant-2/,g' src/compose.c
   sed -i 's/ enchant/ enchant-2/g' configure
+
+  # https://sylpheed.sraoss.jp/redmine/issues/306
+  patch -p1 < "$srcdir"/Support-SNI-some-servers-imap.gmail.patch
 }
 
 build() {
-  cd "${pkgname}-${pkgver}"
+  cd "$pkgname-$pkgver"
   ./configure --prefix=/usr \
   --enable-maintainer-mode \
   --enable-ldap
@@ -35,7 +41,7 @@
 }
 
 package() {
-  cd "${pkgname}-${pkgver}"
+  cd "$pkgname-$pkgver"
   make DESTDIR="$pkgdir/" LDFLAGS+="/usr/lib/enchant-2" install
 
   # Install Attachment-Tool Plug-in


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

2018-04-11 Thread David Runge via arch-commits
Date: Wednesday, April 11, 2018 @ 21:29:00
  Author: dvzrv
Revision: 315815

upgpkg: sylpheed 3.7.0-2

Rebuild against libnsl.

Modified:
  sylpheed/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-11 21:24:49 UTC (rev 315814)
+++ PKGBUILD2018-04-11 21:29:00 UTC (rev 315815)
@@ -6,12 +6,12 @@
 
 pkgname=sylpheed
 pkgver=3.7.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Lightweight and user-friendly e-mail client"
 arch=('x86_64')
 url="https://sylpheed.sraoss.jp/en/;
 license=('GPL')
-depends=('compface' 'gpgme' 'gtkspell')
+depends=('compface' 'gpgme' 'gtkspell' 'libnsl')
 makedepends=('openssl')
 
source=("https://sylpheed.sraoss.jp/${pkgname}/v${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2;)
 
sha512sums=('490837528bf7ba9d26994cd5fff00b6e5390a127419b9d0efd9fc25c38be1291d55c5b8daebdf5ca9d9159a51c938449e76212328f3eae40cc039db88cb5caa4')


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

2018-02-03 Thread David Runge via arch-commits
Date: Saturday, February 3, 2018 @ 11:50:11
  Author: dvzrv
Revision: 288774

upgpkg: sylpheed 3.7.0-1

Upgrading to 3.7.0.

Modified:
  sylpheed/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-03 11:22:30 UTC (rev 288773)
+++ PKGBUILD2018-02-03 11:50:11 UTC (rev 288774)
@@ -5,8 +5,8 @@
 # Contributor: dorphell 
 
 pkgname=sylpheed
-pkgver=3.6.0
-pkgrel=4
+pkgver=3.7.0
+pkgrel=1
 pkgdesc="Lightweight and user-friendly e-mail client"
 arch=('x86_64')
 url="https://sylpheed.sraoss.jp/en/;
@@ -14,7 +14,7 @@
 depends=('compface' 'gpgme' 'gtkspell')
 makedepends=('openssl')
 
source=("https://sylpheed.sraoss.jp/${pkgname}/v${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2;)
-sha512sums=('84c59e327690ed7e637e9ce60e630da6cdad771ccc278e31e490ed643da55c295fb47e999ad421fc59dbbcfed990882022b96cf478bd47253692d2e86279c591')
+sha512sums=('490837528bf7ba9d26994cd5fff00b6e5390a127419b9d0efd9fc25c38be1291d55c5b8daebdf5ca9d9159a51c938449e76212328f3eae40cc039db88cb5caa4')
 
 prepare() {
   cd "${pkgname}-${pkgver}"


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

2018-01-19 Thread David Runge via arch-commits
Date: Saturday, January 20, 2018 @ 01:17:21
  Author: dvzrv
Revision: 284254

upgpkg: sylpheed 3.6.0-4

Rebuilding for enchant-2. Applying patches to configure and src/compose.c.

Modified:
  sylpheed/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-20 01:17:17 UTC (rev 284253)
+++ PKGBUILD2018-01-20 01:17:21 UTC (rev 284254)
@@ -6,7 +6,7 @@
 
 pkgname=sylpheed
 pkgver=3.6.0
-pkgrel=3
+pkgrel=4
 pkgdesc="Lightweight and user-friendly e-mail client"
 arch=('x86_64')
 url="https://sylpheed.sraoss.jp/en/;
@@ -16,9 +16,18 @@
 
source=("https://sylpheed.sraoss.jp/${pkgname}/v${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2;)
 
sha512sums=('84c59e327690ed7e637e9ce60e630da6cdad771ccc278e31e490ed643da55c295fb47e999ad421fc59dbbcfed990882022b96cf478bd47253692d2e86279c591')
 
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  # patch for enchant >= 2.1.3
+  # https://www.archlinux.org/todo/enchant-221-rebuild/
+  sed -i 's,enchant/,enchant-2/,g' src/compose.c
+  sed -i 's/ enchant/ enchant-2/g' configure
+}
+
 build() {
   cd "${pkgname}-${pkgver}"
   ./configure --prefix=/usr \
+  --enable-maintainer-mode \
   --enable-ldap
   make
 
@@ -28,7 +37,7 @@
 
 package() {
   cd "${pkgname}-${pkgver}"
-  make DESTDIR="$pkgdir/" install
+  make DESTDIR="$pkgdir/" LDFLAGS+="/usr/lib/enchant-2" install
 
   # Install Attachment-Tool Plug-in
   cd plugin/attachment_tool


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

2017-12-07 Thread David Runge via arch-commits
Date: Thursday, December 7, 2017 @ 12:15:37
  Author: dvzrv
Revision: 272981

upgpkg: sylpheed 3.6.0-3

Updating maintainer. Switching to https for url and source. Switching to 
sha512sums.
Removing change of compile flags. Minor fixes.

Modified:
  sylpheed/trunk/PKGBUILD

--+
 PKGBUILD |   16 
 1 file changed, 8 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-12-07 12:15:34 UTC (rev 272980)
+++ PKGBUILD2017-12-07 12:15:37 UTC (rev 272981)
@@ -1,25 +1,25 @@
 # $Id$
-# Maintainer: speps 
+# Maintainer: David Runge 
+# Contributor: speps 
 # Contributor: Alexander Fehr 
 # Contributor: dorphell 
 
 pkgname=sylpheed
 pkgver=3.6.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Lightweight and user-friendly e-mail client"
 arch=('x86_64')
-url="http://sylpheed.sraoss.jp/en/;
+url="https://sylpheed.sraoss.jp/en/;
 license=('GPL')
 depends=('compface' 'gpgme' 'gtkspell')
 makedepends=('openssl')
-source=("http://sylpheed.sraoss.jp/$pkgname/v${pkgver%.*}/$pkgname-$pkgver.tar.bz2;)
-md5sums=('5b72a9173963be38efe5fb0b3f5cc44b')
+source=("https://sylpheed.sraoss.jp/${pkgname}/v${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2;)
+sha512sums=('84c59e327690ed7e637e9ce60e630da6cdad771ccc278e31e490ed643da55c295fb47e999ad421fc59dbbcfed990882022b96cf478bd47253692d2e86279c591')
 
 build() {
-  cd $pkgname-$pkgver
+  cd "${pkgname}-${pkgver}"
   ./configure --prefix=/usr \
   --enable-ldap
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 
   # Build Attachment-Tool Plug-in
@@ -27,7 +27,7 @@
 }
 
 package() {
-  cd $pkgname-$pkgver
+  cd "${pkgname}-${pkgver}"
   make DESTDIR="$pkgdir/" install
 
   # Install Attachment-Tool Plug-in


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

2017-11-22 Thread Jan de Groot
Date: Wednesday, November 22, 2017 @ 22:31:39
  Author: jgc
Revision: 268113

upgpkg: sylpheed 3.6.0-2

enchant rebuild

Modified:
  sylpheed/trunk/PKGBUILD

--+
 PKGBUILD |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-11-22 22:29:01 UTC (rev 268112)
+++ PKGBUILD2017-11-22 22:31:39 UTC (rev 268113)
@@ -5,7 +5,7 @@
 
 pkgname=sylpheed
 pkgver=3.6.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Lightweight and user-friendly e-mail client"
 arch=('x86_64')
 url="http://sylpheed.sraoss.jp/en/;
@@ -19,6 +19,7 @@
   cd $pkgname-$pkgver
   ./configure --prefix=/usr \
   --enable-ldap
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 
   # Build Attachment-Tool Plug-in


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

2017-07-06 Thread Antonio Rojas
Date: Thursday, July 6, 2017 @ 19:42:10
  Author: arojas
Revision: 242592

Update to 3.6.0

Modified:
  sylpheed/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-06 19:17:24 UTC (rev 242591)
+++ PKGBUILD2017-07-06 19:42:10 UTC (rev 242592)
@@ -4,8 +4,8 @@
 # Contributor: dorphell 
 
 pkgname=sylpheed
-pkgver=3.5.1
-pkgrel=2
+pkgver=3.6.0
+pkgrel=1
 pkgdesc="Lightweight and user-friendly e-mail client"
 arch=('i686' 'x86_64')
 url="http://sylpheed.sraoss.jp/en/;
@@ -13,7 +13,7 @@
 depends=('compface' 'gpgme' 'gtkspell')
 makedepends=('openssl')
 
source=("http://sylpheed.sraoss.jp/$pkgname/v${pkgver%.*}/$pkgname-$pkgver.tar.bz2;)
-md5sums=('d88e892b54b160209c8183ebe2574490')
+md5sums=('5b72a9173963be38efe5fb0b3f5cc44b')
 
 build() {
   cd $pkgname-$pkgver


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

2017-02-24 Thread Antonio Rojas
Date: Friday, February 24, 2017 @ 23:15:50
  Author: arojas
Revision: 213740

openssl 1.1 rebuild

Modified:
  sylpheed/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-02-24 23:13:13 UTC (rev 213739)
+++ PKGBUILD2017-02-24 23:15:50 UTC (rev 213740)
@@ -5,7 +5,7 @@
 
 pkgname=sylpheed
 pkgver=3.5.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Lightweight and user-friendly e-mail client"
 arch=('i686' 'x86_64')
 url="http://sylpheed.sraoss.jp/en/;


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

2016-09-17 Thread Antonio Rojas
Date: Saturday, September 17, 2016 @ 09:47:04
  Author: arojas
Revision: 189828

Update to 3.5.1

Modified:
  sylpheed/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-17 09:42:29 UTC (rev 189827)
+++ PKGBUILD2016-09-17 09:47:04 UTC (rev 189828)
@@ -4,16 +4,16 @@
 # Contributor: dorphell 
 
 pkgname=sylpheed
-pkgver=3.5.0
-pkgrel=3
+pkgver=3.5.1
+pkgrel=1
 pkgdesc="Lightweight and user-friendly e-mail client"
 arch=('i686' 'x86_64')
 url="http://sylpheed.sraoss.jp/en/;
 license=('GPL')
-depends=('compface' 'gpgme' 'gtkspell' 'desktop-file-utils')
+depends=('compface' 'gpgme' 'gtkspell')
 makedepends=('openssl')
 
source=("http://sylpheed.sraoss.jp/$pkgname/v${pkgver%.*}/$pkgname-$pkgver.tar.bz2;)
-md5sums=('289cdd2bef00dd5f17fa90def1cc9d81')
+md5sums=('d88e892b54b160209c8183ebe2574490')
 
 build() {
   cd $pkgname-$pkgver


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

2016-03-03 Thread Felix Yan
Date: Thursday, March 3, 2016 @ 10:25:32
  Author: fyan
Revision: 164405

OpenSSL 1.0.2g rebuild

Modified:
  sylpheed/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-03 09:21:12 UTC (rev 164404)
+++ PKGBUILD2016-03-03 09:25:32 UTC (rev 164405)
@@ -5,7 +5,7 @@
 
 pkgname=sylpheed
 pkgver=3.5.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Lightweight and user-friendly e-mail client"
 arch=('i686' 'x86_64')
 url="http://sylpheed.sraoss.jp/en/;


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

2016-01-28 Thread speps
Date: Thursday, January 28, 2016 @ 17:27:04
  Author: speps
Revision: 159321

upgpkg: sylpheed 3.5.0-1

Modified:
  sylpheed/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-28 13:47:32 UTC (rev 159320)
+++ PKGBUILD2016-01-28 16:27:04 UTC (rev 159321)
@@ -4,7 +4,7 @@
 # Contributor: dorphell 
 
 pkgname=sylpheed
-pkgver=3.4.3
+pkgver=3.5.0
 pkgrel=1
 pkgdesc="Lightweight and user-friendly e-mail client"
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=('openssl')
 install="$pkgname.install"
 
source=("http://sylpheed.sraoss.jp/$pkgname/v${pkgver%.*}/$pkgname-$pkgver.tar.bz2;)
-md5sums=('3a7d10b68017988b48e5c2a27e559e98')
+md5sums=('289cdd2bef00dd5f17fa90def1cc9d81')
 
 build() {
   cd $pkgname-$pkgver


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

2015-07-06 Thread speps
Date: Monday, July 6, 2015 @ 15:42:53
  Author: speps
Revision: 136462

upgpkg: sylpheed 3.4.3-1

Modified:
  sylpheed/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-06 10:28:23 UTC (rev 136461)
+++ PKGBUILD2015-07-06 13:42:53 UTC (rev 136462)
@@ -4,7 +4,7 @@
 # Contributor: dorphell dorph...@archlinux.org
 
 pkgname=sylpheed
-pkgver=3.4.2
+pkgver=3.4.3
 pkgrel=1
 pkgdesc=Lightweight and user-friendly e-mail client
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=('openssl')
 install=$pkgname.install
 
source=(http://sylpheed.sraoss.jp/$pkgname/v${pkgver%.*}/$pkgname-$pkgver.tar.bz2;)
-md5sums=('d4e53489763ff2cb575ab02890d91dc9')
+md5sums=('3a7d10b68017988b48e5c2a27e559e98')
 
 build() {
   cd $pkgname-$pkgver


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

2014-06-13 Thread speps
Date: Friday, June 13, 2014 @ 17:15:18
  Author: speps
Revision: 113099

upgpkg: sylpheed 3.4.2-1

Modified:
  sylpheed/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-13 14:27:34 UTC (rev 113098)
+++ PKGBUILD2014-06-13 15:15:18 UTC (rev 113099)
@@ -4,7 +4,7 @@
 # Contributor: dorphell dorph...@archlinux.org
 
 pkgname=sylpheed
-pkgver=3.4.1
+pkgver=3.4.2
 pkgrel=1
 pkgdesc=Lightweight and user-friendly e-mail client
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=('openssl')
 install=$pkgname.install
 
source=(http://sylpheed.sraoss.jp/$pkgname/v${pkgver%.*}/$pkgname-$pkgver.tar.bz2;)
-md5sums=('9071bb341a6d96244fe7cd5ff013c70d')
+md5sums=('d4e53489763ff2cb575ab02890d91dc9')
 
 build() {
   cd $pkgname-$pkgver



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

2014-04-04 Thread speps
Date: Friday, April 4, 2014 @ 18:07:28
  Author: speps
Revision: 108818

upgpkg: sylpheed 3.4.1-1

Modified:
  sylpheed/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-04 12:22:04 UTC (rev 108817)
+++ PKGBUILD2014-04-04 16:07:28 UTC (rev 108818)
@@ -4,7 +4,7 @@
 # Contributor: dorphell dorph...@archlinux.org
 
 pkgname=sylpheed
-pkgver=3.4.0
+pkgver=3.4.1
 pkgrel=1
 pkgdesc=Lightweight and user-friendly e-mail client
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=('openssl')
 install=$pkgname.install
 
source=(http://sylpheed.sraoss.jp/$pkgname/v${pkgver%.*}/$pkgname-$pkgver.tar.bz2;)
-md5sums=('6cef3bb0ef2de6456dc1710f58e4db1f')
+md5sums=('9071bb341a6d96244fe7cd5ff013c70d')
 
 build() {
   cd $pkgname-$pkgver



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

2014-04-01 Thread speps
Date: Tuesday, April 1, 2014 @ 19:09:32
  Author: speps
Revision: 108702

upgpkg: sylpheed 3.4.0-1

Modified:
  sylpheed/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-01 14:39:07 UTC (rev 108701)
+++ PKGBUILD2014-04-01 17:09:32 UTC (rev 108702)
@@ -4,7 +4,7 @@
 # Contributor: dorphell dorph...@archlinux.org
 
 pkgname=sylpheed
-pkgver=3.3.1
+pkgver=3.4.0
 pkgrel=1
 pkgdesc=Lightweight and user-friendly e-mail client
 arch=('i686' 'x86_64')
@@ -13,8 +13,8 @@
 depends=('compface' 'gpgme' 'gtkspell' 'desktop-file-utils')
 makedepends=('openssl')
 install=$pkgname.install
-source=(http://sylpheed.sraoss.jp/$pkgname/v3.3/$pkgname-$pkgver.tar.bz2;)
-md5sums=('34551fa05722bac80bbe0688bb4a3341')
+source=(http://sylpheed.sraoss.jp/$pkgname/v${pkgver%.*}/$pkgname-$pkgver.tar.bz2;)
+md5sums=('6cef3bb0ef2de6456dc1710f58e4db1f')
 
 build() {
   cd $pkgname-$pkgver



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

2014-03-12 Thread speps
Date: Wednesday, March 12, 2014 @ 12:31:06
  Author: speps
Revision: 107092

upgpkg: sylpheed 3.3.1-1

Modified:
  sylpheed/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-12 11:03:11 UTC (rev 107091)
+++ PKGBUILD2014-03-12 11:31:06 UTC (rev 107092)
@@ -4,20 +4,20 @@
 # Contributor: dorphell dorph...@archlinux.org
 
 pkgname=sylpheed
-pkgver=3.3.0
+pkgver=3.3.1
 pkgrel=1
 pkgdesc=Lightweight and user-friendly e-mail client
 arch=('i686' 'x86_64')
 url=http://sylpheed.sraoss.jp/en/;
 license=('GPL')
-depends=('gpgme' 'gtkspell' 'desktop-file-utils')
-makedepends=('compface' 'openssl')
+depends=('compface' 'gpgme' 'gtkspell' 'desktop-file-utils')
+makedepends=('openssl')
 install=$pkgname.install
 source=(http://sylpheed.sraoss.jp/$pkgname/v3.3/$pkgname-$pkgver.tar.bz2;)
-md5sums=('20442f81dbb4e7c59462360ad0bb1afb')
+md5sums=('34551fa05722bac80bbe0688bb4a3341')
 
 build() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $pkgname-$pkgver
   ./configure --prefix=/usr \
   --enable-ldap
   make
@@ -27,7 +27,7 @@
 }
 
 package() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $pkgname-$pkgver
   make DESTDIR=$pkgdir/ install
 
   # Install Attachment-Tool Plug-in



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

2010-07-04 Thread Eric BĂ©langer
Date: Sunday, July 4, 2010 @ 20:38:58
  Author: eric
Revision: 84866

upgpkg: sylpheed 3.0.3-1
Upstream update

Modified:
  sylpheed/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-07-05 00:04:20 UTC (rev 84865)
+++ PKGBUILD2010-07-05 00:38:58 UTC (rev 84866)
@@ -4,7 +4,7 @@
 # Contributor: dorphell dorph...@archlinux.org
 
 pkgname=sylpheed
-pkgver=3.0.2
+pkgver=3.0.3
 pkgrel=1
 pkgdesc=Lightweight and user-friendly e-mail client
 arch=('i686' 'x86_64')
@@ -14,17 +14,16 @@
 makedepends=('compface' 'openssl')
 options=('libtool')
 source=(http://sylpheed.sraoss.jp/${pkgname}/v3.0/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('2ee330c737b02418d8692bd193f8b176')
+md5sums=('c69e5787868c7a8b5fe74cc24ffca189')
+sha1sums=('bf635432c8d735b8327895af9c2311ee75aec621')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr \
-  --enable-ldap || return 1
-  make || return 1
+  ./configure --prefix=/usr --enable-ldap
+  make
 }
 
 package() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install || return 1
+  make DESTDIR=${pkgdir} install
 }



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

2010-04-02 Thread Andrea Scarpino
Date: Friday, April 2, 2010 @ 05:38:14
  Author: andrea
Revision: 75666

upgpkg: sylpheed 3.0.2-1
upstream release; built with openssl 1.0

Modified:
  sylpheed/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-04-02 08:45:19 UTC (rev 75665)
+++ PKGBUILD2010-04-02 09:38:14 UTC (rev 75666)
@@ -4,8 +4,8 @@
 # Contributor: dorphell dorph...@archlinux.org
 
 pkgname=sylpheed
-pkgver=3.0.1
-pkgrel=2
+pkgver=3.0.2
+pkgrel=1
 pkgdesc=Lightweight and user-friendly e-mail client
 arch=('i686' 'x86_64')
 url=http://sylpheed.sraoss.jp/en/;
@@ -14,7 +14,7 @@
 makedepends=('compface' 'openssl')
 options=('libtool')
 source=(http://sylpheed.sraoss.jp/${pkgname}/v3.0/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('0d349e04ffc50ca43e24e9fb5794692e')
+md5sums=('2ee330c737b02418d8692bd193f8b176')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2010-03-22 Thread Ionut Biru
Date: Monday, March 22, 2010 @ 18:05:12
  Author: ibiru
Revision: 73127

upgpkg: sylpheed 3.0.1-1
update to 3.0.1

Modified:
  sylpheed/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-03-22 21:19:07 UTC (rev 73126)
+++ PKGBUILD2010-03-22 22:05:12 UTC (rev 73127)
@@ -1,10 +1,11 @@
 # $Id$
-# Maintainer: Alexander Fehr pizzapunk gmail com
+# Maintainer :
+# Contributor: Alexander Fehr pizzapunk gmail com
 # Contributor: dorphell dorph...@archlinux.org
 
 pkgname=sylpheed
-pkgver=3.0.0
-pkgrel=2
+pkgver=3.0.1
+pkgrel=1
 pkgdesc=Lightweight and user-friendly e-mail client
 arch=('i686' 'x86_64')
 url=http://sylpheed.sraoss.jp/en/;
@@ -13,7 +14,7 @@
 makedepends=('compface' 'openssl')
 options=('libtool')
 source=(http://sylpheed.sraoss.jp/${pkgname}/v3.0/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('bb2cf4adfa9577746f54a516e9471bfd')
+md5sums=('0d349e04ffc50ca43e24e9fb5794692e')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2010-02-24 Thread Giovanni Scafora
Date: Wednesday, February 24, 2010 @ 06:14:56
  Author: giovanni
Revision: 70043

upgpkg: sylpheed 3.0.0-1
upstream release

Modified:
  sylpheed/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-02-24 11:00:32 UTC (rev 70042)
+++ PKGBUILD2010-02-24 11:14:56 UTC (rev 70043)
@@ -3,8 +3,8 @@
 # Contributor: dorphell dorph...@archlinux.org
 
 pkgname=sylpheed
-pkgver=2.7.1
-pkgrel=3
+pkgver=3.0.0
+pkgrel=1
 pkgdesc=Lightweight and user-friendly e-mail client
 arch=('i686' 'x86_64')
 url=http://sylpheed.sraoss.jp/en/;
@@ -12,9 +12,8 @@
 depends=('gpgme' 'gtk2')
 makedepends=('compface')
 options=('libtool')
-source=(http://sylpheed.sraoss.jp/sylpheed/v2.7/sylpheed-$pkgver.tar.bz2)
-md5sums=('1f470525c1fbe53253813a0978c18228')
-sha1sums=('79013505355a9d359bbb3147f1916499abe1ab0e')
+source=(http://sylpheed.sraoss.jp/sylpheed/v3.0/sylpheed-$pkgver.tar.bz2)
+md5sums=('bb2cf4adfa9577746f54a516e9471bfd')
 
 build() {
   cd $srcdir/sylpheed-$pkgver



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

2010-02-24 Thread Giovanni Scafora
Date: Wednesday, February 24, 2010 @ 09:51:48
  Author: giovanni
Revision: 70054

upgpkg: sylpheed 3.0.0-2
Fixed FS18450

Modified:
  sylpheed/trunk/PKGBUILD

--+
 PKGBUILD |   15 ---
 1 file changed, 8 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-02-24 14:14:27 UTC (rev 70053)
+++ PKGBUILD2010-02-24 14:51:48 UTC (rev 70054)
@@ -4,21 +4,22 @@
 
 pkgname=sylpheed
 pkgver=3.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc=Lightweight and user-friendly e-mail client
 arch=('i686' 'x86_64')
 url=http://sylpheed.sraoss.jp/en/;
 license=('GPL')
-depends=('gpgme' 'gtk2')
-makedepends=('compface')
+depends=('gpgme' 'gtkspell')
+makedepends=('compface' 'openssl')
 options=('libtool')
-source=(http://sylpheed.sraoss.jp/sylpheed/v3.0/sylpheed-$pkgver.tar.bz2)
+source=(http://sylpheed.sraoss.jp/${pkgname}/v3.0/${pkgname}-${pkgver}.tar.bz2)
 md5sums=('bb2cf4adfa9577746f54a516e9471bfd')
 
 build() {
-  cd $srcdir/sylpheed-$pkgver
+  cd ${srcdir}/${pkgname}-${pkgver}
 
-  ./configure --prefix=/usr --enable-ldap --disable-gtkspell || return 1
+  ./configure --prefix=/usr \
+  --enable-ldap || return 1
   make || return 1
-  make DESTDIR=$pkgdir install || return 1
+  make DESTDIR=${pkgdir} install || return 1
 }