diff options
author | Brenton Earl <brent@exitstatusone.com> | 2017-04-17 22:56:12 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-04-22 08:10:44 +0700 |
commit | a8a445b4e44672fc19a63787bd540af3c2af2a2f (patch) | |
tree | 760c29d5412504985d9629901bd6604d102686e4 /games/lutris | |
parent | 54a65c15f1e51e14012ddb6bcd62a9249331fe7e (diff) | |
download | slackbuilds-a8a445b4e44672fc19a63787bd540af3c2af2a2f.tar.gz |
games/lutris: Updated for version 0.4.7.1.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'games/lutris')
-rw-r--r-- | games/lutris/README | 2 | ||||
-rw-r--r-- | games/lutris/doinst.sh | 9 | ||||
-rw-r--r-- | games/lutris/lutris.SlackBuild | 3 | ||||
-rw-r--r-- | games/lutris/lutris.info | 6 | ||||
-rw-r--r-- | games/lutris/slack-desc | 2 |
5 files changed, 16 insertions, 6 deletions
diff --git a/games/lutris/README b/games/lutris/README index ce94e9084d..f3cee3536c 100644 --- a/games/lutris/README +++ b/games/lutris/README @@ -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. diff --git a/games/lutris/doinst.sh b/games/lutris/doinst.sh new file mode 100644 index 0000000000..65c7e2eeb9 --- /dev/null +++ b/games/lutris/doinst.sh @@ -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 diff --git a/games/lutris/lutris.SlackBuild b/games/lutris/lutris.SlackBuild index 57350f26f6..be36d12026 100644 --- a/games/lutris/lutris.SlackBuild +++ b/games/lutris/lutris.SlackBuild @@ -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} diff --git a/games/lutris/lutris.info b/games/lutris/lutris.info index de23e797e4..c703fc48ab 100644 --- a/games/lutris/lutris.info +++ b/games/lutris/lutris.info @@ -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" diff --git a/games/lutris/slack-desc b/games/lutris/slack-desc index 3068e774c5..b8fca7cfe0 100644 --- a/games/lutris/slack-desc +++ b/games/lutris/slack-desc @@ -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: |