mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2025-04-02 23:25:56 +02:00
xdg-desktop-portal-hyprland: update
This commit is contained in:
parent
594fb4ff23
commit
ad933f0d48
@ -1,19 +1,19 @@
|
|||||||
SUMMARY = "Share picker for hyprlands screenshot/screencast xdg-desktop-portal backend"
|
SUMMARY = "Share picker for hyprlands screenshot/screencast xdg-desktop-portal backend"
|
||||||
HOMEPAGE = "https://github.com/hyprwm/xdg-desktop-portal-hyprland"
|
HOMEPAGE = "https://github.com/hyprwm/xdg-desktop-portal-hyprland"
|
||||||
LICENSE = "MIT"
|
LICENSE = "MIT"
|
||||||
LIC_FILES_CHKSUM = "file://../LICENSE;md5=e316e9609dd7672b87ff25b46b2cf3e1"
|
LIC_FILES_CHKSUM = "file://../LICENSE;md5=e0f1d50df739a9fb8eae12a8f37ce352"
|
||||||
|
|
||||||
# Note: meta-qt6 is needed
|
# Note: meta-qt6 is needed
|
||||||
DEPENDS = "qtbase"
|
DEPENDS = "qtbase"
|
||||||
RDEPENDS:${PN} = "qtwayland"
|
RDEPENDS:${PN} = "qtwayland"
|
||||||
RRECOMMENDS:${PN} = "qgnomeplatform"
|
RRECOMMENDS:${PN} = "qgnomeplatform"
|
||||||
|
|
||||||
|
require xdg-desktop-portal-hyprland.inc
|
||||||
|
|
||||||
inherit qt6-cmake features_check
|
inherit qt6-cmake features_check
|
||||||
|
|
||||||
REQUIRED_DISTRO_FEATURES = "opengl wayland"
|
REQUIRED_DISTRO_FEATURES = "opengl wayland"
|
||||||
|
|
||||||
SRC_URI = "git://github.com/hyprwm/xdg-desktop-portal-hyprland.git;protocol=https;nobranch=1"
|
|
||||||
|
|
||||||
S = "${WORKDIR}/git/hyprland-share-picker"
|
S = "${WORKDIR}/git/hyprland-share-picker"
|
||||||
SRCREV = "198d019583e332653d4e8dcca9439817b39b6a20"
|
|
||||||
PV = "0.2.1"
|
|
@ -1,7 +1,9 @@
|
|||||||
SUMMARY = "This provides screenshot/screencast xdg-desktop-portal backends for hyprland."
|
SUMMARY = "This provides screenshot/screencast xdg-desktop-portal backends for hyprland."
|
||||||
HOMEPAGE = "https://github.com/hyprwm/xdg-desktop-portal-hyprland"
|
HOMEPAGE = "https://github.com/hyprwm/xdg-desktop-portal-hyprland"
|
||||||
LICENSE = "MIT"
|
LICENSE = "MIT"
|
||||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=e316e9609dd7672b87ff25b46b2cf3e1"
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=e0f1d50df739a9fb8eae12a8f37ce352"
|
||||||
|
|
||||||
|
require xdg-desktop-portal-hyprland.inc
|
||||||
|
|
||||||
# Note: meta-qt6 is needed
|
# Note: meta-qt6 is needed
|
||||||
DEPENDS = " \
|
DEPENDS = " \
|
||||||
@ -9,9 +11,8 @@ DEPENDS = " \
|
|||||||
wayland-native \
|
wayland-native \
|
||||||
wayland-protocols \
|
wayland-protocols \
|
||||||
libdrm \
|
libdrm \
|
||||||
libinih \
|
|
||||||
util-linux \
|
|
||||||
pipewire \
|
pipewire \
|
||||||
|
sdbus-c++ \
|
||||||
virtual/libgbm \
|
virtual/libgbm \
|
||||||
"
|
"
|
||||||
|
|
||||||
@ -21,15 +22,9 @@ RCONFLICTS:${PN} = "xdg-desktop-portal-wlr xdg-desktop-portal-gnome"
|
|||||||
inherit meson pkgconfig features_check
|
inherit meson pkgconfig features_check
|
||||||
REQUIRED_DISTRO_FEATURES = "opengl wayland"
|
REQUIRED_DISTRO_FEATURES = "opengl wayland"
|
||||||
|
|
||||||
SRC_URI = "gitsm://github.com/hyprwm/xdg-desktop-portal-hyprland.git;protocol=https;nobranch=1"
|
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
SRCREV = "42747d267ab4345c4ceb78cd4a4fe99f072d80fc"
|
|
||||||
PV = "0.5.0"
|
|
||||||
|
|
||||||
PACKAGECONFIG ?= "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd', 'basu', d)}"
|
PACKAGECONFIG ?= "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd', '', d)}"
|
||||||
|
PACKAGECONFIG[systemd] = "-Dsystemd=enabled,-Dsystemd=disabled,systemd"
|
||||||
PACKAGECONFIG[systemd] = "-Dsystemd=enabled -Dsd-bus-provider=libsystemd,-Dsystemd=disabled,systemd"
|
|
||||||
PACKAGECONFIG[basu] = "-Dsd-bus-provider=basu,,basu"
|
|
||||||
|
|
||||||
FILES:${PN} += "${systemd_user_unitdir} ${datadir}"
|
FILES:${PN} += "${systemd_user_unitdir} ${datadir}"
|
||||||
|
@ -0,0 +1,3 @@
|
|||||||
|
SRC_URI = "gitsm://github.com/hyprwm/xdg-desktop-portal-hyprland.git;protocol=https;nobranch=1"
|
||||||
|
SRCREV = "676571b2c042da64cf7625865e11bcdd560abfbf"
|
||||||
|
PV = "1.0.0"
|
Loading…
x
Reference in New Issue
Block a user