mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
games/lutris: Updated for version 0.4.3.
Signed-off-by: Ryan P.C. McQuen <ryan.q@linux.com>
This commit is contained in:
parent
154463eedc
commit
45216639ac
2 changed files with 8 additions and 8 deletions
|
@ -23,13 +23,13 @@
|
||||||
# <https://www.gnu.org/licenses/>.
|
# <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
PRGNAM=lutris
|
PRGNAM=lutris
|
||||||
VERSION=${VERSION:-0.3.7.5}
|
VERSION=${VERSION:-0.4.3}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
if [ -z "$ARCH" ]; then
|
if [ -z "$ARCH" ]; then
|
||||||
case "$( uname -m )" in
|
case "$( uname -m )" in
|
||||||
i?86) ARCH=i486 ;;
|
i?86) ARCH=i586 ;;
|
||||||
arm*) ARCH=arm ;;
|
arm*) ARCH=arm ;;
|
||||||
*) ARCH=$( uname -m ) ;;
|
*) ARCH=$( uname -m ) ;;
|
||||||
esac
|
esac
|
||||||
|
@ -56,13 +56,13 @@ find -L . \
|
||||||
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
||||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||||
|
|
||||||
python setup.py install --root $PKG
|
python3 setup.py install --root $PKG
|
||||||
|
|
||||||
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
|
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
|
||||||
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||||
|
|
||||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||||
cp -a AUTHORS CHANGELOG COPYING INSTALL.rst README.rst $PKG/usr/doc/$PRGNAM-$VERSION
|
cp -a AUTHORS CHANGELOG LICENSE INSTALL.rst README.rst $PKG/usr/doc/$PRGNAM-$VERSION
|
||||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||||
find $PKG/usr/doc -type f -exec chmod 0644 {} \;
|
find $PKG/usr/doc -type f -exec chmod 0644 {} \;
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
PRGNAM="lutris"
|
PRGNAM="lutris"
|
||||||
VERSION="0.3.7.5"
|
VERSION="0.4.3"
|
||||||
HOMEPAGE="https://lutris.net/"
|
HOMEPAGE="https://lutris.net/"
|
||||||
DOWNLOAD="https://lutris.net/releases/lutris_0.3.7.5.tar.xz"
|
DOWNLOAD="https://lutris.net/releases/lutris_0.4.3.tar.xz"
|
||||||
MD5SUM="e081e75691a790c3aa9116488e81e2e8"
|
MD5SUM="10e960a606ed24d9c90c00cc9884488b"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="PyYAML pyxdg"
|
REQUIRES="pygobject3-python3 dbus-python3 python3-PyYAML pyxdg"
|
||||||
MAINTAINER="Ryan P.C. McQuen"
|
MAINTAINER="Ryan P.C. McQuen"
|
||||||
EMAIL="ryan.q@linux.com"
|
EMAIL="ryan.q@linux.com"
|
||||||
|
|
Loading…
Reference in a new issue