Date: Monday, March 25, 2019 @ 11:30:18 Author: ffy00 Revision: 443447
archrelease: copy trunk to community-any Added: lutris/repos/community-any/PKGBUILD (from rev 443446, lutris/trunk/PKGBUILD) Deleted: lutris/repos/community-any/PKGBUILD ----------+ PKGBUILD | 78 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 39 insertions(+), 39 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2019-03-25 11:29:04 UTC (rev 443446) +++ PKGBUILD 2019-03-25 11:30:18 UTC (rev 443447) @@ -1,39 +0,0 @@ -# Maintainer: Filipe Laíns (FFY00) <la...@archlinux.org> -# Contributor: Frederik “Freso” S. Olesen <freso...@gmail.com> -# Contributor: Maxime Gauduin <aluc...@archlinux.org> - -pkgname=lutris -pkgver=0.5.1 -pkgrel=2 -pkgdesc='Open Gaming Platform' -arch=('any') -url='https://lutris.net' -license=('GPL3') -depends=('python-gobject' 'python-yaml' 'python-evdev' 'gtk3' 'glib2' 'psmisc' 'cabextract' 'unzip' 'p7zip' 'curl' 'xorg-xrandr' - 'python-pillow' 'python-requests' 'gnome-desktop' 'webkit2gtk' 'gvfs') -makedepends=('python-setuptools') -checkdepends=('xorg-server-xvfb' 'python-nose-cover3' 'wine' 'xterm') -optdepends=('wine: Run windows games' - 'wine-staging: Run windows games - Staging patches') -makedepends=('python-setuptools') -source=("https://github.com/lutris/lutris/archive/v$pkgver.tar.gz") -sha512sums=('eb79d0ae7aae65f5d2419f0d103a5805dae4a95817ce3bb41aae28bfdea890d66df453137110c14ab81e19683a4a70409e25f87ee2b1fae61da26051ebc4b97f') - -build() { - cd $pkgname-$pkgver - - python setup.py build -} - -check() { - cd $pkgname-$pkgver - - xvfb-run nosetests --cover-erase --with-xunit --xunit-file=nosetests.xml --with-coverage --cover-package=lutris --cover-xml-file=coverage.xml -} - -package() { - cd $pkgname-$pkgver - - python setup.py install --root="$pkgdir" --optimize=1 --skip-build -} - Copied: lutris/repos/community-any/PKGBUILD (from rev 443446, lutris/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2019-03-25 11:30:18 UTC (rev 443447) @@ -0,0 +1,39 @@ +# Maintainer: Filipe Laíns (FFY00) <la...@archlinux.org> +# Contributor: Frederik “Freso” S. Olesen <freso...@gmail.com> +# Contributor: Maxime Gauduin <aluc...@archlinux.org> + +pkgname=lutris +pkgver=0.5.1.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' 'unzip' 'p7zip' 'curl' 'xorg-xrandr' + 'python-pillow' 'python-requests' 'gnome-desktop' 'webkit2gtk' 'gvfs' 'mesa-demos') +makedepends=('python-setuptools') +checkdepends=('xorg-server-xvfb' 'python-nose-cover3' 'wine' 'xterm') +optdepends=('wine: Run windows games' + 'wine-staging: Run windows games - Staging patches') +makedepends=('python-setuptools') +source=("https://github.com/lutris/lutris/archive/v$pkgver.tar.gz") +sha512sums=('3f036839ee7487aa25aa4c4fa7ce7e847fb660a6b5d3a3e2bd1ecf72ced9f43d425cc2152e87b71c09c37589b4ada26f3a9677a18fb73eba1d36dc4aa3bb20ac') + +build() { + cd $pkgname-$pkgver + + python setup.py build +} + +check() { + cd $pkgname-$pkgver + + xvfb-run nosetests --cover-erase --with-xunit --xunit-file=nosetests.xml --with-coverage --cover-package=lutris --cover-xml-file=coverage.xml +} + +package() { + cd $pkgname-$pkgver + + python setup.py install --root="$pkgdir" --optimize=1 --skip-build +} +