public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Yixun Lan" <dlan@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: gui-libs/hyprutils/
Date: Sun, 29 Dec 2024 00:11:29 +0000 (UTC)	[thread overview]
Message-ID: <1735430411.3ab202e8f4c13f3993e1e843860dbcb2ea05a5cd.dlan@gentoo> (raw)

commit:     3ab202e8f4c13f3993e1e843860dbcb2ea05a5cd
Author:     Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Fri Dec 27 15:58:23 2024 +0000
Commit:     Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Sun Dec 29 00:00:11 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ab202e8

gui-libs/hyprutils: introduce subslot

Closes: https://bugs.gentoo.org/947008
Signed-off-by: Julien Roy <julien <AT> jroy.ca>
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>

 gui-libs/hyprutils/hyprutils-0.3.0-r1.ebuild | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/gui-libs/hyprutils/hyprutils-0.3.0-r1.ebuild b/gui-libs/hyprutils/hyprutils-0.3.0-r1.ebuild
new file mode 100644
index 000000000000..c3014c430edd
--- /dev/null
+++ b/gui-libs/hyprutils/hyprutils-0.3.0-r1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 2023-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="Hyprland utilities library used across the ecosystem"
+HOMEPAGE="https://github.com/hyprwm/hyprutils"
+
+if [[ "${PV}" = *9999 ]]; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/hyprwm/${PN^}.git"
+else
+	SRC_URI="https://github.com/hyprwm/${PN^}/archive/refs/tags/v${PV}/v${PV}.tar.gz -> ${P}.gh.tar.gz"
+	S="${WORKDIR}/${PN}-${PV}"
+
+	KEYWORDS="~amd64"
+fi
+
+LICENSE="BSD"
+SLOT="0/$(ver_cut 1-2)"
+
+DEPEND="
+	x11-libs/pixman
+"
+RDEPEND="${DEPEND}"


             reply	other threads:[~2024-12-29  0:11 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-12-29  0:11 Yixun Lan [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-12-29  0:11 [gentoo-commits] repo/gentoo:master commit in: gui-libs/hyprutils/ Yixun Lan
2024-12-29  0:11 Yixun Lan
2024-12-27  1:55 Sam James
2024-12-27  0:50 Yixun Lan
2024-11-17 10:15 Yixun Lan
2024-09-26 12:49 Yixun Lan
2024-09-11  2:34 Yixun Lan
2024-09-10 15:46 Jakov Smolić
2024-09-02  4:37 Sam James
2024-08-09  3:18 Yixun Lan
2024-08-09  3:18 Yixun Lan
2024-07-27 17:16 Arthur Zamarin
2024-07-25  0:06 Yixun Lan
2024-07-01 22:40 Yixun Lan
2024-07-01 22:40 Yixun Lan
2024-07-01 22:40 Yixun Lan
2024-06-28 10:45 Yixun Lan
2024-06-25  8:18 Yixun Lan

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=1735430411.3ab202e8f4c13f3993e1e843860dbcb2ea05a5cd.dlan@gentoo \
    --to=dlan@gentoo.org \
    --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