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

Felix Yan fyan at archlinux.org
Thu Mar 3 09:25:57 UTC 2016


    Date: Thursday, March 3, 2016 @ 10:25:57
  Author: fyan
Revision: 164406

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 164405, sylpheed/trunk/PKGBUILD)
  sylpheed/repos/community-staging-i686/sylpheed.install
    (from rev 164405, sylpheed/trunk/sylpheed.install)
  sylpheed/repos/community-staging-x86_64/
  sylpheed/repos/community-staging-x86_64/PKGBUILD
    (from rev 164405, sylpheed/trunk/PKGBUILD)
  sylpheed/repos/community-staging-x86_64/sylpheed.install
    (from rev 164405, sylpheed/trunk/sylpheed.install)

-------------------------------------------+
 community-staging-i686/PKGBUILD           |   36 ++++++++++++++++++++++++++++
 community-staging-i686/sylpheed.install   |   11 ++++++++
 community-staging-x86_64/PKGBUILD         |   36 ++++++++++++++++++++++++++++
 community-staging-x86_64/sylpheed.install |   11 ++++++++
 4 files changed, 94 insertions(+)

Copied: sylpheed/repos/community-staging-i686/PKGBUILD (from rev 164405, sylpheed/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2016-03-03 09:25:57 UTC (rev 164406)
@@ -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.5.0
+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' 'desktop-file-utils')
+makedepends=('openssl')
+install="$pkgname.install"
+source=("http://sylpheed.sraoss.jp/$pkgname/v${pkgver%.*}/$pkgname-$pkgver.tar.bz2")
+md5sums=('289cdd2bef00dd5f17fa90def1cc9d81')
+
+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-i686/sylpheed.install (from rev 164405, sylpheed/trunk/sylpheed.install)
===================================================================
--- community-staging-i686/sylpheed.install	                        (rev 0)
+++ community-staging-i686/sylpheed.install	2016-03-03 09:25:57 UTC (rev 164406)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: sylpheed/repos/community-staging-x86_64/PKGBUILD (from rev 164405, sylpheed/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2016-03-03 09:25:57 UTC (rev 164406)
@@ -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.5.0
+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' 'desktop-file-utils')
+makedepends=('openssl')
+install="$pkgname.install"
+source=("http://sylpheed.sraoss.jp/$pkgname/v${pkgver%.*}/$pkgname-$pkgver.tar.bz2")
+md5sums=('289cdd2bef00dd5f17fa90def1cc9d81')
+
+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/sylpheed.install (from rev 164405, sylpheed/trunk/sylpheed.install)
===================================================================
--- community-staging-x86_64/sylpheed.install	                        (rev 0)
+++ community-staging-x86_64/sylpheed.install	2016-03-03 09:25:57 UTC (rev 164406)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



More information about the arch-commits mailing list