diff --git a/app-admin/hiprompt-gtk/Manifest b/app-admin/hiprompt-gtk/Manifest index bc8eb74253..ef253aaea5 100644 --- a/app-admin/hiprompt-gtk/Manifest +++ b/app-admin/hiprompt-gtk/Manifest @@ -1 +1,2 @@ +DIST hiprompt-gtk-0.10.tar.gz 21766 BLAKE2B 44a5abaf8657c0e6bd2043161cf0d9da88e0525b80586059b54e8f3520d8f349a862bf687ef63cc885620d27d31761e901d88a9aa6e61e980c12f7e13fd4e6b9 SHA512 aa90b2ab4f808d0d2b9409f3f2868e0c6e6e692e197d3d19697db492966da45f1cac28ef76920f0ff48ca4a8572ca090bd19b56d996448be2bcd76b38eafd50b DIST hiprompt-gtk-0.9.tar.gz 21759 BLAKE2B 3e583092967ad59704d644b409dfdd69affdba4b2c378088538e371d73d8d25007b104e9ee33e5135703c00f743d3808ee4acdfd42cb2aa37fb73545adf37e56 SHA512 1240fdd2f148dfb76487c0c013a4a57f7837e2ffa4f59d496f4b5a6bbcd170061cb3098f020598b1a3d874c45ba2e3db397ee1c789d19ec53f4fbdb0962374f8 diff --git a/app-admin/hiprompt-gtk/hiprompt-gtk-0.10.ebuild b/app-admin/hiprompt-gtk/hiprompt-gtk-0.10.ebuild new file mode 100644 index 0000000000..8112e1d75e --- /dev/null +++ b/app-admin/hiprompt-gtk/hiprompt-gtk-0.10.ebuild @@ -0,0 +1,44 @@ +# Copyright 2022-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +if [[ "${PV}" = "9999" ]]; then + inherit git-r3 + EGIT_REPO_URI="https://git.sr.ht/~sircmpwn/hiprompt-gtk" +else + SRC_URI="https://git.sr.ht/~sircmpwn/hiprompt-gtk/archive/${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64" +fi + +DESCRIPTION="GTK4 prompter for Himitsu" +HOMEPAGE="https://git.sr.ht/~sircmpwn/hiprompt-gtk" +LICENSE="GPL-3" +SLOT="0" + +COMMON_DEPEND=" + dev-libs/glib + >=gui-libs/gtk-4.18:4 + gui-libs/libadwaita + gui-libs/gtk4-layer-shell +" +DEPEND=" + ${COMMON_DEPEND} + >=dev-lang/hare-0.26.0:= + app-admin/himitsu + dev-hare/hare-gi + dev-hare/hare-adwaita + dev-hare/hare-gtk4-layer-shell +" +# gui-apps/hiprompt-gtk-py: both are installing to /usr/bin/hiprompt-gtk +RDEPEND=" + ${COMMON_DEPEND} + !gui-apps/hiprompt-gtk-py +" + +# All binaries are hare-built +QA_FLAGS_IGNORED=".*" + +src_configure() { + export PREFIX=/usr +}