diff options
| -rw-r--r-- | meta-gnome/recipes-gnome/gnome-session/gnome-session_45.0.bb | 36 | ||||
| -rw-r--r-- | meta-gnome/recipes-gnome/gnome-session/gnome-session_46.0.bb | 34 |
2 files changed, 34 insertions, 36 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-session/gnome-session_45.0.bb b/meta-gnome/recipes-gnome/gnome-session/gnome-session_45.0.bb deleted file mode 100644 index c5e27af588..0000000000 --- a/meta-gnome/recipes-gnome/gnome-session/gnome-session_45.0.bb +++ /dev/null | |||
| @@ -1,36 +0,0 @@ | |||
| 1 | SUMMARY = "GNOME session" | ||
| 2 | LICENSE = "GPL-2.0-only" | ||
| 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | ||
| 4 | |||
| 5 | DEPENDS = " \ | ||
| 6 | glib-2.0-native \ | ||
| 7 | libxslt-native \ | ||
| 8 | xmlto-native \ | ||
| 9 | xtrans \ | ||
| 10 | libice \ | ||
| 11 | libsm \ | ||
| 12 | virtual/libx11 \ | ||
| 13 | gtk+3 \ | ||
| 14 | gnome-desktop \ | ||
| 15 | gsettings-desktop-schemas \ | ||
| 16 | json-glib \ | ||
| 17 | " | ||
| 18 | |||
| 19 | |||
| 20 | inherit gnomebase gettext gsettings upstream-version-is-even features_check | ||
| 21 | |||
| 22 | REQUIRED_DISTRO_FEATURES = "x11 polkit systemd pam gobject-introspection-data" | ||
| 23 | |||
| 24 | SRC_URI[archive.sha256sum] = "706d2ffcacac38553a3c0185793f5a2b4aac940bb5e789d953c9808163bef2f1" | ||
| 25 | |||
| 26 | PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd', 'consolekit',d)}" | ||
| 27 | |||
| 28 | PACKAGECONFIG[consolekit] = "-Dconsolekit=true, -Dconsolekit=false, dbus-glib" | ||
| 29 | PACKAGECONFIG[systemd] = "-Dsystemd=true -Dsystemd_journal=true, -Dsystemd=false -Dsystemd_journal=false, systemd" | ||
| 30 | |||
| 31 | FILES:${PN} += " \ | ||
| 32 | ${datadir}/xdg-desktop-portal \ | ||
| 33 | ${datadir}/xsessions \ | ||
| 34 | ${datadir}/wayland-sessions \ | ||
| 35 | ${systemd_user_unitdir} \ | ||
| 36 | " | ||
diff --git a/meta-gnome/recipes-gnome/gnome-session/gnome-session_46.0.bb b/meta-gnome/recipes-gnome/gnome-session/gnome-session_46.0.bb new file mode 100644 index 0000000000..94e639456f --- /dev/null +++ b/meta-gnome/recipes-gnome/gnome-session/gnome-session_46.0.bb | |||
| @@ -0,0 +1,34 @@ | |||
| 1 | SUMMARY = "GNOME session" | ||
| 2 | LICENSE = "GPL-2.0-only" | ||
| 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | ||
| 4 | |||
| 5 | DEPENDS = " \ | ||
| 6 | glib-2.0-native \ | ||
| 7 | xtrans \ | ||
| 8 | libice \ | ||
| 9 | libsm \ | ||
| 10 | virtual/libx11 \ | ||
| 11 | gtk+3 \ | ||
| 12 | gnome-desktop \ | ||
| 13 | json-glib \ | ||
| 14 | systemd \ | ||
| 15 | " | ||
| 16 | |||
| 17 | |||
| 18 | inherit gnomebase gettext gsettings upstream-version-is-even features_check | ||
| 19 | |||
| 20 | REQUIRED_DISTRO_FEATURES = "polkit systemd pam gobject-introspection-data" | ||
| 21 | |||
| 22 | SRC_URI[archive.sha256sum] = "c6e1624af6090bc4e1a191fe2268abfa7a8de07831ca7a57f217e679bf7b9a54" | ||
| 23 | |||
| 24 | PACKAGECONFIG ??= "" | ||
| 25 | |||
| 26 | PACKAGECONFIG[docbook] = "-Ddocbook=true, -Ddocbook=false" | ||
| 27 | PACKAGECONFIG[man] = "-Dman=true, -Dman=false,xmlto-native libxslt-native" | ||
| 28 | |||
| 29 | FILES:${PN} += " \ | ||
| 30 | ${datadir}/xdg-desktop-portal \ | ||
| 31 | ${datadir}/xsessions \ | ||
| 32 | ${datadir}/wayland-sessions \ | ||
| 33 | ${systemd_user_unitdir} \ | ||
| 34 | " | ||
