From: "David Roman" <davidroman96@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-hare/hare-adwaita/
Date: Thu, 07 Aug 2025 21:24:40 +0000 (UTC) [thread overview]
Message-ID: <1754221046.1a3d731ebe6a44e1b5b8bad7c5a845d2d617b2c7.davidroman@gentoo> (raw)
commit: 1a3d731ebe6a44e1b5b8bad7c5a845d2d617b2c7
Author: Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me>
AuthorDate: Sun Aug 3 10:42:37 2025 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sun Aug 3 11:37:26 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1a3d731e
dev-hare/hare-adwaita: new package, add 0.1.0
Signed-off-by: Haelwenn (lanodan) Monnier <contact <AT> hacktivis.me>
dev-hare/hare-adwaita/Manifest | 1 +
dev-hare/hare-adwaita/hare-adwaita-0.1.0.ebuild | 38 +++++++++++++++++++++++++
dev-hare/hare-adwaita/metadata.xml | 8 ++++++
3 files changed, 47 insertions(+)
diff --git a/dev-hare/hare-adwaita/Manifest b/dev-hare/hare-adwaita/Manifest
new file mode 100644
index 0000000000..9284c4ba7a
--- /dev/null
+++ b/dev-hare/hare-adwaita/Manifest
@@ -0,0 +1 @@
+DIST hare-adwaita-0.1.0.tar.gz 6497 BLAKE2B 3d7af52a7c8359183f56bf7151f22855bee289bc80fc54ef02a7f04b0b90c7932b22504b2e0142ea5eb3ceefb722f9ef8d378beb34324490e614435a29e86dca SHA512 7cf81d251fd6de880c34941ee0c5d5d12f62e403fb97f414fe8176d9e71d2e316cfe5b0e90f465fb17c576e4615009046a0496a2b0d3e17cb7298f9eaa27ea88
diff --git a/dev-hare/hare-adwaita/hare-adwaita-0.1.0.ebuild b/dev-hare/hare-adwaita/hare-adwaita-0.1.0.ebuild
new file mode 100644
index 0000000000..052fa26222
--- /dev/null
+++ b/dev-hare/hare-adwaita/hare-adwaita-0.1.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 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/hare-adwaita"
+ SLOT="0"
+else
+ SRC_URI="https://git.sr.ht/~sircmpwn/hare-adwaita/archive/${PV}.tar.gz -> ${P}.tar.gz"
+ SLOT="0/${PV}"
+
+ KEYWORDS="~amd64 ~arm64 ~riscv"
+fi
+
+DESCRIPTION="Hare bindings for libadwaita"
+HOMEPAGE="https://git.sr.ht/~sircmpwn/hare-adwaita"
+LICENSE="MPL-2.0"
+
+DEPEND="
+ >=dev-lang/hare-0.25.2
+ >=dev-hare/hare-gi-0.1.0[gtk4]
+ >=dev-libs/glib-2.80.5[introspection]
+ dev-libs/gobject-introspection
+ dev-libs/atk[introspection]
+ x11-libs/gdk-pixbuf:2[introspection]
+ media-libs/harfbuzz[introspection]
+ x11-libs/pango[introspection]
+ gui-libs/gtk:4[introspection]
+ media-libs/graphene[introspection]
+ gui-libs/libadwaita[introspection]
+"
+
+src_prepare() {
+ default
+ sed -i 's;^PREFIX = .*;PREFIX = /usr;' Makefile || die
+}
diff --git a/dev-hare/hare-adwaita/metadata.xml b/dev-hare/hare-adwaita/metadata.xml
new file mode 100644
index 0000000000..2092bcc33a
--- /dev/null
+++ b/dev-hare/hare-adwaita/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: [no followups] expand[flat|nested] mbox.gz Atom feed
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=1754221046.1a3d731ebe6a44e1b5b8bad7c5a845d2d617b2c7.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