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

Antonio Rojas arojas at archlinux.org
Sun Jan 1 17:18:38 UTC 2017


    Date: Sunday, January 1, 2017 @ 17:18:37
  Author: arojas
Revision: 204113

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

Added:
  pan/repos/community-i686/PKGBUILD
    (from rev 204112, pan/trunk/PKGBUILD)
  pan/repos/community-x86_64/PKGBUILD
    (from rev 204112, pan/trunk/PKGBUILD)
Deleted:
  pan/repos/community-i686/PKGBUILD
  pan/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   66 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   33 ----------------------
 community-x86_64/PKGBUILD |   33 ----------------------
 3 files changed, 66 insertions(+), 66 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-01-01 17:17:49 UTC (rev 204112)
+++ community-i686/PKGBUILD	2017-01-01 17:18:37 UTC (rev 204113)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Bernard Baeyens (berbae) <berbae52 at sfr dot fr>
-
-pkgname=pan
-pkgver=0.140
-pkgrel=3
-pkgdesc="A powerful Newsgroup Article reader"
-arch=(i686 x86_64)
-url="http://pan.rebelbase.com/"
-license=(GPL2)
-depends=(gtkspell webkitgtk2 gmime)
-makedepends=(intltool)
-source=("http://pan.rebelbase.com/download/releases/$pkgver/source/$pkgname-$pkgver.tar.bz2")
-md5sums=('6c6a879e8ea73efbb5512ac00977fd82')
-
-prepare() {
-  cd $pkgname-$pkgver
-  sed -e 's|@WEBKITGTK_CFLAGS at -DPANLOCALEDIR|@WEBKITGTK_CFLAGS@ -DPANLOCALEDIR|' -i pan/gui/Makefile.am
-  sed -e 's|webkitgtk-1.0|webkit-1.0|g' -i configure.ac
-  autoreconf -vi
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --with-webkit --with-gnutls
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: pan/repos/community-i686/PKGBUILD (from rev 204112, pan/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-01-01 17:18:37 UTC (rev 204113)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Bernard Baeyens (berbae) <berbae52 at sfr dot fr>
+
+pkgname=pan
+pkgver=0.141
+pkgrel=1
+pkgdesc="A powerful Newsgroup Article reader"
+arch=(i686 x86_64)
+url="http://pan.rebelbase.com/"
+license=(GPL2)
+depends=(gtkspell webkitgtk2 gmime)
+makedepends=(intltool)
+source=("http://pan.rebelbase.com/download/releases/$pkgver/source/$pkgname-$pkgver.tar.bz2")
+md5sums=('306003e506d8e7d16b6caccc9a160ab3')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -e 's|@WEBKITGTK_CFLAGS at -DPANLOCALEDIR|@WEBKITGTK_CFLAGS@ -DPANLOCALEDIR|' -i pan/gui/Makefile.am
+  sed -e 's|webkitgtk-1.0|webkit-1.0|g' -i configure.ac
+  autoreconf -vi
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --with-webkit --with-gnutls
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-01-01 17:17:49 UTC (rev 204112)
+++ community-x86_64/PKGBUILD	2017-01-01 17:18:37 UTC (rev 204113)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Bernard Baeyens (berbae) <berbae52 at sfr dot fr>
-
-pkgname=pan
-pkgver=0.140
-pkgrel=3
-pkgdesc="A powerful Newsgroup Article reader"
-arch=(i686 x86_64)
-url="http://pan.rebelbase.com/"
-license=(GPL2)
-depends=(gtkspell webkitgtk2 gmime)
-makedepends=(intltool)
-source=("http://pan.rebelbase.com/download/releases/$pkgver/source/$pkgname-$pkgver.tar.bz2")
-md5sums=('6c6a879e8ea73efbb5512ac00977fd82')
-
-prepare() {
-  cd $pkgname-$pkgver
-  sed -e 's|@WEBKITGTK_CFLAGS at -DPANLOCALEDIR|@WEBKITGTK_CFLAGS@ -DPANLOCALEDIR|' -i pan/gui/Makefile.am
-  sed -e 's|webkitgtk-1.0|webkit-1.0|g' -i configure.ac
-  autoreconf -vi
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --with-webkit --with-gnutls
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: pan/repos/community-x86_64/PKGBUILD (from rev 204112, pan/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-01-01 17:18:37 UTC (rev 204113)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Bernard Baeyens (berbae) <berbae52 at sfr dot fr>
+
+pkgname=pan
+pkgver=0.141
+pkgrel=1
+pkgdesc="A powerful Newsgroup Article reader"
+arch=(i686 x86_64)
+url="http://pan.rebelbase.com/"
+license=(GPL2)
+depends=(gtkspell webkitgtk2 gmime)
+makedepends=(intltool)
+source=("http://pan.rebelbase.com/download/releases/$pkgver/source/$pkgname-$pkgver.tar.bz2")
+md5sums=('306003e506d8e7d16b6caccc9a160ab3')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -e 's|@WEBKITGTK_CFLAGS at -DPANLOCALEDIR|@WEBKITGTK_CFLAGS@ -DPANLOCALEDIR|' -i pan/gui/Makefile.am
+  sed -e 's|webkitgtk-1.0|webkit-1.0|g' -i configure.ac
+  autoreconf -vi
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --with-webkit --with-gnutls
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list