commit: bbebed9043554acc799328857a523ad8ce73feb7
Author: Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me>
AuthorDate: Tue Jun 14 19:03:48 2022 +0000
Commit: Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Tue Jun 14 19:03:48 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bbebed90
gui-apps/hiprompt-gtk-py: Fix shebang, fix gtk-layer-shell dependency
Signed-off-by: Haelwenn (lanodan) Monnier <contact <AT> hacktivis.me>
gui-apps/hiprompt-gtk-py/hiprompt-gtk-py-9999.ebuild | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/gui-apps/hiprompt-gtk-py/hiprompt-gtk-py-9999.ebuild
b/gui-apps/hiprompt-gtk-py/hiprompt-gtk-py-9999.ebuild
index 9271a2358..bca282598 100644
--- a/gui-apps/hiprompt-gtk-py/hiprompt-gtk-py-9999.ebuild
+++ b/gui-apps/hiprompt-gtk-py/hiprompt-gtk-py-9999.ebuild
@@ -16,6 +16,12 @@ RDEPEND="
${PYTHON_DEPS}
$(python_gen_cond_dep 'dev-python/pygobject[${PYTHON_USEDEP}]')
x11-libs/gtk+:3[introspection]
- gui-libs/gtk-layer-shell
+ >=gui-libs/gtk-layer-shell-0.5.0
"
DEPEND="${RDEPEND}"
+
+src_prepare() {
+ default
+
+ sed -i "s;@PYTHON@;/usr/bin/${EPYTHON};g" hiprompt_gtk/hiprompt-gtk.in
|| die
+}