hyprpolkitagent: add recipe

This commit is contained in:
Markus Volk 2024-10-17 13:59:32 +02:00
parent 7c16b77248
commit 9f04b887a1

View File

@ -0,0 +1,16 @@
SUMMARY = "A simple polkit authentication agent for Hyprland, written in QT/QML."
HOMEPAGE = "https://hyprland.org/"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=778ddc598b3f2a2da3657dda514da983"
SRC_URI = "git://github.com/hyprwm/hyprpolkitagent.git;protocol=https;branch=main"
SRCREV = "12ece5c5aead6fd1b442c6e4d979b6274c2f97a2"
S = "${WORKDIR}/git"
PV = "0.1.1"
DEPENDS = "qtbase qtquick3d qttools-native polkit polkit-qt hyprutils"
inherit qt6-cmake pkgconfig
FILES:${PN} += "${systemd_user_unitdir} ${datadir}/dbus-1"