mutter: update to 42.3.

This commit is contained in:
oreo639 2022-03-25 14:26:25 -07:00 committed by Michal Vasilek
parent 6de6eae86d
commit ffcfe7c761
2 changed files with 13 additions and 13 deletions

View file

@ -2987,10 +2987,10 @@ libdecoration.so.0 compiz-core-0.8.14_1
libcompizconfig.so.0 libcompizconfig-0.8.14_1 libcompizconfig.so.0 libcompizconfig-0.8.14_1
libemeraldengine.so.0 emerald-0.8.14_1 libemeraldengine.so.0 emerald-0.8.14_1
libhangul.so.1 libhangul-0.1.0_1 libhangul.so.1 libhangul-0.1.0_1
libmutter-9.so.0 mutter-41.0_1 libmutter-10.so.0 mutter-42.0_1
libmutter-clutter-9.so.0 mutter-41.0_1 libmutter-clutter-10.so.0 mutter-42.0_1
libmutter-cogl-9.so.0 mutter-41.0_1 libmutter-cogl-10.so.0 mutter-42.0_1
libmutter-cogl-pango-9.so.0 mutter-41.0_1 libmutter-cogl-pango-10.so.0 mutter-42.0_1
libgeoclue-2.so.0 geoclue2-2.4.4_1 libgeoclue-2.so.0 geoclue2-2.4.4_1
libgepub.so.0 libgepub-0.4_1 libgepub.so.0 libgepub-0.4_1
libslopy.so.7.6 slop-7.6_1 libslopy.so.7.6 slop-7.6_1

View file

@ -1,6 +1,6 @@
# Template file for 'mutter' # Template file for 'mutter'
pkgname=mutter pkgname=mutter
version=41.5 version=42.3
revision=1 revision=1
build_helper="gir" build_helper="gir"
build_style=meson build_style=meson
@ -18,11 +18,11 @@ short_desc="Wayland display server, X11 window manager and compositor library"
maintainer="Enno Boland <gottox@voidlinux.org>" maintainer="Enno Boland <gottox@voidlinux.org>"
license="GPL-2.0-or-later" license="GPL-2.0-or-later"
homepage="https://wiki.gnome.org/Projects/Mutter/" homepage="https://wiki.gnome.org/Projects/Mutter/"
changelog="https://gitlab.gnome.org/GNOME/mutter/-/raw/gnome-41/NEWS" changelog="https://gitlab.gnome.org/GNOME/mutter/-/raw/gnome-42/NEWS"
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz" distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
checksum=2233e52528451620be8578ea1dc7ff30d7eb6701eb316e9d17c219df57a08ea7 checksum=9da3a63f90282bb59467e7d3dfdc684e70fa055357f6a2dded1db98cdcce10ba
shlib_provides="libmutter-clutter-9.so libmutter-cogl-9.so shlib_provides="libmutter-clutter-10.so libmutter-cogl-10.so
libmutter-cogl-pango-9.so" libmutter-cogl-pango-10.so"
make_check=no # needs a full graphical session make_check=no # needs a full graphical session
# Upstream keeps pulling generated headers even though it can cause race # Upstream keeps pulling generated headers even though it can cause race
@ -34,9 +34,9 @@ pre_build() {
post_install() { post_install() {
# modify the pkg-config files to respect ${pc_sysrootdir} for variables that are # modify the pkg-config files to respect ${pc_sysrootdir} for variables that are
# meant to be called with 'pkg-config --variable' # meant to be called with 'pkg-config --variable'
vsed -e 's|^girdir.*|girdir=${pc_sysrootdir}/${libdir}/mutter-9|g' \ vsed -e 's|^girdir.*|girdir=${pc_sysrootdir}/${libdir}/mutter-10|g' \
-e 's|^typelibdir.*|typelibdir=${pc_sysrootdir}/${libdir}/mutter-9|g' \ -e 's|^typelibdir.*|typelibdir=${pc_sysrootdir}/${libdir}/mutter-10|g' \
-i ${DESTDIR}/usr/lib/pkgconfig/libmutter-9.pc -i ${DESTDIR}/usr/lib/pkgconfig/libmutter-10.pc
} }
mutter-devel_package() { mutter-devel_package() {
@ -46,7 +46,7 @@ mutter-devel_package() {
pkg_install() { pkg_install() {
vmove usr/include vmove usr/include
vmove usr/lib/pkgconfig vmove usr/lib/pkgconfig
vmove "usr/lib/mutter-9/*.gir" vmove "usr/lib/mutter-10/*.gir"
vmove "usr/lib/*.so" vmove "usr/lib/*.so"
} }
} }