From 19ac73de49c6dbff1c068d35d226607318a8bd68 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 25 Mar 2012 12:50:30 +0200 Subject: [PATCH] gnome-shell: disable systemd support for now. --- srcpkgs/gnome-shell/gnome-shell.rshlibs | 2 -- srcpkgs/gnome-shell/template | 6 +++--- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/srcpkgs/gnome-shell/gnome-shell.rshlibs b/srcpkgs/gnome-shell/gnome-shell.rshlibs index 925dc1802b4..f87711307e1 100644 --- a/srcpkgs/gnome-shell/gnome-shell.rshlibs +++ b/srcpkgs/gnome-shell/gnome-shell.rshlibs @@ -63,8 +63,6 @@ libgcr-3.so.1 libgcr-base-3.so.1 libgck-1.so.0 libp11-kit.so.0 -libsystemd-login.so.0 -libsystemd-daemon.so.0 libclutter-1.0.so.0 libcogl.so.9 libecal-1.2.so.11 diff --git a/srcpkgs/gnome-shell/template b/srcpkgs/gnome-shell/template index 4534d15f553..7d0f3c27db5 100644 --- a/srcpkgs/gnome-shell/template +++ b/srcpkgs/gnome-shell/template @@ -1,10 +1,10 @@ # Template file for 'gnome-shell' pkgname=gnome-shell version=3.3.92 -revision=2 +revision=3 distfiles="${GNOME_SITE}/$pkgname/3.3/$pkgname-$version.tar.xz" build_style=gnu-configure -configure_args="--disable-schemas-compile --with-systemd +configure_args="--disable-schemas-compile --without-systemd --with-ca-certificates=/etc/ssl/certs/ca-certificates.crt" short_desc="GNOME core user interface" maintainer="Juan RP " @@ -40,7 +40,7 @@ Add_dependency build pulseaudio-devel Add_dependency build polkit-devel Add_dependency build libgnome-keyring-devel Add_dependency build gcr-devel -Add_dependency build systemd-devel +Add_dependency build libgudev-devel Add_dependency run caribou Add_dependency run pulseaudio