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

Filipe Laíns ffy00 at archlinux.org
Thu Sep 27 21:16:44 UTC 2018


    Date: Thursday, September 27, 2018 @ 21:16:44
  Author: ffy00
Revision: 386757

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   77 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 38 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-27 21:16:37 UTC (rev 386756)
+++ PKGBUILD	2018-09-27 21:16:44 UTC (rev 386757)
@@ -1,39 +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.19
-pkgrel=1
-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: Run windows games'
-            'wine-staging: Run windows games - Staging patches')
-makedepends=('python-setuptools')
-source=("$url/releases/${pkgname}_$pkgver.tar.xz")
-sha512sums=('d206fd787467d43745e5d3347f7267d599975d7a3886b68114e60e93a8fc6f0beecb97e0be66beb7754b9c59f00e00846e00d7165e5dff0e200b57c4b6d45096')
-
-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
-}
-

Copied: lutris/repos/community-any/PKGBUILD (from rev 386756, lutris/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-09-27 21:16:44 UTC (rev 386757)
@@ -0,0 +1,38 @@
+# 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.20
+pkgrel=1
+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: Run windows games'
+            'wine-staging: Run windows games - Staging patches')
+makedepends=('python-setuptools')
+source=("$url/releases/${pkgname}_$pkgver.tar.xz")
+sha512sums=('bdf5568fed1d8eafc2e3c8221b903907e3a4855bb1d880c761e190421f0bfbea9cdc5bd2e6b3e2525f1d1a5a659a520a93d67df1594bfaa575c84f8ceddd3bb5')
+
+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