mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2024-11-19 20:08:27 +01:00
hyprpolkitagent: add recipe
This commit is contained in:
parent
7c16b77248
commit
9f04b887a1
@ -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"
|
Loading…
Reference in New Issue
Block a user