[arch-commits] Commit in sylpheed/repos (2 files)

2018-04-20 Thread Bartłomiej Piotrowski via arch-commits
Date: Friday, April 20, 2018 @ 07:59:32
  Author: bpiotrowski
Revision: 317150

archrelease: copy trunk to community-testing-x86_64

Added:
  sylpheed/repos/community-testing-x86_64/
  sylpheed/repos/community-testing-x86_64/PKGBUILD
(from rev 317149, sylpheed/trunk/PKGBUILD)

--+
 PKGBUILD |   45 +
 1 file changed, 45 insertions(+)

Copied: sylpheed/repos/community-testing-x86_64/PKGBUILD (from rev 317149, 
sylpheed/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2018-04-20 07:59:32 UTC (rev 317150)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: David Runge 
+# Contributor: speps 
+# Contributor: Alexander Fehr 
+# Contributor: dorphell 
+
+pkgname=sylpheed
+pkgver=3.7.0
+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' 'libnsl')
+makedepends=('openssl')
+source=("https://sylpheed.sraoss.jp/${pkgname}/v${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2;)
+sha512sums=('490837528bf7ba9d26994cd5fff00b6e5390a127419b9d0efd9fc25c38be1291d55c5b8daebdf5ca9d9159a51c938449e76212328f3eae40cc039db88cb5caa4')
+
+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
+
+  # Build Attachment-Tool Plug-in
+  cd plugin/attachment_tool && make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="$pkgdir/" LDFLAGS+="/usr/lib/enchant-2" install
+
+  # Install Attachment-Tool Plug-in
+  cd plugin/attachment_tool
+  make DESTDIR="$pkgdir/" install-plugin
+}


[arch-commits] Commit in sylpheed/repos (2 files)

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

archrelease: copy trunk to community-testing-x86_64

Added:
  sylpheed/repos/community-testing-x86_64/
  sylpheed/repos/community-testing-x86_64/PKGBUILD
(from rev 288774, sylpheed/trunk/PKGBUILD)

--+
 PKGBUILD |   45 +
 1 file changed, 45 insertions(+)

Copied: sylpheed/repos/community-testing-x86_64/PKGBUILD (from rev 288774, 
sylpheed/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2018-02-03 11:50:21 UTC (rev 288775)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: David Runge 
+# Contributor: speps 
+# Contributor: Alexander Fehr 
+# Contributor: dorphell 
+
+pkgname=sylpheed
+pkgver=3.7.0
+pkgrel=1
+pkgdesc="Lightweight and user-friendly e-mail client"
+arch=('x86_64')
+url="https://sylpheed.sraoss.jp/en/;
+license=('GPL')
+depends=('compface' 'gpgme' 'gtkspell')
+makedepends=('openssl')
+source=("https://sylpheed.sraoss.jp/${pkgname}/v${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2;)
+sha512sums=('490837528bf7ba9d26994cd5fff00b6e5390a127419b9d0efd9fc25c38be1291d55c5b8daebdf5ca9d9159a51c938449e76212328f3eae40cc039db88cb5caa4')
+
+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
+
+  # Build Attachment-Tool Plug-in
+  cd plugin/attachment_tool && make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="$pkgdir/" LDFLAGS+="/usr/lib/enchant-2" install
+
+  # Install Attachment-Tool Plug-in
+  cd plugin/attachment_tool
+  make DESTDIR="$pkgdir/" install-plugin
+}


[arch-commits] Commit in sylpheed/repos (2 files)

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

archrelease: copy trunk to community-staging-x86_64

Added:
  sylpheed/repos/community-staging-x86_64/
  sylpheed/repos/community-staging-x86_64/PKGBUILD
(from rev 284255, sylpheed/trunk/PKGBUILD)

--+
 PKGBUILD |   45 +
 1 file changed, 45 insertions(+)

Copied: sylpheed/repos/community-staging-x86_64/PKGBUILD (from rev 284255, 
sylpheed/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-01-20 01:20:55 UTC (rev 284256)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: David Runge 
+# Contributor: speps 
+# Contributor: Alexander Fehr 
+# Contributor: dorphell 
+
+pkgname=sylpheed
+pkgver=3.6.0
+pkgrel=4
+pkgdesc="Lightweight and user-friendly e-mail client"
+arch=('x86_64')
+url="https://sylpheed.sraoss.jp/en/;
+license=('GPL')
+depends=('compface' 'gpgme' 'gtkspell')
+makedepends=('openssl')
+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
+
+  # Build Attachment-Tool Plug-in
+  cd plugin/attachment_tool && make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="$pkgdir/" LDFLAGS+="/usr/lib/enchant-2" install
+
+  # Install Attachment-Tool Plug-in
+  cd plugin/attachment_tool
+  make DESTDIR="$pkgdir/" install-plugin
+}


[arch-commits] Commit in sylpheed/repos (2 files)

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

archrelease: copy trunk to community-testing-x86_64

Added:
  sylpheed/repos/community-testing-x86_64/
  sylpheed/repos/community-testing-x86_64/PKGBUILD
(from rev 272982, sylpheed/trunk/PKGBUILD)

--+
 PKGBUILD |   36 
 1 file changed, 36 insertions(+)

Copied: sylpheed/repos/community-testing-x86_64/PKGBUILD (from rev 272982, 
sylpheed/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2017-12-07 12:15:56 UTC (rev 272983)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: David Runge 
+# Contributor: speps 
+# Contributor: Alexander Fehr 
+# Contributor: dorphell 
+
+pkgname=sylpheed
+pkgver=3.6.0
+pkgrel=3
+pkgdesc="Lightweight and user-friendly e-mail client"
+arch=('x86_64')
+url="https://sylpheed.sraoss.jp/en/;
+license=('GPL')
+depends=('compface' 'gpgme' 'gtkspell')
+makedepends=('openssl')
+source=("https://sylpheed.sraoss.jp/${pkgname}/v${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2;)
+sha512sums=('84c59e327690ed7e637e9ce60e630da6cdad771ccc278e31e490ed643da55c295fb47e999ad421fc59dbbcfed990882022b96cf478bd47253692d2e86279c591')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure --prefix=/usr \
+  --enable-ldap
+  make
+
+  # Build Attachment-Tool Plug-in
+  cd plugin/attachment_tool && make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="$pkgdir/" install
+
+  # Install Attachment-Tool Plug-in
+  cd plugin/attachment_tool
+  make DESTDIR="$pkgdir/" install-plugin
+}


[arch-commits] Commit in sylpheed/repos (2 files)

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

archrelease: copy trunk to community-staging-x86_64

Added:
  sylpheed/repos/community-staging-x86_64/
  sylpheed/repos/community-staging-x86_64/PKGBUILD
(from rev 268113, sylpheed/trunk/PKGBUILD)

--+
 PKGBUILD |   36 
 1 file changed, 36 insertions(+)

Copied: sylpheed/repos/community-staging-x86_64/PKGBUILD (from rev 268113, 
sylpheed/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-11-22 22:31:44 UTC (rev 268114)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: speps 
+# Contributor: Alexander Fehr 
+# Contributor: dorphell 
+
+pkgname=sylpheed
+pkgver=3.6.0
+pkgrel=2
+pkgdesc="Lightweight and user-friendly e-mail client"
+arch=('x86_64')
+url="http://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')
+
+build() {
+  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
+  cd plugin/attachment_tool && make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir/" install
+
+  # Install Attachment-Tool Plug-in
+  cd plugin/attachment_tool
+  make DESTDIR="$pkgdir/" install-plugin
+}