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

Filipe Laíns ffy00 at archlinux.org
Sun Aug 26 12:59:50 UTC 2018


    Date: Sunday, August 26, 2018 @ 12:59:49
  Author: ffy00
Revision: 374220

upgpkg: lutris 0.4.18.1-4

Modified:
  lutris/trunk/PKGBUILD

----------+
 PKGBUILD |   16 +++++++++++-----
 1 file changed, 11 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-08-26 12:19:18 UTC (rev 374219)
+++ PKGBUILD	2018-08-26 12:59:49 UTC (rev 374220)
@@ -5,15 +5,14 @@
 
 pkgname=lutris
 pkgver=0.4.18.1
-pkgrel=3
+pkgrel=4
 pkgdesc='Open Gaming Platform'
 arch=('any')
 url='https://lutris.net'
 license=('GPL3')
-depends=('desktop-file-utils' 'hicolor-icon-theme' 'polkit' 'xorg-xrandr' 'python-dbus'
-         'python-gobject' 'python-yaml' 'python-evdev' 'cabextract' 'gtk3' 'libsoup')
+depends=('python-gobject' 'python-yaml' 'python-evdev' 'gtk3' 'glib2' 'psmisc' 'cabextract' 'unrar' 'unzip' 'p7zip' 'curl')
 makedepends=('python-setuptools')
-checkdepends=('python-pytest-runner')
+checkdepends=('xorg-server-xvfb' 'xterm' 'xorg-xrandr' 'python-nose-cover3' 'wine')
 optdepends=('wine: recommended to avoid dependency issues'
             'wine-staging: recommended to avoid dependency issues - Staging patches'
             'wine-gaming-nine: recommended to avoid dependency issues - Gallium9 patches')
@@ -21,6 +20,13 @@
 source=("$url/releases/${pkgname}_$pkgver.tar.xz")
 sha512sums=('d5f760860d7b88101e8833e7c8697ce6584a041b82049a7068e6f1e52c564a74ba97e4d2899706e6f3684404acfa8b858ddd41f67301acf42be11e6768607ada')
 
+prepare() {
+  cd $pkgname
+
+  # Failing tests
+#  rm tests/test_installer.py
+}
+
 build() {
   cd $pkgname
 
@@ -30,7 +36,7 @@
 check() {
   cd $pkgname
 
-  #python setup.py pytest
+  xvfb-run nosetests --cover-erase --with-xunit --xunit-file=nosetests.xml --with-coverage --cover-package=lutris --cover-xml-file=coverage.xml
 }
 
 package() {



More information about the arch-commits mailing list