gui-apps/hiprompt-gtk-py: Fix shebang, fix gtk-layer-shell dependency

Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
This commit is contained in:
Haelwenn (lanodan) Monnier
2022-06-14 21:03:48 +02:00
parent d170f306e2
commit bbebed9043

View File

@@ -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
}