diff options
author | Leo C <leoc@gmx.com> | 2021-02-20 18:52:58 +0100 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-04-17 23:18:58 -0500 |
commit | 8c3e6f9645ff5e27ffed1e58d0b45c633103926e (patch) | |
tree | 6550d5c450c03e73e33f4bee85bb6fd3379b8360 | |
parent | 36284f44893c3a9b1ba081d2e75da06b34a18155 (diff) | |
download | slackbuilds-8c3e6f9645ff5e27ffed1e58d0b45c633103926e.tar.gz |
system/dosbox-x: Updated for version 0.83.8.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
-rw-r--r-- | system/dosbox-x/doinst.sh | 9 | ||||
-rw-r--r-- | system/dosbox-x/dosbox-x.SlackBuild | 5 | ||||
-rw-r--r-- | system/dosbox-x/dosbox-x.info | 8 |
3 files changed, 16 insertions, 6 deletions
diff --git a/system/dosbox-x/doinst.sh b/system/dosbox-x/doinst.sh new file mode 100644 index 0000000000..65c7e2eeb9 --- /dev/null +++ b/system/dosbox-x/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/system/dosbox-x/dosbox-x.SlackBuild b/system/dosbox-x/dosbox-x.SlackBuild index 5a04069ac3..91e9d5bb8d 100644 --- a/system/dosbox-x/dosbox-x.SlackBuild +++ b/system/dosbox-x/dosbox-x.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=dosbox-x -VERSION=${VERSION:-0.83.2} +VERSION=${VERSION:-0.83.8} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -90,13 +90,14 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a AUTHORS CHANGELOG CODE_OF_CONDUCT.md CONTRIBUTING.md COPYING \ - "DOS GAMES THAT NEED A HIGHER MCB BASE SEGMENT.TXT" INSTALL NEWS \ + CREDITS.md INSTALL.md NEWS PULL_REQUEST_TEMPLATE.md \ README* THANKS \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild 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/system/dosbox-x/dosbox-x.info b/system/dosbox-x/dosbox-x.info index 0b95690601..712808f4b9 100644 --- a/system/dosbox-x/dosbox-x.info +++ b/system/dosbox-x/dosbox-x.info @@ -1,10 +1,10 @@ PRGNAM="dosbox-x" -VERSION="0.83.2" +VERSION="0.83.8" HOMEPAGE="http://dosbox-x.com/" -DOWNLOAD="https://github.com/joncampbell123/dosbox-x/archive/dosbox-x-v0.83.2/dosbox-x-dosbox-x-v0.83.2.tar.gz" -MD5SUM="3da8a408deaf9518da1423dff8021f53" +DOWNLOAD="https://github.com/joncampbell123/dosbox-x/archive/dosbox-x-v0.83.8/dosbox-x-dosbox-x-v0.83.8.tar.gz" +MD5SUM="f7f7f28e520dbdd94f13031a058260af" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="SDL2" +REQUIRES="" MAINTAINER="Leo C." EMAIL="leoc@gmx.com" |