Install this version:
emerge -a =app-admin/hiprompt-gtk-0.10
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =app-admin/hiprompt-gtk-0.10
Or alternatively:
emerge --autounmask-write -a =app-admin/hiprompt-gtk-0.10
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.10 | 8 | ~amd64 | 0 |
# Copyright 2022-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit toolchain-funcs
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
tc-export AS LD CC AR
}
dev-libs/glib >=gui-libs/gtk-4.18:4 gui-libs/libadwaita gui-libs/gtk4-layer-shell >=dev-lang/hare-0.26.0:= app-admin/himitsu dev-hare/hare-gi dev-hare/hare-adwaita dev-hare/hare-gtk4-layer-shell
dev-libs/glib >=gui-libs/gtk-4.18:4 gui-libs/libadwaita gui-libs/gtk4-layer-shell !gui-apps/hiprompt-gtk-py
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | hiprompt-gtk-0.10.tar.gz | 21766 bytes | https://git.sr.ht/~sircmpwn/hiprompt-gtk/archive/0.10.tar.gz |