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

Antonio Rojas arojas at archlinux.org
Tue Jan 16 08:05:24 UTC 2018


    Date: Tuesday, January 16, 2018 @ 08:05:22
  Author: arojas
Revision: 283046

archrelease: copy trunk to community-staging-x86_64

Added:
  pan/repos/community-staging-x86_64/
  pan/repos/community-staging-x86_64/PKGBUILD
    (from rev 283045, pan/trunk/PKGBUILD)

----------+
 PKGBUILD |   33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

Copied: pan/repos/community-staging-x86_64/PKGBUILD (from rev 283045, pan/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2018-01-16 08:05:22 UTC (rev 283046)
@@ -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.144
+pkgrel=2
+pkgdesc="A powerful Newsgroup Article reader"
+arch=(x86_64)
+url="http://pan.rebelbase.com/"
+license=(GPL2)
+depends=(gtkspell3 gmime)
+makedepends=(intltool itstool gtk2)
+source=("http://pan.rebelbase.com/download/releases/$pkgver/source/$pkgname-$pkgver.tar.bz2")
+sha256sums=('91fae377c1b01f173f21d89d9e503c9a59f902e25423b15d5db04bf4cbf10750')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -e 's/enchant/enchant-2/g' -i configure.ac
+  sed -e 's|enchant/enchant.h|enchant-2/enchant.h|' -i pan/gui/group-prefs-dialog.cc
+  autoreconf -vi
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --with-gnutls --with-gtk3
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list