eolie: rebuild for Python 3.8.
This commit is contained in:
parent
3c490f3596
commit
3d54afcb0a
2 changed files with 12 additions and 1 deletions
11
srcpkgs/eolie/patches/python-3.8.patch
Normal file
11
srcpkgs/eolie/patches/python-3.8.patch
Normal 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',
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'eolie'
|
# Template file for 'eolie'
|
||||||
pkgname=eolie
|
pkgname=eolie
|
||||||
version=0.9.62
|
version=0.9.62
|
||||||
revision=1
|
revision=2
|
||||||
_eolie_hash=bb4aad19272cc636bd17f2f6602127fe
|
_eolie_hash=bb4aad19272cc636bd17f2f6602127fe
|
||||||
build_style=meson
|
build_style=meson
|
||||||
pycompile_module="eolie"
|
pycompile_module="eolie"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue