[arch-commits] Commit in pan/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Wed Jan 18 22:28:17 UTC 2017


    Date: Wednesday, January 18, 2017 @ 22:28:16
  Author: arojas
Revision: 207934

Disable webkit support

Modified:
  pan/trunk/PKGBUILD

----------+
 PKGBUILD |   13 +++----------
 1 file changed, 3 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-18 22:20:56 UTC (rev 207933)
+++ PKGBUILD	2017-01-18 22:28:16 UTC (rev 207934)
@@ -4,26 +4,19 @@
 
 pkgname=pan
 pkgver=0.141
-pkgrel=1
+pkgrel=2
 pkgdesc="A powerful Newsgroup Article reader"
 arch=(i686 x86_64)
 url="http://pan.rebelbase.com/"
 license=(GPL2)
-depends=(gtkspell webkitgtk2 gmime)
+depends=(gtkspell 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
+  ./configure --prefix=/usr --with-gnutls
   make
 }
 



More information about the arch-commits mailing list