mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
xdg-desktop-portal-gtk: Upgrade 1.14.1 -> 1.15.1
Changes in 1.15.1, 2023-10-21
=============================
- Fix build of feature-gated portals
Changes in 1.15.0, 2023-10-20
=============================
- Switch to the Meson build system, and drop Autotools
- Drop most use of private GNOME API; the following portal interfaces
have been removed:
- org.freedesktop.impl.portal.Screenshot
- org.freedesktop.impl.portal.ScreenCast
- org.freedesktop.impl.portal.RemoteDesktop
- org.freedesktop.impl.portsl.Background
- Do not add duplicate notifications
- Expose the org.gnome.desktop.calendar settings
- Fix type for org.gnome.desktop.background.picture-uri setting
- Support current_folder in org.freedesktop.impl.portal.FileChooser
- Update list of translatable files
- Translation updates
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -1,42 +0,0 @@
|
||||
SUMMARY = "A backend implementation for xdg-desktop-portal that is using GTK and various pieces of GNOME infrastructure."
|
||||
HOMEPAGE = "https://github.com/flatpak/xdg-desktop-portal-gtk"
|
||||
LICENSE = "LGPL-2.1-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
|
||||
|
||||
DEPENDS = " \
|
||||
glib-2.0-native \
|
||||
gtk+3\
|
||||
xdg-desktop-portal \
|
||||
libadwaita \
|
||||
fontconfig \
|
||||
gsettings-desktop-schemas \
|
||||
gnome-desktop \
|
||||
dconf \
|
||||
"
|
||||
|
||||
inherit gettext autotools pkgconfig gsettings features_check
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "polkit"
|
||||
|
||||
SRC_URI = "git://github.com/flatpak/xdg-desktop-portal-gtk.git;protocol=https;branch=main"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
SRCREV = "952005f6a7850a247d286f14838202f506b402b7"
|
||||
|
||||
# gdbus-codegen wants to create files in ${B}/src and fails because of missing directory
|
||||
do_configure:append() {
|
||||
mkdir -p ${B}/src
|
||||
}
|
||||
|
||||
# Note: wlroots has its own implementation for screenshot and screencast, but
|
||||
# you may want to include the according PACKAGECONFIGS for gnome.
|
||||
PACKAGECONFIG ?= "wallpaper appchooser lockdown"
|
||||
|
||||
PACKAGECONFIG[screenshot] = "--enable-screenshot,--disable-screenshot,gnome-shell"
|
||||
PACKAGECONFIG[screencast] = "--enable-screencast,--disable-screencast,mutter"
|
||||
PACKAGECONFIG[wallpaper] = "--enable-wallpaper,--disable-wallpaper,gnome-desktop"
|
||||
PACKAGECONFIG[background] = "--enable-background,--disable-background,gnome-shell"
|
||||
PACKAGECONFIG[appchooser] = "--enable-appchooser,--disable-appchooser"
|
||||
PACKAGECONFIG[lockdown] = "--enable-lockdown,--disable-lockdown"
|
||||
|
||||
FILES:${PN} += "${systemd_user_unitdir} ${datadir}"
|
||||
@@ -0,0 +1,30 @@
|
||||
SUMMARY = "A backend implementation for xdg-desktop-portal that is using GTK and various pieces of GNOME infrastructure."
|
||||
HOMEPAGE = "https://github.com/flatpak/xdg-desktop-portal-gtk"
|
||||
LICENSE = "LGPL-2.1-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
|
||||
|
||||
DEPENDS = " \
|
||||
glib-2.0-native \
|
||||
gtk+3\
|
||||
xdg-desktop-portal \
|
||||
libadwaita \
|
||||
dconf \
|
||||
"
|
||||
|
||||
inherit gettext meson pkgconfig gsettings features_check
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "polkit"
|
||||
|
||||
SRC_URI = "git://github.com/flatpak/xdg-desktop-portal-gtk.git;protocol=https;branch=main"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
SRCREV = "54003825481c2b48fd0c42355b484469dea12020"
|
||||
|
||||
PACKAGECONFIG ?= "wallpaper appchooser lockdown settings"
|
||||
|
||||
PACKAGECONFIG[wallpaper] = "-Dwallpaper=enabled,-Dwallpaper=disabled,gnome-desktop"
|
||||
PACKAGECONFIG[settings] = "-Dsettings=enabled,-Dsettings=disabled,gsettings-desktop-schemas fontconfig"
|
||||
PACKAGECONFIG[appchooser] = "-Dappchooser=enabled,-Dappchooser=disabled"
|
||||
PACKAGECONFIG[lockdown] = "-Dlockdown=enabled,-Dlockdown=disabled"
|
||||
|
||||
FILES:${PN} += "${systemd_user_unitdir} ${datadir}"
|
||||
Reference in New Issue
Block a user