diff options
author | Johannes Huber <johu@gmx.de> | 2024-11-09 13:37:24 +0100 |
---|---|---|
committer | Julien Roy <julien@jroy.ca> | 2024-11-16 22:38:20 -0500 |
commit | 3419a9be5e67e92038fa4768329126c3ffb45f3d (patch) | |
tree | 10977b91bdce87add70943d1d642856de3957f6d /sys-auth | |
parent | gui-apps/ashell: new package, add 0.2.0 (diff) | |
download | guru-3419a9be5e67e92038fa4768329126c3ffb45f3d.tar.gz guru-3419a9be5e67e92038fa4768329126c3ffb45f3d.tar.bz2 guru-3419a9be5e67e92038fa4768329126c3ffb45f3d.zip |
sys-auth/hyprpolkitagent: new package
Signed-off-by: Johannes Huber <johu@gmx.de>
Closes: https://github.com/gentoo/guru/pull/259
Signed-off-by: Julien Roy <julien@jroy.ca>
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/hyprpolkitagent/Manifest | 1 | ||||
-rw-r--r-- | sys-auth/hyprpolkitagent/hyprpolkitagent-0.1.1.ebuild | 30 | ||||
-rw-r--r-- | sys-auth/hyprpolkitagent/metadata.xml | 14 |
3 files changed, 45 insertions, 0 deletions
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> |