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

Antonio Rojas arojas at archlinux.org
Fri Feb 24 23:16:19 UTC 2017


    Date: Friday, February 24, 2017 @ 23:16:18
  Author: arojas
Revision: 213741

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

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

-----------------------------------+
 community-staging-i686/PKGBUILD   |   35 +++++++++++++++++++++++++++++++++++
 community-staging-x86_64/PKGBUILD |   35 +++++++++++++++++++++++++++++++++++
 2 files changed, 70 insertions(+)

Copied: sylpheed/repos/community-staging-i686/PKGBUILD (from rev 213740, sylpheed/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2017-02-24 23:16:18 UTC (rev 213741)
@@ -0,0 +1,35 @@
+# $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.5.1
+pkgrel=2
+pkgdesc="Lightweight and user-friendly e-mail client"
+arch=('i686' '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=('d88e892b54b160209c8183ebe2574490')
+
+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
+}

Copied: sylpheed/repos/community-staging-x86_64/PKGBUILD (from rev 213740, sylpheed/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2017-02-24 23:16:18 UTC (rev 213741)
@@ -0,0 +1,35 @@
+# $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.5.1
+pkgrel=2
+pkgdesc="Lightweight and user-friendly e-mail client"
+arch=('i686' '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=('d88e892b54b160209c8183ebe2574490')
+
+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
+}



More information about the arch-commits mailing list