diff --git a/srcpkgs/gnome-system-monitor/gnome-system-monitor.rshlibs b/srcpkgs/gnome-system-monitor/gnome-system-monitor.rshlibs index 58d6aa74c6..1a379653c5 100644 --- a/srcpkgs/gnome-system-monitor/gnome-system-monitor.rshlibs +++ b/srcpkgs/gnome-system-monitor/gnome-system-monitor.rshlibs @@ -22,3 +22,5 @@ libpthread.so.0 libc.so.6 libpangocairo-1.0.so.0 libpango-1.0.so.0 +libsystemd-daemon.so.0 +libsystemd-login.so.0 diff --git a/srcpkgs/gnome-system-monitor/template b/srcpkgs/gnome-system-monitor/template index c3f87298cf..c46b380586 100644 --- a/srcpkgs/gnome-system-monitor/template +++ b/srcpkgs/gnome-system-monitor/template @@ -1,10 +1,11 @@ # Template file for 'gnome-system-monitor' pkgname=gnome-system-monitor version=3.4.0 +revision=1 distfiles="${GNOME_SITE}/$pkgname/3.4/$pkgname-$version.tar.xz" build_style=gnu-configure configure_args="--disable-schemas-compile --disable-scrollkeeper ---localstatedir=/var --disable-systemd" +--localstatedir=/var --enable-systemd" short_desc="Process viewer and system resource monitor for GNOME" maintainer="Juan RP " homepage="http://www.gnome.org" @@ -23,5 +24,6 @@ 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