[arch-commits] Commit in lutris/repos/community-any (PKGBUILD PKGBUILD)

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


    Date: Sunday, August 26, 2018 @ 12:59:54
  Author: ffy00
Revision: 374221

archrelease: copy trunk to community-any

Added:
  lutris/repos/community-any/PKGBUILD
    (from rev 374220, lutris/trunk/PKGBUILD)
Deleted:
  lutris/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   88 ++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 47 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-08-26 12:59:49 UTC (rev 374220)
+++ PKGBUILD	2018-08-26 12:59:54 UTC (rev 374221)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Filipe Laíns (FFY00) <lains at archlinux.org>
-# Contributor: Frederik “Freso” S. Olesen <freso.dk at gmail.com>
-# Contributor: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=lutris
-pkgver=0.4.18.1
-pkgrel=3
-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')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest-runner')
-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')
-makedepends=('python-setuptools')
-source=("$url/releases/${pkgname}_$pkgver.tar.xz")
-sha512sums=('d5f760860d7b88101e8833e7c8697ce6584a041b82049a7068e6f1e52c564a74ba97e4d2899706e6f3684404acfa8b858ddd41f67301acf42be11e6768607ada')
-
-build() {
-  cd $pkgname
-
-  python setup.py build
-}
-
-check() {
-  cd $pkgname
-
-  #python setup.py pytest
-}
-
-package() {
-  cd $pkgname
-
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}
-

Copied: lutris/repos/community-any/PKGBUILD (from rev 374220, lutris/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-08-26 12:59:54 UTC (rev 374221)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Filipe Laíns (FFY00) <lains at archlinux.org>
+# Contributor: Frederik “Freso” S. Olesen <freso.dk at gmail.com>
+# Contributor: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=lutris
+pkgver=0.4.18.1
+pkgrel=4
+pkgdesc='Open Gaming Platform'
+arch=('any')
+url='https://lutris.net'
+license=('GPL3')
+depends=('python-gobject' 'python-yaml' 'python-evdev' 'gtk3' 'glib2' 'psmisc' 'cabextract' 'unrar' 'unzip' 'p7zip' 'curl')
+makedepends=('python-setuptools')
+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')
+makedepends=('python-setuptools')
+source=("$url/releases/${pkgname}_$pkgver.tar.xz")
+sha512sums=('d5f760860d7b88101e8833e7c8697ce6584a041b82049a7068e6f1e52c564a74ba97e4d2899706e6f3684404acfa8b858ddd41f67301acf42be11e6768607ada')
+
+prepare() {
+  cd $pkgname
+
+  # Failing tests
+#  rm tests/test_installer.py
+}
+
+build() {
+  cd $pkgname
+
+  python setup.py build
+}
+
+check() {
+  cd $pkgname
+
+  xvfb-run nosetests --cover-erase --with-xunit --xunit-file=nosetests.xml --with-coverage --cover-package=lutris --cover-xml-file=coverage.xml
+}
+
+package() {
+  cd $pkgname
+
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+



More information about the arch-commits mailing list