[arch-commits] Commit in lutris/repos/community-any (PKGBUILD PKGBUILD)
Filipe Laíns
ffy00 at archlinux.org
Thu Nov 8 23:11:25 UTC 2018
Date: Thursday, November 8, 2018 @ 23:11:25
Author: ffy00
Revision: 404220
archrelease: copy trunk to community-any
Added:
lutris/repos/community-any/PKGBUILD
(from rev 404219, lutris/trunk/PKGBUILD)
Deleted:
lutris/repos/community-any/PKGBUILD
----------+
PKGBUILD | 76 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 38 insertions(+), 38 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-11-08 23:11:19 UTC (rev 404219)
+++ PKGBUILD 2018-11-08 23:11:25 UTC (rev 404220)
@@ -1,38 +0,0 @@
-# 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.21.1
-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' 'xorg-xrandr')
-makedepends=('python-setuptools')
-checkdepends=('xorg-server-xvfb' 'xterm' '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=('4fda42bec6beeee77fe0ba9c8d60b3ff1c8163d02a06405e78f233a23072deaeb9702ff689639d7611f7c6cd49fc9558ad74fc5728de82f236f83cc9a967d97f')
-
-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 404219, lutris/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-11-08 23:11:25 UTC (rev 404220)
@@ -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.23
+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' 'xorg-xrandr')
+makedepends=('python-setuptools')
+checkdepends=('xorg-server-xvfb' 'xterm' '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=('c449cf229ecc31e8ad5884b6cddaa595b65b308ced995c9360c75c03bf4c52bded4ef3d215cf6ab01c174fc02858a0011b7688ae2f2ea530ad86a4aeaa304a11')
+
+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