diff --git a/srcpkgs/gnome-shell/template b/srcpkgs/gnome-shell/template index a12d8691a3..6dd5ffb2ec 100644 --- a/srcpkgs/gnome-shell/template +++ b/srcpkgs/gnome-shell/template @@ -1,7 +1,8 @@ # Template file for 'gnome-shell' pkgname=gnome-shell version=3.12.2 -revision=4 +revision=5 +only_for_archs="i686 x86_64" build_style=gnu-configure configure_args="--disable-schemas-compile" hostmakedepends="pkg-config intltool gnome-doc-utils" @@ -24,7 +25,6 @@ checksum=3ae230e8cb7a31e7b782c16ca178af5957858810788e26a6d630b69b3f85ce71 # Package build options build_options="systemd" -build_options_default="systemd" if [ "$build_option_systemd" ]; then configure_args+=" --enable-systemd"