gnome-shell: disable systemd support for now.
This commit is contained in:
parent
6bf195e308
commit
19ac73de49
2 changed files with 3 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -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 <xtraeme@gmail.com>"
|
||||
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue