[arch-commits] Commit in gnome-system-monitor/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Fri Sep 25 12:25:28 UTC 2015


    Date: Friday, September 25, 2015 @ 14:25:27
  Author: heftig
Revision: 247389

enable wnck

Modified:
  gnome-system-monitor/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-09-25 12:21:40 UTC (rev 247388)
+++ PKGBUILD	2015-09-25 12:25:27 UTC (rev 247389)
@@ -8,7 +8,7 @@
 pkgdesc="A system monitor for GNOME"
 arch=(i686 x86_64)
 license=('GPL')
-depends=('libgtop' 'gtkmm3' 'librsvg' 'systemd')
+depends=('libgtop' 'gtkmm3' 'librsvg' 'systemd' 'libwnck3')
 makedepends=('itstool' 'docbook-xsl' 'intltool' 'desktop-file-utils' 'appdata-tools')
 options=(!emptydirs)
 url="http://www.gnome.org"
@@ -20,7 +20,7 @@
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-    --libexecdir=/usr/lib/$pkgname --enable-systemd
+    --libexecdir=/usr/lib/$pkgname --enable-systemd --enable-wnck
   make
 }
 



More information about the arch-commits mailing list