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

Connor Behan cbehan at gemini.archlinux.org
Wed Mar 2 17:37:22 UTC 2022


    Date: Wednesday, March 2, 2022 @ 17:37:22
  Author: cbehan
Revision: 1139644

upgpkg: pidgin-talkfilters 2.7.0-6: Grab old version of plugin pack from new site

Modified:
  pidgin-talkfilters/trunk/PKGBUILD

----------+
 PKGBUILD |   19 ++++++++++---------
 1 file changed, 10 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-02 17:12:34 UTC (rev 1139643)
+++ PKGBUILD	2022-03-02 17:37:22 UTC (rev 1139644)
@@ -2,32 +2,33 @@
 
 pkgname=pidgin-talkfilters
 pkgver=2.7.0
-pkgrel=5
+pkgrel=6
 pkgdesc="Implements GNU talkfilters in pidgin chats"
 arch=('x86_64')
-url="https://bitbucket.org/rekkanoryo/purple-plugin-pack"
+url="https://keep.imfreedom.org/pidgin/purple-plugin-pack/"
 license=('GPL')
 depends=('libpurple' 'talkfilters')
-makedepends=('intltool' 'gettext' 'python' 'pidgin')
-source=(https://bitbucket.org/rekkanoryo/purple-plugin-pack/downloads/purple-plugin-pack-$pkgver.tar.bz2 python3.patch)
-sha256sums=('2bbcf5e778a33968ba7f2864d2a6cb526a8984be3e4151642a583eee8eafb03c'
+makedepends=('intltool' 'gettext' 'python' 'pidgin' 'mercurial')
+source=('hg+https://keep.imfreedom.org/pidgin/purple-plugin-pack/'
+        'python3.patch')
+sha256sums=('SKIP'
             '842292c95e61fb5a45b30eaed490d29ee67f725b46301e3590feafeb10014980')
 
 build() {
-  cd "$srcdir"/purple-plugin-pack-$pkgver
+  cd "$srcdir"/purple-plugin-pack
+  hg checkout 165442c46226
 
   patch -Np1 -i ../python3.patch
   sed -i -e 's|GETTEXT_PACKAGE=plugin_pack|GETTEXT_PACKAGE=pidgin_talkfilters|'\
     configure.ac
-  autoreconf -vfi
   PYTHON=/usr/bin/python \
-    ./configure --prefix=/usr --with-plugins=talkfilters
+    ./autogen.sh --prefix=/usr --with-plugins=talkfilters
 
   make
 }
 
 package() {
-  cd "$srcdir"/purple-plugin-pack-$pkgver
+  cd "$srcdir"/purple-plugin-pack
 
   make DESTDIR="$pkgdir" install
 }



More information about the arch-commits mailing list