Till Wegmüller
2024-02-27 8d3edd51ef134c418ba3e09b662a3bda8bbc9b70
Add dconf-editor dependency to mate-desktop only this should be sufficient to get it installed in most situations

Signed-off-by: Till Wegmueller <toasterson@gmail.com>
3 files modified
10 ■■■■■ changed files
components/desktop/mate/mate-desktop/Makefile 5 ●●●●● patch | view | raw | blame | history
components/desktop/mate/mate-desktop/mate-desktop.p5m 4 ●●●● patch | view | raw | blame | history
components/desktop/mate/mate-desktop/pkg5 1 ●●●● patch | view | raw | blame | history
components/desktop/mate/mate-desktop/Makefile
@@ -24,6 +24,7 @@
COMPONENT_NAME=        mate-desktop
COMPONENT_MJR_VERSION=    1.28
COMPONENT_MNR_VERSION=    1
COMPONENT_REVISION= 1
COMPONENT_SUMMARY=    Additional UI API for MATE Desktop
COMPONENT_ARCHIVE_HASH= sha256:71ed1bcf775e2cbba4d80a73c33c795d3864e6ce429a37eed875885ac86b206e
COMPONENT_LICENSE=    GPLv2, LGPLv2, FDLv1.1
@@ -33,6 +34,10 @@
# Build dependencies
REQUIRED_PACKAGES += data/iso-codes
# Add dconf-editor as dependency as otherwise mate-applets crash
# as this is a non binary dependency it is not detected automatically
REQUIRED_PACKAGES += gnome/config/dconf/dconf-editor
# Auto-generated dependencies
REQUIRED_PACKAGES += gnome/config/dconf
REQUIRED_PACKAGES += library/desktop/atk
components/desktop/mate/mate-desktop/mate-desktop.p5m
@@ -27,6 +27,10 @@
depend type=require fmri=gnome/theme/background/os-backgrounds
# Add dconf-editor as dependency as otherwise mate-applets crash
# as this is a non binary dependency it is not detected automatically
depend type=require fmri=gnome/config/dconf/dconf-editor
file path=usr/bin/mate-about
file path=usr/bin/mate-color-select
file path=usr/include/mate-desktop-2.0/libmate-desktop/mate-bg-crossfade.h
components/desktop/mate/mate-desktop/pkg5
@@ -2,6 +2,7 @@
    "dependencies": [
        "data/iso-codes",
        "gnome/config/dconf",
        "gnome/config/dconf/dconf-editor",
        "library/desktop/atk",
        "library/desktop/cairo",
        "library/desktop/gdk-pixbuf",