eolie: rebuild for Python 3.8.
This commit is contained in:
parent
3c490f3596
commit
3d54afcb0a
|
@ -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',
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue