mutter: update to 40.3.
This commit is contained in:
parent
26df2ed2a1
commit
98c154ad63
@ -1,9 +1,7 @@
|
|||||||
# Template file for 'mutter'
|
# Template file for 'mutter'
|
||||||
reverts="40.2_1"
|
|
||||||
|
|
||||||
pkgname=mutter
|
pkgname=mutter
|
||||||
version=40.1
|
version=40.3
|
||||||
revision=2
|
revision=1
|
||||||
build_helper="gir"
|
build_helper="gir"
|
||||||
build_style=meson
|
build_style=meson
|
||||||
configure_args="-Degl_device=true -Dudev=true -Dnative_backend=true
|
configure_args="-Degl_device=true -Dudev=true -Dnative_backend=true
|
||||||
@ -16,14 +14,17 @@ makedepends="elogind-devel glib-devel gnome-desktop-devel graphene-devel
|
|||||||
libinput-devel MesaLib-devel pipewire-devel startup-notification-devel
|
libinput-devel MesaLib-devel pipewire-devel startup-notification-devel
|
||||||
wayland-protocols gnome-settings-daemon-devel"
|
wayland-protocols gnome-settings-daemon-devel"
|
||||||
depends="gsettings-desktop-schemas desktop-file-utils zenity"
|
depends="gsettings-desktop-schemas desktop-file-utils zenity"
|
||||||
|
checkdepends="xvfb-run"
|
||||||
short_desc="Lightweight GTK+3 window manager"
|
short_desc="Lightweight GTK+3 window manager"
|
||||||
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-40/NEWS"
|
||||||
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
|
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||||
checksum=a65f3272961133829687d4107267e4e19290e6d86e7807fad87eab0831c1e0c0
|
checksum=5b15cf8f41da281424bb381ddcd0defc2e17b944b552f77df2fac5e2b34cb005
|
||||||
shlib_provides="libmutter-clutter-8.so libmutter-cogl-8.so
|
shlib_provides="libmutter-clutter-8.so libmutter-cogl-8.so
|
||||||
libmutter-cogl-pango-8.so"
|
libmutter-cogl-pango-8.so"
|
||||||
|
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
|
||||||
# conditions in meson/ninja
|
# conditions in meson/ninja
|
||||||
@ -31,11 +32,6 @@ pre_build() {
|
|||||||
ninja ${makejobs} -C build src/meta-dbus-display-config.h
|
ninja ${makejobs} -C build src/meta-dbus-display-config.h
|
||||||
}
|
}
|
||||||
|
|
||||||
# needs X
|
|
||||||
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'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user