eolie: rebuild for Python 3.8.

This commit is contained in:
Leah Neukirchen 2019-10-17 11:04:32 +02:00
parent 3c490f3596
commit 3d54afcb0a
2 changed files with 12 additions and 1 deletions

View File

@ -0,0 +1,11 @@
--- python-webextension/meson.build.orig
+++ python-webextension/meson.build
@@ -2,7 +2,7 @@
webkitextension = dependency('webkit2gtk-web-extension-4.0')
pyobject = dependency('pygobject-3.0')
-python3 = dependency('python3')
+python3 = dependency('python3-embed')
pythonloader = configure_file(
input: 'pythonloader.c.in',

View File

@ -1,7 +1,7 @@
# Template file for 'eolie'
pkgname=eolie
version=0.9.62
revision=1
revision=2
_eolie_hash=bb4aad19272cc636bd17f2f6602127fe
build_style=meson
pycompile_module="eolie"