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>
This commit is contained in:
Johannes Huber
2024-11-09 13:37:24 +01:00
committed by Julien Roy
parent c52921d41f
commit 3419a9be5e
3 changed files with 45 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST hyprpolkitagent-0.1.1.tar.gz 29303 BLAKE2B 9aaaaa23376f315f41f001624284466286537241282bbeafd5d5d94787988edc41bf7e2fdb60b859c55a80a9ad88b26247ffe933b6b415166269a02a37a5e0a5 SHA512 402bd7917734ceac209758f4f8d705e4a14ed94c9882c975ffcc8ed7d6e28861959bbee669ea343d8aaaf8bab36fffea815eec52398e0cffe42ca0b54171cd3f

View File

@@ -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
"

View File

@@ -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>