mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2025-04-22 16:56:44 +02:00
Compare commits
No commits in common. "ba761f2fd330ac9d09b932603d1bc5bb9d434d85" and "baa0391505a91c58d7960b69129c36565c01d425" have entirely different histories.
ba761f2fd3
...
baa0391505
@ -1,16 +0,0 @@
|
|||||||
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"
|
|
@ -1,18 +0,0 @@
|
|||||||
SUMMARY = "PolicyKit Qt wrapper"
|
|
||||||
LICENSE = "GPL-2.0-or-later & LGPL-2.0-or-later & BSD-3-Clause"
|
|
||||||
LIC_FILES_CHKSUM = " \
|
|
||||||
file://LICENSES/GPL-2.0-or-later.txt;md5=9e2385fe012386d34dcc5c9863070881 \
|
|
||||||
file://LICENSES/LGPL-2.0-or-later.txt;md5=da48810c4ddf8e49efa031294a26b98c \
|
|
||||||
file://LICENSES/BSD-3-Clause.txt;md5=954f4d71a37096249f837652a7f586c0 \
|
|
||||||
"
|
|
||||||
|
|
||||||
inherit qt6-cmake pkgconfig
|
|
||||||
|
|
||||||
DEPENDS += "qtbase polkit glib-2.0"
|
|
||||||
|
|
||||||
SRC_URI = "https://download.kde.org/stable/${BPN}-1/${BPN}-1-${PV}.tar.xz"
|
|
||||||
SRC_URI[sha256sum] = "5d3b611c062d2b76a93750bb10c907bfd21d1ff08d0a15dc2cf63e278e1677fb"
|
|
||||||
S = "${UNPACKDIR}/${BPN}-1-${PV}"
|
|
||||||
PV = "0.200.0"
|
|
||||||
|
|
||||||
EXTRA_OECMAKE = "-DQT_MAJOR_VERSION=6"
|
|
Loading…
x
Reference in New Issue
Block a user