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

Jan de Groot jgc at archlinux.org
Wed Nov 22 22:31:46 UTC 2017


    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 <speps at aur dot archlinux dot org>
+# Contributor: Alexander Fehr <pizzapunk gmail com>
+# Contributor: dorphell <dorphell at archlinux.org>
+
+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
+}



More information about the arch-commits mailing list