gnome-system-monitor: disable systemd support for now.
This commit is contained in:
parent
0c4f7e5f72
commit
180f49861a
2 changed files with 2 additions and 4 deletions
|
@ -22,5 +22,3 @@ libpthread.so.0
|
|||
libc.so.6
|
||||
libpangocairo-1.0.so.0
|
||||
libpango-1.0.so.0
|
||||
libsystemd-daemon.so.0
|
||||
libsystemd-login.so.0
|
||||
|
|
|
@ -1,10 +1,11 @@
|
|||
# Template file for 'gnome-system-monitor'
|
||||
pkgname=gnome-system-monitor
|
||||
version=3.3.92
|
||||
revision=1
|
||||
distfiles="${GNOME_SITE}/$pkgname/3.3/$pkgname-$version.tar.xz"
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-schemas-compile --disable-scrollkeeper
|
||||
--localstatedir=/var"
|
||||
--localstatedir=/var --disable-systemd"
|
||||
short_desc="Process viewer and system resource monitor for GNOME"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.gnome.org"
|
||||
|
@ -23,6 +24,5 @@ Add_dependency build libgtop-devel
|
|||
Add_dependency build libwnck-devel
|
||||
Add_dependency build gtkmm-devel
|
||||
Add_dependency build librsvg-devel
|
||||
Add_dependency build systemd-devel
|
||||
|
||||
Add_dependency full gnome-icon-theme
|
||||
|
|
Loading…
Reference in a new issue