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

Felix Yan felixonmars at archlinux.org
Tue Jul 7 15:46:38 UTC 2020


    Date: Tuesday, July 7, 2020 @ 15:46:37
  Author: felixonmars
Revision: 658998

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: pan/repos/community-staging-x86_64/PKGBUILD (from rev 658997, pan/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2020-07-07 15:46:37 UTC (rev 658998)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Bernard Baeyens (berbae) <berbae52 at sfr dot fr>
+
+pkgname=pan
+pkgver=0.146
+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=('a52c28664652ddbd1639faf99cdb93969c3dd3e0e0ddb9a1b24711ab8f684f9d')
+
+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