[arch-commits] Commit in qtile/trunk (PKGBUILD)

David Runge dvzrv at archlinux.org
Sun Feb 18 22:22:17 UTC 2018


    Date: Sunday, February 18, 2018 @ 22:22:16
  Author: dvzrv
Revision: 296256

upgpkg: qtile 0.10.7-3

Rebuild for community. Adding more future checkdepends.
Adding information on why check() is disabled.

Modified:
  qtile/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-18 21:52:31 UTC (rev 296255)
+++ PKGBUILD	2018-02-18 22:22:16 UTC (rev 296256)
@@ -2,7 +2,7 @@
 
 pkgname=qtile
 pkgver=0.10.7
-pkgrel=2
+pkgrel=3
 pkgdesc="A full-featured, pure-Python tiling window manager."
 arch=('any')
 url="http://www.qtile.org"
@@ -28,7 +28,7 @@
             'python-mpd2: mpdwidget, mpd2widget widget'
             'python-setproctitle: change process name to qtile'
             'python-xdg: launchbar widget')
-#checkdepends=('python-pytest' 'xorg-server-xephyr')
+#checkdepends=('python-pytest' 'xorg-server-xvfb' 'xorg-server-xephyr')
 conflicts=('qtile-git')
 source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v${pkgver}.tar.gz")
 sha512sums=('9b8f056ca9b4e5d3136114cafa47ee640f189c3f188815cfe5845c974b745978ebf0f74a691869517144d8fcaac0a29f5b38ee9265b888cc2bb3bfae865934cd')
@@ -38,11 +38,12 @@
   python setup.py build
 }
 
+# tests disabled for now, as they don't run headless
+# https://github.com/qtile/qtile/issues/1130
 #check() {
 #  cd "${pkgname}-${pkgver}"
-#  ./scripts/xephyr
 #  python libqtile/ffi_build.py
-#  pytest
+#  py.test
 #}
 
 package() {



More information about the arch-commits mailing list