diff --git a/srcpkgs/clutter/template b/srcpkgs/clutter/template index 7611b435c5..e9cda0462e 100644 --- a/srcpkgs/clutter/template +++ b/srcpkgs/clutter/template @@ -1,16 +1,16 @@ # Template file for 'clutter' pkgname=clutter version=1.24.2 -revision=3 +revision=4 build_style=gnu-configure build_options="gir" -configure_args="$(vopt_enable gir introspection) --enable-evdev-input +configure_args="$(vopt_enable gir introspection) --enable-evdev --enable-evdev-input --enable-wayland-backend --enable-egl-backend --enable-wayland-compositor" hostmakedepends="automake libtool pkg-config intltool glib-devel gettext-devel $(vopt_if gir gobject-introspection)" makedepends=" - atk-devel pango-devel libXi-devel libXcomposite-devel json-glib-devel - libxkbcommon-devel cogl-devel libinput-devel eudev-libudev-devel" + atk-devel pango-devel libXi-devel libXcomposite-devel json-glib-devel libgudev-devel + libxkbcommon-devel cogl-devel libinput-devel libevdev-devel eudev-libudev-devel" short_desc="OpenGL based interactive canvas library" maintainer="Juan RP " homepage="http://www.clutter-project.org" diff --git a/srcpkgs/gnome-shell/template b/srcpkgs/gnome-shell/template index a71fc90e92..5c47e6e261 100644 --- a/srcpkgs/gnome-shell/template +++ b/srcpkgs/gnome-shell/template @@ -1,6 +1,6 @@ # Template file for 'gnome-shell' pkgname=gnome-shell -version=3.18.0 +version=3.18.1 revision=1 build_style=gnu-configure configure_args="--disable-schemas-compile --disable-systemd LDFLAGS=" @@ -21,7 +21,7 @@ maintainer="Juan RP " homepage="http://live.gnome.org/GnomeShell" license="GPL-2" distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz" -checksum=1f0f276c45c0979c72700121cb0f711aea343c4393eb3d5ddd6b311d8dc83c99 +checksum=14a15215b3e29a25b94f69c58a6565e3a8cb2259b1ca242b906af78172bf3845 build_options="gir" if [ -z "$CROSS_BUILD" ]; then diff --git a/srcpkgs/mutter/template b/srcpkgs/mutter/template index 7f1c57eba2..65795f61d9 100644 --- a/srcpkgs/mutter/template +++ b/srcpkgs/mutter/template @@ -1,6 +1,6 @@ # Template file for 'mutter' pkgname=mutter -version=3.18.0 +version=3.18.1 revision=1 build_style=gnu-configure configure_args="--disable-schemas-compile --disable-static --enable-compile-warnings=no" @@ -17,7 +17,7 @@ maintainer="Juan RP " homepage="http://www.gnome.org" license="GPL-2" distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz" -checksum=9fb287976b9c65f0a2aca09d0e2c4c2748d3d2cfa5f38921dbeafe4cd1d541b1 +checksum=4fdee7c9dc2db3a48f18723f47c3122aa5bddaddb8751701ce243e577e2a69a9 # Package build options build_options="gir"