mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
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:
committed by
Julien Roy
parent
c52921d41f
commit
3419a9be5e
1
sys-auth/hyprpolkitagent/Manifest
Normal file
1
sys-auth/hyprpolkitagent/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST hyprpolkitagent-0.1.1.tar.gz 29303 BLAKE2B 9aaaaa23376f315f41f001624284466286537241282bbeafd5d5d94787988edc41bf7e2fdb60b859c55a80a9ad88b26247ffe933b6b415166269a02a37a5e0a5 SHA512 402bd7917734ceac209758f4f8d705e4a14ed94c9882c975ffcc8ed7d6e28861959bbee669ea343d8aaaf8bab36fffea815eec52398e0cffe42ca0b54171cd3f
|
||||
30
sys-auth/hyprpolkitagent/hyprpolkitagent-0.1.1.ebuild
Normal file
30
sys-auth/hyprpolkitagent/hyprpolkitagent-0.1.1.ebuild
Normal 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
|
||||
"
|
||||
14
sys-auth/hyprpolkitagent/metadata.xml
Normal file
14
sys-auth/hyprpolkitagent/metadata.xml
Normal 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>
|
||||
Reference in New Issue
Block a user