public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Roman" <davidroman96@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: app-admin/hiprompt-gtk/
Date: Thu, 07 Aug 2025 21:24:41 +0000 (UTC)	[thread overview]
Message-ID: <1754221379.14345b901b51f6afb2bffd30af65b4f50c7e9213.davidroman@gentoo> (raw)

commit:     14345b901b51f6afb2bffd30af65b4f50c7e9213
Author:     Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me>
AuthorDate: Sun Aug  3 11:42:59 2025 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sun Aug  3 11:42:59 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=14345b90

app-admin/hiprompt-gtk: new package, add 0.9

Signed-off-by: Haelwenn (lanodan) Monnier <contact <AT> hacktivis.me>

 app-admin/hiprompt-gtk/Manifest                |  1 +
 app-admin/hiprompt-gtk/hiprompt-gtk-0.9.ebuild | 44 ++++++++++++++++++++++++++
 app-admin/hiprompt-gtk/metadata.xml            |  8 +++++
 3 files changed, 53 insertions(+)

diff --git a/app-admin/hiprompt-gtk/Manifest b/app-admin/hiprompt-gtk/Manifest
new file mode 100644
index 0000000000..bc8eb74253
--- /dev/null
+++ b/app-admin/hiprompt-gtk/Manifest
@@ -0,0 +1 @@
+DIST hiprompt-gtk-0.9.tar.gz 21759 BLAKE2B 3e583092967ad59704d644b409dfdd69affdba4b2c378088538e371d73d8d25007b104e9ee33e5135703c00f743d3808ee4acdfd42cb2aa37fb73545adf37e56 SHA512 1240fdd2f148dfb76487c0c013a4a57f7837e2ffa4f59d496f4b5a6bbcd170061cb3098f020598b1a3d874c45ba2e3db397ee1c789d19ec53f4fbdb0962374f8

diff --git a/app-admin/hiprompt-gtk/hiprompt-gtk-0.9.ebuild b/app-admin/hiprompt-gtk/hiprompt-gtk-0.9.ebuild
new file mode 100644
index 0000000000..5e2bbd2ec2
--- /dev/null
+++ b/app-admin/hiprompt-gtk/hiprompt-gtk-0.9.ebuild
@@ -0,0 +1,44 @@
+# Copyright 2022-2025 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"
+
+RDEPEND="
+	dev-libs/glib
+	gui-libs/gtk:4
+	gui-libs/libadwaita
+	gui-libs/gtk4-layer-shell
+"
+DEPEND="
+	${RDEPEND}
+	>=dev-lang/hare-0.25.2:=
+	dev-hare/hare-gi
+	dev-hare/hare-adwaita
+	dev-hare/hare-gtk4-layer-shell
+"
+
+# All binaries are hare-built
+QA_FLAGS_IGNORED=".*"
+
+src_configure() {
+	export PREFIX=/usr
+}
+
+pkg_postinst() {
+	elog "Add the following to himitsu's config.ini:"
+	elog "[himitsud]"
+	elog "prompter=hiprompt-gtk"
+}

diff --git a/app-admin/hiprompt-gtk/metadata.xml b/app-admin/hiprompt-gtk/metadata.xml
new file mode 100644
index 0000000000..2092bcc33a
--- /dev/null
+++ b/app-admin/hiprompt-gtk/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>contact@hacktivis.me</email>
+		<name>Haelwenn (lanodan) Monnier</name>
+	</maintainer>
+</pkgmetadata>


             reply	other threads:[~2025-08-07 21:25 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-08-07 21:24 David Roman [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-08-07 21:24 [gentoo-commits] repo/proj/guru:master commit in: app-admin/hiprompt-gtk/ David Roman
2025-08-07 21:24 David Roman
2025-09-05 23:31 David Roman
2025-09-05 23:31 David Roman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1754221379.14345b901b51f6afb2bffd30af65b4f50c7e9213.davidroman@gentoo \
    --to=davidroman96@gmail.com \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox