mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
games/lutris: Updated for version 0.4.7.1.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
54a65c15f1
commit
a8a445b4e4
5 changed files with 16 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
|||
Lutris is an open gaming platform for Linux.
|
||||
Lutris is an open gaming platform for Linux.
|
||||
|
||||
It helps you install and manage your games in a unified interface.
|
||||
|
||||
|
|
9
games/lutris/doinst.sh
Normal file
9
games/lutris/doinst.sh
Normal file
|
@ -0,0 +1,9 @@
|
|||
if [ -x /usr/bin/update-desktop-database ]; then
|
||||
/usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
|
||||
fi
|
||||
|
||||
if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then
|
||||
if [ -x /usr/bin/gtk-update-icon-cache ]; then
|
||||
/usr/bin/gtk-update-icon-cache -f usr/share/icons/hicolor >/dev/null 2>&1
|
||||
fi
|
||||
fi
|
|
@ -24,7 +24,7 @@
|
|||
# <https://www.gnu.org/licenses/>.
|
||||
|
||||
PRGNAM=lutris
|
||||
VERSION=${VERSION:-0.4.6}
|
||||
VERSION=${VERSION:-0.4.7.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -69,6 +69,7 @@ find $PKG/usr/doc -type f -exec chmod 0644 {} \;
|
|||
|
||||
mkdir -p $PKG/install
|
||||
cat $CWD/slack-desc > $PKG/install/slack-desc
|
||||
cat $CWD/doinst.sh > $PKG/install/doinst.sh
|
||||
|
||||
cd $PKG
|
||||
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="lutris"
|
||||
VERSION="0.4.6"
|
||||
VERSION="0.4.7.1"
|
||||
HOMEPAGE="https://lutris.net/"
|
||||
DOWNLOAD="https://lutris.net/releases/lutris_0.4.6.tar.xz"
|
||||
MD5SUM="ec8cb72b09baf3e83c76435bcf214708"
|
||||
DOWNLOAD="https://lutris.net/releases/lutris_0.4.7.1.tar.xz"
|
||||
MD5SUM="da6802f7b597251fec11af77d76349ce"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="pygobject3-python3 dbus-python3 python3-PyYAML pyxdg"
|
||||
|
|
|
@ -13,7 +13,7 @@ lutris: and manage your games in a unified interface.
|
|||
lutris: Our goal is to support every game which runs on Linux, from native to
|
||||
lutris: Windows games (via Wine) to emulators and browser games.
|
||||
lutris:
|
||||
lutris: Home page: https://lutris.net/
|
||||
lutris:
|
||||
lutris:
|
||||
lutris: https://lutris.net/
|
||||
lutris:
|
||||
|
|
Loading…
Reference in a new issue