gnome-shell: update to 3.18.1

+ requires mutter-devel-3.18.1
+ mutter-3.18.1 requires clutter with evdev enabled
This commit is contained in:
Jürgen Buchmüller 2015-10-16 23:37:59 +02:00
parent eb40775b3a
commit 2ca6ab7768
3 changed files with 8 additions and 8 deletions

View File

@ -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 <xtraeme@voidlinux.eu>"
homepage="http://www.clutter-project.org"

View File

@ -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 <xtraeme@voidlinux.eu>"
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

View File

@ -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 <xtraeme@voidlinux.eu>"
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"