From 76291053d2ed1d38af28363875477330c7900d7b Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Thu, 4 May 2023 11:16:20 +0200 Subject: xdg-desktop-portal-wlr: update 0.6.0 -> 0.7.0 Signed-off-by: Markus Volk Signed-off-by: Khem Raj --- .../xdg-desktop-portal-wlr_0.6.0.bb | 30 ---------------------- .../xdg-desktop-portal-wlr_0.7.0.bb | 30 ++++++++++++++++++++++ 2 files changed, 30 insertions(+), 30 deletions(-) delete mode 100644 meta-multimedia/recipes-support/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr_0.6.0.bb create mode 100644 meta-multimedia/recipes-support/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr_0.7.0.bb diff --git a/meta-multimedia/recipes-support/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr_0.6.0.bb b/meta-multimedia/recipes-support/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr_0.6.0.bb deleted file mode 100644 index 38389276f2..0000000000 --- a/meta-multimedia/recipes-support/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr_0.6.0.bb +++ /dev/null @@ -1,30 +0,0 @@ -SUMMARY = "This provides screenshot/screencast xdg-desktop-portal backends for wlroots." -HOMEPAGE = "https://github.com/emersion/xdg-desktop-portal-wlr" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=e316e9609dd7672b87ff25b46b2cf3e1" - -DEPENDS = " \ - wayland \ - wayland-native \ - wayland-protocols \ - libdrm \ - libinih \ - pipewire \ - virtual/libgbm \ -" - -inherit meson pkgconfig features_check -REQUIRED_DISTRO_FEATURES = "opengl wayland" - -SRC_URI = "git://github.com/emersion/xdg-desktop-portal-wlr.git;protocol=https;nobranch=1" - -S = "${WORKDIR}/git" -SRCREV = "6737c209578e7f17536dbcb8fb2169dcf86ce528" - -PACKAGECONFIG ?= "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd', 'basu', d)}" - -PACKAGECONFIG[man-pages] = "-Dman-pages=enabled,-Dman-pages=disabled,scdoc-native" -PACKAGECONFIG[systemd] = "-Dsystemd=enabled -Dsd-bus-provider=libsystemd,-Dsystemd=disabled" -PACKAGECONFIG[basu] = "-Dsd-bus-provider=basu,,basu" - -FILES:${PN} += "${systemd_user_unitdir} ${datadir}" diff --git a/meta-multimedia/recipes-support/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr_0.7.0.bb b/meta-multimedia/recipes-support/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr_0.7.0.bb new file mode 100644 index 0000000000..cfc7109c0c --- /dev/null +++ b/meta-multimedia/recipes-support/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr_0.7.0.bb @@ -0,0 +1,30 @@ +SUMMARY = "This provides screenshot/screencast xdg-desktop-portal backends for wlroots." +HOMEPAGE = "https://github.com/emersion/xdg-desktop-portal-wlr" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=e316e9609dd7672b87ff25b46b2cf3e1" + +DEPENDS = " \ + wayland \ + wayland-native \ + wayland-protocols \ + libdrm \ + libinih \ + pipewire \ + virtual/libgbm \ +" + +inherit meson pkgconfig features_check +REQUIRED_DISTRO_FEATURES = "opengl wayland" + +SRC_URI = "git://github.com/emersion/xdg-desktop-portal-wlr.git;protocol=https;nobranch=1" + +S = "${WORKDIR}/git" +SRCREV = "776113a4f014639c29d8de8fcb513493ef7b491f" + +PACKAGECONFIG ?= "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd', 'basu', d)}" + +PACKAGECONFIG[man-pages] = "-Dman-pages=enabled,-Dman-pages=disabled,scdoc-native" +PACKAGECONFIG[systemd] = "-Dsystemd=enabled -Dsd-bus-provider=libsystemd,-Dsystemd=disabled" +PACKAGECONFIG[basu] = "-Dsd-bus-provider=basu,,basu" + +FILES:${PN} += "${systemd_user_unitdir} ${datadir}" -- cgit v1.2.3-54-g00ecf