app-admin/hiprompt-gtk: add 0.10

Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
This commit is contained in:
Haelwenn (lanodan) Monnier
2026-02-14 16:00:30 +01:00
parent 35b3a4ba31
commit d05d0f3143
2 changed files with 45 additions and 0 deletions

View File

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

View File

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