summaryrefslogtreecommitdiff
path: root/libre/hexchat/0002-python-3-8.patch
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2020-01-04 22:18:56 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2020-01-04 22:18:56 -0500
commit52702508fd58367865a089ce04d4b9e6798e63a6 (patch)
tree2a88d04830774178afd00212ecfc4758ab1edcb0 /libre/hexchat/0002-python-3-8.patch
parent6a56e1d68ac3f419b4b7bad467504b9e44f266bf (diff)
downloadabslibre-52702508fd58367865a089ce04d4b9e6798e63a6.tar.gz
abslibre-52702508fd58367865a089ce04d4b9e6798e63a6.tar.bz2
abslibre-52702508fd58367865a089ce04d4b9e6798e63a6.zip
hexchat-2.14.3-1.parabola1: updating version
Diffstat (limited to 'libre/hexchat/0002-python-3-8.patch')
-rw-r--r--libre/hexchat/0002-python-3-8.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/libre/hexchat/0002-python-3-8.patch b/libre/hexchat/0002-python-3-8.patch
new file mode 100644
index 000000000..dbfd7f179
--- /dev/null
+++ b/libre/hexchat/0002-python-3-8.patch
@@ -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',