mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 00:12:56 +02:00
mutter: update to 3.28.0.
Closes #12456. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
3239b491a5
commit
026bfed96f
2 changed files with 8 additions and 23 deletions
|
@ -1,15 +0,0 @@
|
||||||
--- src/backends/x11/meta-backend-x11.c 2017-05-11 06:30:09.000000000 -0600
|
|
||||||
+++ src/backends/x11/meta-backend-x11.c 2017-06-05 12:10:43.010474780 -0600
|
|
||||||
@@ -612,12 +612,6 @@
|
|
||||||
static void
|
|
||||||
meta_backend_x11_init (MetaBackendX11 *x11)
|
|
||||||
{
|
|
||||||
- /* XInitThreads() is needed to use the "threaded swap wait" functionality
|
|
||||||
- * in Cogl - see meta_renderer_x11_create_cogl_renderer(). We call it here
|
|
||||||
- * to hopefully call it before any other use of XLib.
|
|
||||||
- */
|
|
||||||
- XInitThreads();
|
|
||||||
-
|
|
||||||
clutter_x11_request_reset_on_video_memory_purge ();
|
|
||||||
|
|
||||||
/* We do X11 event retrieval ourselves */
|
|
|
@ -1,20 +1,20 @@
|
||||||
# Template file for 'mutter'
|
# Template file for 'mutter'
|
||||||
pkgname=mutter
|
pkgname=mutter
|
||||||
version=3.26.2
|
version=3.28.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-schemas-compile --disable-static --enable-egl-device"
|
configure_args="--disable-schemas-compile --disable-static --enable-egl-device"
|
||||||
hostmakedepends="pkg-config zenity glib-devel gobject-introspection"
|
hostmakedepends="glib-devel gobject-introspection pkg-config zenity"
|
||||||
makedepends="json-glib-devel upower-devel gnome-desktop-devel libinput-devel
|
makedepends="elogind-devel glib-devel gnome-desktop-devel json-glib-devel
|
||||||
glib-devel libcanberra-devel startup-notification-devel libSM-devel libXtst-devel
|
libSM-devel libXtst-devel libcanberra-devel libinput-devel
|
||||||
elogind-devel libdrm-devel libinput-devel libgudev-devel"
|
startup-notification-devel upower-devel"
|
||||||
depends="zenity desktop-file-utils"
|
depends="desktop-file-utils zenity"
|
||||||
short_desc="Lightweight GTK+3 window manager"
|
short_desc="Lightweight GTK+3 window manager"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||||
homepage="http://www.gnome.org"
|
homepage="http://www.gnome.org"
|
||||||
license="GPL-2"
|
license="GPL-2.0-or-later"
|
||||||
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
|
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
|
||||||
checksum=83309feb05a4635c47713665c0592af8ab6d7f17a36e4bd626d67609b6422fab
|
checksum=58fffc8025f21fb6da27bd2189b6db4d20c54f950b1a46aa7f7cbf0a82d386b0
|
||||||
shlib_provides="libmutter-clutter-1.so libmutter-cogl-path-1.so libmutter-cogl-1.so libmutter-cogl-pango-1.so"
|
shlib_provides="libmutter-clutter-1.so libmutter-cogl-path-1.so libmutter-cogl-1.so libmutter-cogl-pango-1.so"
|
||||||
nocross="https://build.voidlinux.eu/builders/armv7l_builder/builds/1295/steps/shell_3/logs/stdio"
|
nocross="https://build.voidlinux.eu/builders/armv7l_builder/builds/1295/steps/shell_3/logs/stdio"
|
||||||
CFLAGS+=' -Wno-error=sign-compare -Wno-error=format'
|
CFLAGS+=' -Wno-error=sign-compare -Wno-error=format'
|
||||||
|
|
Loading…
Add table
Reference in a new issue