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>[email protected]</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>

Reply via email to