Changes to mutter and gnome-shell for Citadel

This commit is contained in:
Bruce Leidl 2021-10-04 12:38:09 +00:00
parent e5dfdab707
commit 0178a712c3
4 changed files with 5006 additions and 2 deletions

View File

@ -17,6 +17,7 @@ SRC_URI = "${GNOME_MIRROR}/${GNOMEBN}/${@gnome_verdir("${PV}")}/${GNOMEBN}-${PV}
file://0001-do-not-use-python-path-from-build-environment.patch \
file://0001-Remove-calendar-server-fix-build.patch \
file://0001-Remove-log-out-label-from-power-off-in-status-UI.patch \
file://0001-Citadel-Gnome-Shell-changes.patch \
"
SRC_URI[archive.sha256sum] = "bce71f402dfaa9c5e269bf65bf48a22343d896e6cf9a2c34669392d7fbf68478"

File diff suppressed because it is too large Load Diff

View File

@ -44,8 +44,10 @@ inherit gnomebase gsettings gobject-introspection gettext upstream-version-is-ev
def gnome_verdir(v):
return oe.utils.trim_version(v, 1)
SRC_URI = "${GNOME_MIRROR}/${GNOMEBN}/${@gnome_verdir("${PV}")}/${GNOMEBN}-${PV}.tar.${GNOME_COMPRESS_TYPE};name=archive"
SRC_URI += " file://0001-Fix-libmutter_dep-in-meson.build-for-Citadel-builds.patch"
SRC_URI = "${GNOME_MIRROR}/${GNOMEBN}/${@gnome_verdir("${PV}")}/${GNOMEBN}-${PV}.tar.${GNOME_COMPRESS_TYPE};name=archive \
file://0001-Fix-libmutter_dep-in-meson.build-for-Citadel-builds.patch \
file://0001-Citadel-changes-to-Mutter.patch \
"
SRC_URI[archive.sha256sum] = "7a71b312e5a667c5374895188a506a3f6b671768bcb362b68efdc562773d198e"