35 lines
923 B
BlitzBasic
35 lines
923 B
BlitzBasic
|
SUMMARY = "GNOME session"
|
||
|
LICENSE = "GPL-2.0-only"
|
||
|
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
||
|
|
||
|
DEPENDS = " \
|
||
|
glib-2.0-native \
|
||
|
xtrans \
|
||
|
libice \
|
||
|
libsm \
|
||
|
virtual/libx11 \
|
||
|
gtk+3 \
|
||
|
gnome-desktop \
|
||
|
json-glib \
|
||
|
systemd \
|
||
|
"
|
||
|
|
||
|
inherit gnomebase gettext gsettings upstream-version-is-even features_check
|
||
|
|
||
|
REQUIRED_DISTRO_FEATURES = "polkit systemd pam gobject-introspection-data"
|
||
|
|
||
|
SRC_URI[archive.sha256sum] = "c6e1624af6090bc4e1a191fe2268abfa7a8de07831ca7a57f217e679bf7b9a54"
|
||
|
SRC_URI += "file://0001-Patch-locking-logout-so-it-does-not-disable-shutting.patch"
|
||
|
|
||
|
PACKAGECONFIG ??= ""
|
||
|
|
||
|
PACKAGECONFIG[docbook] = "-Ddocbook=true, -Ddocbook=false"
|
||
|
PACKAGECONFIG[man] = "-Dman=true, -Dman=false,xmlto-native libxslt-native"
|
||
|
|
||
|
FILES:${PN} += " \
|
||
|
${datadir}/xdg-desktop-portal \
|
||
|
${datadir}/xsessions \
|
||
|
${datadir}/wayland-sessions \
|
||
|
${systemd_user_unitdir} \
|
||
|
"
|