* [gentoo-commits] repo/gentoo:master commit in: gui-libs/hyprland-qtutils/
@ 2024-12-27 0:50 Yixun Lan
0 siblings, 0 replies; 2+ messages in thread
From: Yixun Lan @ 2024-12-27 0:50 UTC (permalink / raw
To: gentoo-commits
commit: 08e84df3dabbcb8b2ded80337fd7c3134c3b1922
Author: Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Wed Dec 25 22:33:44 2024 +0000
Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Thu Dec 26 23:32:16 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08e84df3
gui-libs/hyprland-qtutils: new package, add 0.1.1
Signed-off-by: Julien Roy <julien <AT> jroy.ca>
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
gui-libs/hyprland-qtutils/Manifest | 1 +
.../hyprland-qtutils/hyprland-qtutils-0.1.1.ebuild | 24 ++++++++++++++++++++++
gui-libs/hyprland-qtutils/metadata.xml | 17 +++++++++++++++
3 files changed, 42 insertions(+)
diff --git a/gui-libs/hyprland-qtutils/Manifest b/gui-libs/hyprland-qtutils/Manifest
new file mode 100644
index 000000000000..6543c2b4c596
--- /dev/null
+++ b/gui-libs/hyprland-qtutils/Manifest
@@ -0,0 +1 @@
+DIST hyprland-qtutils-0.1.1.gh.tar.gz 7713 BLAKE2B 2d9754a8590d254d6853dc44ed4bd70f26789e3c6743ec8342de5a8fe96b13c69a1b30aba5f6c82a168f4f232cccfc3e325068f4bb43b77d0a7fa52a87d76eda SHA512 e93bd0b2846062bc0a09e2d91bf04ce8322b57c7d3fa1aa046caa5b81341418f1e2673235fb43ac474a34b5bf5bc5475ed02cece9c13a9806638620668cca721
diff --git a/gui-libs/hyprland-qtutils/hyprland-qtutils-0.1.1.ebuild b/gui-libs/hyprland-qtutils/hyprland-qtutils-0.1.1.ebuild
new file mode 100644
index 000000000000..baf02bec3fc7
--- /dev/null
+++ b/gui-libs/hyprland-qtutils/hyprland-qtutils-0.1.1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 2023-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="Hyprland QT/qml utility apps"
+HOMEPAGE="https://github.com/hyprwm/hyprland-qtutils"
+SRC_URI="https://github.com/hyprwm/${PN}/archive/refs/tags/v${PV}/v${PV}.tar.gz -> ${P}.gh.tar.gz"
+
+KEYWORDS="~amd64"
+
+LICENSE="BSD"
+SLOT="0"
+
+RDEPEND="
+ dev-qt/qtbase:6
+ dev-qt/qtdeclarative:6
+ dev-qt/qtwayland:6
+ gui-libs/hyprutils:=
+ kde-frameworks/qqc2-desktop-style:6
+"
+DEPEND="${RDEPEND}"
diff --git a/gui-libs/hyprland-qtutils/metadata.xml b/gui-libs/hyprland-qtutils/metadata.xml
new file mode 100644
index 000000000000..b6ad30dc164e
--- /dev/null
+++ b/gui-libs/hyprland-qtutils/metadata.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person" proxied="yes">
+ <email>julien@jroy.ca</email>
+ <name>Julien Roy</name>
+ </maintainer>
+ <maintainer type="project" proxied="proxy">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
+ <upstream>
+ <changelog>https://github.com/hyprwm/hyprutils/releases</changelog>
+ <bugs-to>https://github.com/hyprwm/hyprutils/issues</bugs-to>
+ <remote-id type="github">hyprwm/hyprutils</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: gui-libs/hyprland-qtutils/
@ 2025-03-08 20:26 Sam James
0 siblings, 0 replies; 2+ messages in thread
From: Sam James @ 2025-03-08 20:26 UTC (permalink / raw
To: gentoo-commits
commit: 6676f5f129f80bd9414d7821708ce3180bd8b587
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 8 20:25:52 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Mar 8 20:25:52 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6676f5f1
gui-libs/hyprland-qtutils: Stabilize 0.1.1 amd64, #950704
Signed-off-by: Sam James <sam <AT> gentoo.org>
gui-libs/hyprland-qtutils/hyprland-qtutils-0.1.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gui-libs/hyprland-qtutils/hyprland-qtutils-0.1.1.ebuild b/gui-libs/hyprland-qtutils/hyprland-qtutils-0.1.1.ebuild
index baf02bec3fc7..aca952656e6f 100644
--- a/gui-libs/hyprland-qtutils/hyprland-qtutils-0.1.1.ebuild
+++ b/gui-libs/hyprland-qtutils/hyprland-qtutils-0.1.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2023-2024 Gentoo Authors
+# Copyright 2023-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -9,7 +9,7 @@ DESCRIPTION="Hyprland QT/qml utility apps"
HOMEPAGE="https://github.com/hyprwm/hyprland-qtutils"
SRC_URI="https://github.com/hyprwm/${PN}/archive/refs/tags/v${PV}/v${PV}.tar.gz -> ${P}.gh.tar.gz"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
LICENSE="BSD"
SLOT="0"
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-03-08 20:26 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-08 20:26 [gentoo-commits] repo/gentoo:master commit in: gui-libs/hyprland-qtutils/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2024-12-27 0:50 Yixun Lan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox