Date: Sunday, April 12, 2020 @ 20:19:27 Author: dvzrv Revision: 613471
upgpkg: qtile 0.15.0-1: Upgrading to 0.15.0. Switching to x86_64 arch, due to compiled pulseaudio widget. Updating maintainer info. Adding python-cffi. Adding libpulse to makedepends and optdepends for pulseaudio widgets. Removing mpdwidget from optdepends (upstream removed it). Tests are still not returning... but that's nothing new :( Modified: qtile/trunk/PKGBUILD ----------+ PKGBUILD | 37 +++++++++++++++++++------------------ 1 file changed, 19 insertions(+), 18 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-04-12 19:51:57 UTC (rev 613470) +++ PKGBUILD 2020-04-12 20:19:27 UTC (rev 613471) @@ -1,25 +1,26 @@ -# Maintainer: David Runge <[email protected]> +# Maintainer: David Runge <[email protected]> + pkgname=qtile -pkgver=0.14.2 -pkgrel=3 +pkgver=0.15.0 +pkgrel=1 pkgdesc="A full-featured, pure-Python tiling window manager" -arch=('any') +arch=('x86_64') url="http://www.qtile.org" license=('MIT') -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-psutil' 'python-pytest' 'python-setuptools' -'python-xdg') +depends=('gdk-pixbuf2' 'pango' 'python-cffi' 'python-xcffib' 'python-cairocffi' +'python-dbus' 'python-gobject' 'python-setuptools' 'python-six') +makedepends=('jupyter_console' 'libpulse' 'python-ipykernel' 'python-iwlib' +'python-keyring' 'python-psutil' 'python-pytest' 'python-xdg') optdepends=('alsa-utils: volume widget' 'canto-daemon: canto widget' 'cmus: cmus widget' 'khal: khal_calendar widget' + 'libpulse: for pulse_volume and pulseaudio_ffi widget' 'lm_sensors: sensors widget' 'moc: moc widget' 'python-iwlib: wlan widget' 'python-keyring: imapwidget widget' - 'python-mpd2: mpdwidget, mpd2widget widget' + 'python-mpd2: mpd2widget widget' 'python-psutil: graph, net and memory widget' 'python-setproctitle: change process name to qtile' 'python-xdg: launchbar widget') @@ -26,7 +27,7 @@ checkdepends=('imagemagick' 'python-pytest' 'python-xvfbwrapper' 'xorg-xcalc' 'xorg-xclock' 'xorg-xeyes' 'xorg-server-xephyr' 'xorg-xrandr' 'xterm') source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v${pkgver}.tar.gz") -sha512sums=('c6653e8dca24cef4b1cf48c26b2a0feb4bc125a1c966e0a3ea078fd1d1bba9c7306facf620438795aa2d2daecbd6e58bcda954753ab6b27f6c0cbead3766d8c0') +sha512sums=('d8c94a40d158b680923d27e64eca790cc6d197d99ebc8e3cbd4beebf7e8802c69fc81d3840c5491d580b55e97180e10f06dce92d8cb054059b41c4b4c57c9819') build() { cd "${pkgname}-${pkgver}" @@ -42,13 +43,13 @@ # export PYTTHONPATH="build/lib/:${PYTHONPATH}" # export LC_TYPE=en_US.UTF-8 # ./scripts/ffibuild -# py.test -vv -k 'not test_images_good \ -# and not test_svg_scaling \ -# and not test_pattern_rotate \ -# and not test_pattern \ -# and not test_from_path \ -# and not test_init \ -# and not test_get_cairo_surface' +# pytest -vv -k 'not test_images_good \ +# and not test_svg_scaling \ +# and not test_pattern_rotate \ +# and not test_pattern \ +# and not test_from_path \ +# and not test_init \ +# and not test_get_cairo_surface' # } package() {
