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:
parent
eb40775b3a
commit
2ca6ab7768
3 changed files with 8 additions and 8 deletions
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'clutter'
|
# Template file for 'clutter'
|
||||||
pkgname=clutter
|
pkgname=clutter
|
||||||
version=1.24.2
|
version=1.24.2
|
||||||
revision=3
|
revision=4
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
build_options="gir"
|
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"
|
--enable-wayland-backend --enable-egl-backend --enable-wayland-compositor"
|
||||||
hostmakedepends="automake libtool pkg-config intltool glib-devel
|
hostmakedepends="automake libtool pkg-config intltool glib-devel
|
||||||
gettext-devel $(vopt_if gir gobject-introspection)"
|
gettext-devel $(vopt_if gir gobject-introspection)"
|
||||||
makedepends="
|
makedepends="
|
||||||
atk-devel pango-devel libXi-devel libXcomposite-devel json-glib-devel
|
atk-devel pango-devel libXi-devel libXcomposite-devel json-glib-devel libgudev-devel
|
||||||
libxkbcommon-devel cogl-devel libinput-devel eudev-libudev-devel"
|
libxkbcommon-devel cogl-devel libinput-devel libevdev-devel eudev-libudev-devel"
|
||||||
short_desc="OpenGL based interactive canvas library"
|
short_desc="OpenGL based interactive canvas library"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="http://www.clutter-project.org"
|
homepage="http://www.clutter-project.org"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'gnome-shell'
|
# Template file for 'gnome-shell'
|
||||||
pkgname=gnome-shell
|
pkgname=gnome-shell
|
||||||
version=3.18.0
|
version=3.18.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-schemas-compile --disable-systemd LDFLAGS="
|
configure_args="--disable-schemas-compile --disable-systemd LDFLAGS="
|
||||||
|
@ -21,7 +21,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="http://live.gnome.org/GnomeShell"
|
homepage="http://live.gnome.org/GnomeShell"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
|
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
|
||||||
checksum=1f0f276c45c0979c72700121cb0f711aea343c4393eb3d5ddd6b311d8dc83c99
|
checksum=14a15215b3e29a25b94f69c58a6565e3a8cb2259b1ca242b906af78172bf3845
|
||||||
|
|
||||||
build_options="gir"
|
build_options="gir"
|
||||||
if [ -z "$CROSS_BUILD" ]; then
|
if [ -z "$CROSS_BUILD" ]; then
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'mutter'
|
# Template file for 'mutter'
|
||||||
pkgname=mutter
|
pkgname=mutter
|
||||||
version=3.18.0
|
version=3.18.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-schemas-compile --disable-static --enable-compile-warnings=no"
|
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"
|
homepage="http://www.gnome.org"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
|
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
|
||||||
checksum=9fb287976b9c65f0a2aca09d0e2c4c2748d3d2cfa5f38921dbeafe4cd1d541b1
|
checksum=4fdee7c9dc2db3a48f18723f47c3122aa5bddaddb8751701ce243e577e2a69a9
|
||||||
|
|
||||||
# Package build options
|
# Package build options
|
||||||
build_options="gir"
|
build_options="gir"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue