[arch-commits] Commit in pan/repos (4 files)
Antonio Rojas
arojas at archlinux.org
Mon Sep 19 15:28:47 UTC 2016
Date: Monday, September 19, 2016 @ 15:28:46
Author: arojas
Revision: 189986
archrelease: copy trunk to community-i686, community-x86_64
Added:
pan/repos/community-i686/PKGBUILD
(from rev 189985, pan/trunk/PKGBUILD)
pan/repos/community-x86_64/PKGBUILD
(from rev 189985, pan/trunk/PKGBUILD)
Deleted:
pan/repos/community-i686/PKGBUILD
pan/repos/community-x86_64/PKGBUILD
---------------------------+
/PKGBUILD | 66 ++++++++++++++++++++++++++++++++++++++++++++
community-i686/PKGBUILD | 31 --------------------
community-x86_64/PKGBUILD | 31 --------------------
3 files changed, 66 insertions(+), 62 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2016-09-19 15:28:09 UTC (rev 189985)
+++ community-i686/PKGBUILD 2016-09-19 15:28:46 UTC (rev 189986)
@@ -1,31 +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=2
-pkgdesc="A powerful Newsgroup Article reader"
-arch=(i686 x86_64)
-url="http://pan.rebelbase.com/"
-license=(GPL2)
-depends=(gtkspell3 webkitgtk gmime)
-makedepends=(intltool gtk2)
-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
-}
-
-build() {
- cd $pkgname-$pkgver
- ./configure --prefix=/usr --with-gtk3 --with-webkit --with-gnutls
- make
-}
-
-package() {
- cd $pkgname-$pkgver
- make DESTDIR="$pkgdir" install
-}
Copied: pan/repos/community-i686/PKGBUILD (from rev 189985, pan/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-09-19 15:28:46 UTC (rev 189986)
@@ -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.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
+}
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2016-09-19 15:28:09 UTC (rev 189985)
+++ community-x86_64/PKGBUILD 2016-09-19 15:28:46 UTC (rev 189986)
@@ -1,31 +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=2
-pkgdesc="A powerful Newsgroup Article reader"
-arch=(i686 x86_64)
-url="http://pan.rebelbase.com/"
-license=(GPL2)
-depends=(gtkspell3 webkitgtk gmime)
-makedepends=(intltool gtk2)
-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
-}
-
-build() {
- cd $pkgname-$pkgver
- ./configure --prefix=/usr --with-gtk3 --with-webkit --with-gnutls
- make
-}
-
-package() {
- cd $pkgname-$pkgver
- make DESTDIR="$pkgdir" install
-}
Copied: pan/repos/community-x86_64/PKGBUILD (from rev 189985, pan/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2016-09-19 15:28:46 UTC (rev 189986)
@@ -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.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
+}
More information about the arch-commits
mailing list