Date: Thursday, August 29, 2019 @ 20:55:02
  Author: dvzrv
Revision: 505052

upgpkg: qtile 0.14.2-2

Adding python-psutil to optdepends for graph, net and memory widgets (FS#63002).

Modified:
  qtile/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2019-08-29 20:49:14 UTC (rev 505051)
+++ PKGBUILD    2019-08-29 20:55:02 UTC (rev 505052)
@@ -1,7 +1,7 @@
 # Maintainer: David Runge <d...@sleepmap.de>
 pkgname=qtile
 pkgver=0.14.2
-pkgrel=1
+pkgrel=2
 pkgdesc="A full-featured, pure-Python tiling window manager"
 arch=('any')
 url="http://www.qtile.org";
@@ -9,7 +9,7 @@
 depends=('gdk-pixbuf2' 'pango' 'python-xcffib' 'python-cairocffi' 'python-dbus'
 'python-gobject' 'python-setuptools' 'python-six')
 makedepends=('jupyter_console' 'python-ipykernel' 'python-iwlib'
-'python-keyring' 'python-mpd2' 'python-pytest' 'python-setuptools'
+'python-keyring' 'python-mpd2' 'python-psutil' 'python-pytest' 
'python-setuptools'
 'python-xdg')
 optdepends=('alsa-utils: volume widget'
             'canto-daemon: canto widget'
@@ -20,6 +20,7 @@
             'python-iwlib: wlan widget'
             'python-keyring: imapwidget widget'
             'python-mpd2: mpdwidget, mpd2widget widget'
+            'python-psutil: graph, net and memory widget'
             'python-setproctitle: change process name to qtile'
             'python-xdg: launchbar widget')
 checkdepends=('imagemagick' 'python-pytest' 'python-xvfbwrapper' 'xorg-xcalc'

Reply via email to