summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederik “Freso” S. Olesen2019-10-04 16:07:39 +0200
committerFrederik “Freso” S. Olesen2019-10-04 16:07:39 +0200
commitf8037cde33127340699e30755d61052ac35c55af (patch)
tree0ef9e877b255112aebf89c9061b1af64c69eaed8
parentdb3cf229e112314ac53519213fd0519d81f78613 (diff)
downloadaur-f8037cde33127340699e30755d61052ac35c55af.tar.gz
Update note about how to actually get this to work
“Next cycle” of the Steam client beta is in progress, and from my own testing, it seems like Steam does indeed pick up tools in `/usr/share/steam/compatibilitytools.d/`.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--boxtron.install10
3 files changed, 5 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3d32a0c3c160..7857c50f9947 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = boxtron-git
pkgdesc = Compatibility tool to run DOS games on Steam through native Linux DOSBox – NOTE: Won’t work as intended until next Steam beta cycle!
- pkgver = 0.5.0.r2.e4bf54e
+ pkgver = 0.5.2.r3.9f10193
pkgrel = 1
url = https://github.com/dreamer/boxtron
install = boxtron.install
diff --git a/PKGBUILD b/PKGBUILD
index 2d86d0185915..b8baa6687626 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Frederik “Freso” S. Olesen <freso.dk@gmail.com>
pkgname=boxtron-git
_pkgname="${pkgname%-git}"
-pkgver=0.5.0.r2.e4bf54e
+pkgver=0.5.2.r3.9f10193
pkgrel=1
pkgdesc='Compatibility tool to run DOS games on Steam through native Linux DOSBox – NOTE: Won’t work as intended until next Steam beta cycle!'
arch=('i686' 'x86_64')
diff --git a/boxtron.install b/boxtron.install
index 6a5941caf187..1dbfc1264924 100644
--- a/boxtron.install
+++ b/boxtron.install
@@ -1,11 +1,7 @@
post_install() {
- echo 'NOTE: This Steam compatibility tool will not get picked up properly'
- echo 'NOTE: by Steam until the next Steam beta cycle; see'
- echo 'NOTE: https://github.com/ValveSoftware/steam-for-linux/issues/6310#issuecomment-511630263'
- echo 'NOTE:'
- echo 'NOTE: If you want to use this until Steam recognises this natively,'
- echo 'NOTE: you can make a symlink like this to have your Steam find it:'
- echo 'NOTE: ln -s /usr/share/steam/compatibilitytools.d/boxtron-git ~/.local/share/Steam/compatibilitytools.d/boxtron-git'
+ echo 'NOTE: You need to participate in the Steam client beta for this'
+ echo 'NOTE: compatibility tool to get picked up properly. See'
+ echo 'NOTE: https://support.steampowered.com/kb_article.php?ref=7021-EIAH-8669'
}
post_upgrade() {