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

Antonio Rojas arojas at archlinux.org
Sun May 8 17:08:30 UTC 2016


    Date: Sunday, May 8, 2016 @ 19:08:30
  Author: arojas
Revision: 174362

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

Added:
  sylpheed/repos/community-i686/PKGBUILD
    (from rev 174361, sylpheed/trunk/PKGBUILD)
  sylpheed/repos/community-x86_64/PKGBUILD
    (from rev 174361, sylpheed/trunk/PKGBUILD)
Deleted:
  sylpheed/repos/community-i686/PKGBUILD
  sylpheed/repos/community-i686/sylpheed.install
  sylpheed/repos/community-x86_64/PKGBUILD
  sylpheed/repos/community-x86_64/sylpheed.install

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-05-08 17:07:58 UTC (rev 174361)
+++ community-i686/PKGBUILD	2016-05-08 17:08:30 UTC (rev 174362)
@@ -1,36 +0,0 @@
-# $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-i686/PKGBUILD (from rev 174361, sylpheed/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-05-08 17:08:30 UTC (rev 174362)
@@ -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.0
+pkgrel=3
+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')
+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
+}

Deleted: community-i686/sylpheed.install
===================================================================
--- community-i686/sylpheed.install	2016-05-08 17:07:58 UTC (rev 174361)
+++ community-i686/sylpheed.install	2016-05-08 17:08:30 UTC (rev 174362)
@@ -1,11 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-05-08 17:07:58 UTC (rev 174361)
+++ community-x86_64/PKGBUILD	2016-05-08 17:08:30 UTC (rev 174362)
@@ -1,36 +0,0 @@
-# $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-x86_64/PKGBUILD (from rev 174361, sylpheed/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-05-08 17:08:30 UTC (rev 174362)
@@ -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.0
+pkgrel=3
+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')
+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
+}

Deleted: community-x86_64/sylpheed.install
===================================================================
--- community-x86_64/sylpheed.install	2016-05-08 17:07:58 UTC (rev 174361)
+++ community-x86_64/sylpheed.install	2016-05-08 17:08:30 UTC (rev 174362)
@@ -1,11 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}



More information about the arch-commits mailing list