mutter: update to 40.0
This commit is contained in:
parent
a853f63cdd
commit
20fcf82386
|
@ -2924,15 +2924,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-7.so.0 mutter-3.37.90_1
|
libmutter-8.so.0 mutter-40.0_1
|
||||||
libmutter-clutter-7.so mutter-3.37.90_1
|
libmutter-clutter-8.so.0 mutter-40.0_1
|
||||||
libmutter-clutter-7.so.0 mutter-3.37.90_1
|
libmutter-cogl-8.so.0 mutter-40.0_1
|
||||||
libmutter-cogl-path-7.so mutter-3.37.90_1
|
libmutter-cogl-pango-8.so.0 mutter-40.0_1
|
||||||
libmutter-cogl-path-7.so.0 mutter-3.37.90_1
|
|
||||||
libmutter-cogl-7.so mutter-3.37.90_1
|
|
||||||
libmutter-cogl-7.so.0 mutter-3.37.90_1
|
|
||||||
libmutter-cogl-pango-7.so mutter-3.37.90_1
|
|
||||||
libmutter-cogl-pango-7.so.0 mutter-3.37.90_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.5 slop-7.5_1
|
libslopy.so.7.5 slop-7.5_1
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'mutter'
|
# Template file for 'mutter'
|
||||||
pkgname=mutter
|
pkgname=mutter
|
||||||
version=3.38.3
|
version=40.0
|
||||||
revision=1
|
revision=1
|
||||||
build_helper="gir"
|
build_helper="gir"
|
||||||
build_style=meson
|
build_style=meson
|
||||||
|
@ -19,9 +19,9 @@ 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/"
|
||||||
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
|
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||||
checksum=b2321e73d1e3fe2e90e6301f42bba07f4d94bc64756a2bf13d75ae9d6faa201f
|
checksum=7a71b312e5a667c5374895188a506a3f6b671768bcb362b68efdc562773d198e
|
||||||
shlib_provides="libmutter-clutter-7.so libmutter-cogl-7.so
|
shlib_provides="libmutter-clutter-8.so libmutter-cogl-8.so
|
||||||
libmutter-cogl-pango-7.so libmutter-cogl-path-7.so"
|
libmutter-cogl-pango-8.so"
|
||||||
|
|
||||||
# Upstream keeps pulling generated headers even though it can cause race
|
# Upstream keeps pulling generated headers even though it can cause race
|
||||||
# conditions in meson/ninja
|
# conditions in meson/ninja
|
||||||
|
@ -37,9 +37,9 @@ do_check() {
|
||||||
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-7|g' \
|
vsed -e 's|^girdir.*|girdir=${pc_sysrootdir}/${libdir}/mutter-8|g' \
|
||||||
-e 's|^typelibdir.*|typelibdir=${pc_sysrootdir}/${libdir}/mutter-7|g' \
|
-e 's|^typelibdir.*|typelibdir=${pc_sysrootdir}/${libdir}/mutter-8|g' \
|
||||||
-i ${DESTDIR}/usr/lib/pkgconfig/libmutter-7.pc
|
-i ${DESTDIR}/usr/lib/pkgconfig/libmutter-8.pc
|
||||||
}
|
}
|
||||||
|
|
||||||
mutter-devel_package() {
|
mutter-devel_package() {
|
||||||
|
@ -49,7 +49,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-7/*.gir"
|
vmove "usr/lib/mutter-8/*.gir"
|
||||||
vmove "usr/lib/*.so"
|
vmove "usr/lib/*.so"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue