* [gentoo-commits] repo/proj/guru:master commit in: sys-auth/hyprpolkitagent/
2024-11-17 3:49 [gentoo-commits] repo/proj/guru:dev " Julien Roy
@ 2024-11-17 3:55 ` Julien Roy
0 siblings, 0 replies; 5+ messages in thread
From: Julien Roy @ 2024-11-17 3:55 UTC (permalink / raw
To: gentoo-commits
commit: 3419a9be5e67e92038fa4768329126c3ffb45f3d
Author: Johannes Huber <johu <AT> gmx <DOT> de>
AuthorDate: Sat Nov 9 12:37:24 2024 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Sun Nov 17 03:38:20 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3419a9be
sys-auth/hyprpolkitagent: new package
Signed-off-by: Johannes Huber <johu <AT> gmx.de>
Closes: https://github.com/gentoo/guru/pull/259
Signed-off-by: Julien Roy <julien <AT> jroy.ca>
sys-auth/hyprpolkitagent/Manifest | 1 +
.../hyprpolkitagent/hyprpolkitagent-0.1.1.ebuild | 30 ++++++++++++++++++++++
sys-auth/hyprpolkitagent/metadata.xml | 14 ++++++++++
3 files changed, 45 insertions(+)
diff --git a/sys-auth/hyprpolkitagent/Manifest b/sys-auth/hyprpolkitagent/Manifest
new file mode 100644
index 000000000..dd9397f7f
--- /dev/null
+++ b/sys-auth/hyprpolkitagent/Manifest
@@ -0,0 +1 @@
+DIST hyprpolkitagent-0.1.1.tar.gz 29303 BLAKE2B 9aaaaa23376f315f41f001624284466286537241282bbeafd5d5d94787988edc41bf7e2fdb60b859c55a80a9ad88b26247ffe933b6b415166269a02a37a5e0a5 SHA512 402bd7917734ceac209758f4f8d705e4a14ed94c9882c975ffcc8ed7d6e28861959bbee669ea343d8aaaf8bab36fffea815eec52398e0cffe42ca0b54171cd3f
diff --git a/sys-auth/hyprpolkitagent/hyprpolkitagent-0.1.1.ebuild b/sys-auth/hyprpolkitagent/hyprpolkitagent-0.1.1.ebuild
new file mode 100644
index 000000000..a9610f574
--- /dev/null
+++ b/sys-auth/hyprpolkitagent/hyprpolkitagent-0.1.1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="Polkit authentication agent for Hyprland, written in Qt/QML"
+HOMEPAGE="https://wiki.hyprland.org/Hypr-Ecosystem/hyprpolkitagent"
+SRC_URI="https://github.com/hyprwm/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="
+ dev-qt/qtbase:6[gui,widgets]
+ dev-qt/qtdeclarative:6
+ gui-libs/hyprutils
+ sys-auth/polkit
+ sys-auth/polkit-qt[qt6]
+"
+
+RDEPEND="
+ ${DEPEND}
+"
+
+BDEPEND="
+ virtual/pkgconfig
+"
diff --git a/sys-auth/hyprpolkitagent/metadata.xml b/sys-auth/hyprpolkitagent/metadata.xml
new file mode 100644
index 000000000..c934cadd1
--- /dev/null
+++ b/sys-auth/hyprpolkitagent/metadata.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person" proxied="yes">
+ <email>johu@gmx.de</email>
+ <name>Johannes Huber</name>
+ </maintainer>
+ <upstream>
+ <changelog>https://github.com/hyprwm/hyprpolkitagent/releases</changelog>
+ <doc>https://wiki.hyprland.org/Hypr-Ecosystem/hyprpolkitagent</doc>
+ <bugs-to>https://github.com/hyprwm/hyprpolkitagent/issues</bugs-to>
+ <remote-id type="github">hyprwm/hyprpolkitagent</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: sys-auth/hyprpolkitagent/
2024-11-17 3:49 [gentoo-commits] repo/proj/guru:dev " Julien Roy
@ 2024-11-17 3:55 ` Julien Roy
0 siblings, 0 replies; 5+ messages in thread
From: Julien Roy @ 2024-11-17 3:55 UTC (permalink / raw
To: gentoo-commits
commit: 44d3efff43db84a327ff24e9aa9e95b9077d71a3
Author: Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Sun Nov 17 03:47:56 2024 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Sun Nov 17 03:49:17 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=44d3efff
sys-auth/hyprpolkitagent: add GCC version check
Signed-off-by: Julien Roy <julien <AT> jroy.ca>
sys-auth/hyprpolkitagent/hyprpolkitagent-0.1.1.ebuild | 16 +++++++++++++++-
1 file changed, 15 insertions(+), 1 deletion(-)
diff --git a/sys-auth/hyprpolkitagent/hyprpolkitagent-0.1.1.ebuild b/sys-auth/hyprpolkitagent/hyprpolkitagent-0.1.1.ebuild
index a9610f574..9a860d545 100644
--- a/sys-auth/hyprpolkitagent/hyprpolkitagent-0.1.1.ebuild
+++ b/sys-auth/hyprpolkitagent/hyprpolkitagent-0.1.1.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-inherit cmake
+inherit cmake toolchain-funcs
DESCRIPTION="Polkit authentication agent for Hyprland, written in Qt/QML"
HOMEPAGE="https://wiki.hyprland.org/Hypr-Ecosystem/hyprpolkitagent"
@@ -28,3 +28,17 @@ RDEPEND="
BDEPEND="
virtual/pkgconfig
"
+
+kg_setup() {
+ [[ ${MERGE_TYPE} == binary ]] && return
+
+ if tc-is-gcc && ver_test $(gcc-version) -lt 14 ; then
+ eerror "Hyprpolkitagent requires >=sys-devel/gcc-14 to build"
+ eerror "Please upgrade GCC: emerge -v1 sys-devel/gcc"
+ die "GCC version is too old to compile Hyprland!"
+ elif tc-is-clang && ver_test $(clang-version) -lt 18 ; then
+ eerror "Hyprpolkitagent requires >=sys-devel/clang-18 to build"
+ eerror "Please upgrade Clang: emerge -v1 sys-devel/clang"
+ die "Clang version is too old to compile Hyprland!"
+ fi
+}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: sys-auth/hyprpolkitagent/
2024-12-30 15:43 [gentoo-commits] repo/proj/guru:dev " Julien Roy
@ 2024-12-30 16:12 ` Julien Roy
0 siblings, 0 replies; 5+ messages in thread
From: Julien Roy @ 2024-12-30 16:12 UTC (permalink / raw
To: gentoo-commits
commit: df955c7dbbf11d228b814bd62c0d1578b1b39852
Author: Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Mon Dec 30 15:32:08 2024 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Mon Dec 30 15:32:08 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=df955c7d
sys-auth/hyprpolkitagent: rebuild on gui-libs/hyprutils subslot change
Signed-off-by: Julien Roy <julien <AT> jroy.ca>
...{hyprpolkitagent-0.1.1-r1.ebuild => hyprpolkitagent-0.1.1-r2.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-auth/hyprpolkitagent/hyprpolkitagent-0.1.1-r1.ebuild b/sys-auth/hyprpolkitagent/hyprpolkitagent-0.1.1-r2.ebuild
similarity index 98%
rename from sys-auth/hyprpolkitagent/hyprpolkitagent-0.1.1-r1.ebuild
rename to sys-auth/hyprpolkitagent/hyprpolkitagent-0.1.1-r2.ebuild
index 0a04da60a..fdde77195 100644
--- a/sys-auth/hyprpolkitagent/hyprpolkitagent-0.1.1-r1.ebuild
+++ b/sys-auth/hyprpolkitagent/hyprpolkitagent-0.1.1-r2.ebuild
@@ -16,7 +16,7 @@ KEYWORDS="~amd64"
DEPEND="
dev-qt/qtbase:6[gui,widgets]
dev-qt/qtdeclarative:6
- gui-libs/hyprutils
+ gui-libs/hyprutils:=
sys-auth/polkit
sys-auth/polkit-qt[qt6]
"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: sys-auth/hyprpolkitagent/
@ 2025-01-03 19:42 Julien Roy
0 siblings, 0 replies; 5+ messages in thread
From: Julien Roy @ 2025-01-03 19:42 UTC (permalink / raw
To: gentoo-commits
commit: d24d94ff80164f1c28078150a3bb701edc4b49c8
Author: Johannes Huber <johu <AT> gmx <DOT> de>
AuthorDate: Fri Jan 3 14:50:50 2025 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Fri Jan 3 16:33:37 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d24d94ff
sys-auth/hyprpolkitagent: fix pkg_setup
Signed-off-by: Johannes Huber <johu <AT> gmx.de>
Closes: https://github.com/gentoo/guru/pull/273
Signed-off-by: David Roman <davidroman96 <AT> gmail.com>
sys-auth/hyprpolkitagent/hyprpolkitagent-0.1.1-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-auth/hyprpolkitagent/hyprpolkitagent-0.1.1-r2.ebuild b/sys-auth/hyprpolkitagent/hyprpolkitagent-0.1.1-r2.ebuild
index fdde77195..ee57c201f 100644
--- a/sys-auth/hyprpolkitagent/hyprpolkitagent-0.1.1-r2.ebuild
+++ b/sys-auth/hyprpolkitagent/hyprpolkitagent-0.1.1-r2.ebuild
@@ -30,7 +30,7 @@ BDEPEND="
virtual/pkgconfig
"
-kg_setup() {
+pkg_setup() {
[[ ${MERGE_TYPE} == binary ]] && return
if tc-is-gcc && ver_test $(gcc-version) -lt 14 ; then
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: sys-auth/hyprpolkitagent/
@ 2025-01-13 17:41 Julien Roy
0 siblings, 0 replies; 5+ messages in thread
From: Julien Roy @ 2025-01-13 17:41 UTC (permalink / raw
To: gentoo-commits
commit: 41b2f0a3e67780001ea542ce99aeca0c35c69e86
Author: Johannes Huber <johu <AT> gmx <DOT> de>
AuthorDate: Mon Jan 13 10:53:00 2025 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Mon Jan 13 15:52:15 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=41b2f0a3
sys-auth/hyprpolkitagent: add 0.1.2
Signed-off-by: Johannes Huber <johu <AT> gmx.de>
Closes: https://github.com/gentoo/guru/pull/275
Signed-off-by: David Roman <davidroman96 <AT> gmail.com>
sys-auth/hyprpolkitagent/Manifest | 1 +
.../hyprpolkitagent/hyprpolkitagent-0.1.2.ebuild | 45 ++++++++++++++++++++++
2 files changed, 46 insertions(+)
diff --git a/sys-auth/hyprpolkitagent/Manifest b/sys-auth/hyprpolkitagent/Manifest
index dd9397f7f..de0f43edd 100644
--- a/sys-auth/hyprpolkitagent/Manifest
+++ b/sys-auth/hyprpolkitagent/Manifest
@@ -1 +1,2 @@
DIST hyprpolkitagent-0.1.1.tar.gz 29303 BLAKE2B 9aaaaa23376f315f41f001624284466286537241282bbeafd5d5d94787988edc41bf7e2fdb60b859c55a80a9ad88b26247ffe933b6b415166269a02a37a5e0a5 SHA512 402bd7917734ceac209758f4f8d705e4a14ed94c9882c975ffcc8ed7d6e28861959bbee669ea343d8aaaf8bab36fffea815eec52398e0cffe42ca0b54171cd3f
+DIST hyprpolkitagent-0.1.2.tar.gz 32283 BLAKE2B 3d93f100a9c4c6ea905d6d8e79cac438040adada9c9c06b533c1c7af01094327c4449d9e7e9879258dd48899e81407ecc5c80539b73d925cc0658b13b7b2f2e1 SHA512 42a394344c9038536eb3d48f588804747bf191f14efe82e00c6bc2d4423b5a04ef5230d8eab1581fdd3a0de92013ba361a0efd17e1f99d725616d413fd103d96
diff --git a/sys-auth/hyprpolkitagent/hyprpolkitagent-0.1.2.ebuild b/sys-auth/hyprpolkitagent/hyprpolkitagent-0.1.2.ebuild
new file mode 100644
index 000000000..988e8578b
--- /dev/null
+++ b/sys-auth/hyprpolkitagent/hyprpolkitagent-0.1.2.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake toolchain-funcs
+
+DESCRIPTION="Polkit authentication agent for Hyprland, written in Qt/QML"
+HOMEPAGE="https://wiki.hyprland.org/Hypr-Ecosystem/hyprpolkitagent"
+SRC_URI="https://github.com/hyprwm/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="
+ dev-qt/qtbase:6[gui,widgets]
+ dev-qt/qtdeclarative:6
+ gui-libs/hyprutils:=
+ sys-auth/polkit
+ sys-auth/polkit-qt[qt6]
+"
+
+RDEPEND="
+ ${DEPEND}
+ gui-libs/hyprland-qt-support
+"
+
+BDEPEND="
+ virtual/pkgconfig
+"
+
+pkg_setup() {
+ [[ ${MERGE_TYPE} == binary ]] && return
+
+ if tc-is-gcc && ver_test $(gcc-version) -lt 14 ; then
+ eerror "Hyprpolkitagent requires >=sys-devel/gcc-14 to build"
+ eerror "Please upgrade GCC: emerge -v1 sys-devel/gcc"
+ die "GCC version is too old to compile Hyprland!"
+ elif tc-is-clang && ver_test $(clang-version) -lt 18 ; then
+ eerror "Hyprpolkitagent requires >=llvm-core/clang-18 to build"
+ eerror "Please upgrade Clang: emerge -v1 llvm-core/clang"
+ die "Clang version is too old to compile Hyprland!"
+ fi
+}
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2025-01-13 17:41 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-03 19:42 [gentoo-commits] repo/proj/guru:master commit in: sys-auth/hyprpolkitagent/ Julien Roy
-- strict thread matches above, loose matches on Subject: below --
2025-01-13 17:41 Julien Roy
2024-12-30 15:43 [gentoo-commits] repo/proj/guru:dev " Julien Roy
2024-12-30 16:12 ` [gentoo-commits] repo/proj/guru:master " Julien Roy
2024-11-17 3:49 [gentoo-commits] repo/proj/guru:dev " Julien Roy
2024-11-17 3:55 ` [gentoo-commits] repo/proj/guru:master " Julien Roy
2024-11-17 3:49 [gentoo-commits] repo/proj/guru:dev " Julien Roy
2024-11-17 3:55 ` [gentoo-commits] repo/proj/guru:master " Julien Roy
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox