[arch-commits] Commit in hexchat/trunk (0002-python-3-8.patch PKGBUILD)

Christian Hesse eworm at archlinux.org
Fri Nov 15 21:46:15 UTC 2019


    Date: Friday, November 15, 2019 @ 21:46:15
  Author: eworm
Revision: 529453

upgpkg: hexchat 2.14.2-6

fix python plugin with python 3.8 (FS#64507)

Added:
  hexchat/trunk/0002-python-3-8.patch
Modified:
  hexchat/trunk/PKGBUILD

-----------------------+
 0002-python-3-8.patch |   13 +++++++++++++
 PKGBUILD              |    9 ++++++---
 2 files changed, 19 insertions(+), 3 deletions(-)

Added: 0002-python-3-8.patch
===================================================================
--- 0002-python-3-8.patch	                        (rev 0)
+++ 0002-python-3-8.patch	2019-11-15 21:46:15 UTC (rev 529453)
@@ -0,0 +1,13 @@
+diff --git a/meson_options.txt b/meson_options.txt
+index 100a5ee7..c2a2f53c 100644
+--- a/meson_options.txt
++++ b/meson_options.txt
+@@ -48,7 +48,7 @@ option('with-lua', type: 'string', value: 'luajit',
+ option('with-perl', type: 'string', value: 'perl',
+   description: 'Perl scripting plugin, value is path to perl executable or "false"'
+ )
+-option('with-python', type: 'string', value: 'python3',
++option('with-python', type: 'string', value: 'python3-embed',
+   description: 'Python scripting plugin. value is pkg-config name to use or "false"'
+ )
+ option('with-sysinfo', type: 'boolean',

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-15 21:24:49 UTC (rev 529452)
+++ PKGBUILD	2019-11-15 21:46:15 UTC (rev 529453)
@@ -3,7 +3,7 @@
 
 pkgname=hexchat
 pkgver=2.14.2
-pkgrel=5
+pkgrel=6
 pkgdesc='A popular and easy to use graphical IRC (chat) client'
 arch=('x86_64')
 url='https://hexchat.github.io/'
@@ -17,13 +17,16 @@
             'perl: Perl plugin'
             'python-cffi: Python plugin')
 source=("git+https://github.com/hexchat/hexchat.git#tag=v${pkgver}"
-        '0001-python-backport.patch')
+        '0001-python-backport.patch'
+        '0002-python-3-8.patch')
 sha256sums=('SKIP'
-            'eb2d038dba5f56ddc156fafea41c6560baf09a401ae9ea4f6b8ee079d542fc38')
+            'eb2d038dba5f56ddc156fafea41c6560baf09a401ae9ea4f6b8ee079d542fc38'
+            '8d17ce657e744272815b5fb33d8ad959f79ece3294349637eaadcf86d90496fa')
 
 prepare() {
   cd hexchat
   patch -Np1 < ../0001-python-backport.patch
+  patch -Np1 < ../0002-python-3-8.patch
 }
 
 build() {



More information about the arch-commits mailing list