Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

system/xboxdrv-linux: update to 0.8.11 - forked build for newer compilers #243

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 0 additions & 27 deletions system/xboxdrv-linux/fix-60-sec-delay.patch

This file was deleted.

63 changes: 0 additions & 63 deletions system/xboxdrv-linux/scons-py3.patch

This file was deleted.

20 changes: 0 additions & 20 deletions system/xboxdrv-linux/scons-v4.2.0.patch

This file was deleted.

11 changes: 4 additions & 7 deletions system/xboxdrv-linux/xboxdrv-linux.SlackBuild
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
cd $(dirname $0) ; CWD=$(pwd)

PRGNAM=xboxdrv-linux
VERSION=${VERSION:-0.8.8}
VERSION=${VERSION:-0.8.11}
BUILD=${BUILD:-3}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
Expand Down Expand Up @@ -77,13 +77,10 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
mv $CWD/v0.8.11.tar.gz $CWD/$PRGNAM-$VERSION.tar.gz
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
mv xboxdrv-$VERSION $PRGNAM-$VERSION
cd $PRGNAM-$VERSION
# thanks arch maintainers
patch -p1 < "$CWD/fix-60-sec-delay.patch"
patch -p1 < "$CWD/scons-py3.patch"
patch -p1 < "$CWD/scons-v4.2.0.patch"
patch -p1 < "$CWD/xboxdrvctl-py3.patch"
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
Expand Down
8 changes: 4 additions & 4 deletions system/xboxdrv-linux/xboxdrv-linux.info
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PRGNAM="xboxdrv-linux"
VERSION="0.8.8"
HOMEPAGE="https://xboxdrv.gitlab.io/"
DOWNLOAD="https://xboxdrv.gitlab.io/xboxdrv-linux-0.8.8.tar.bz2"
MD5SUM="a62703eda7d59393538b2f22d5b0c791"
VERSION="0.8.11"
HOMEPAGE="https://github.com/xiota/xboxdrv"
DOWNLOAD="https://github.com/xiota/xboxdrv/archive/v0.8.11/xboxdrv-0.8.11.tar.gz"
MD5SUM="982458c2236be19d47f907ea50ad1fca"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
Expand Down
73 changes: 0 additions & 73 deletions system/xboxdrv-linux/xboxdrvctl-py3.patch

This file was deleted.