diff options
author | James Le Cuirot <chewi@gentoo.org> | 2022-03-20 13:38:01 +0000 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2022-03-20 13:38:01 +0000 |
commit | 485a0beb9a2064452c5735d5d73994a2bef58005 (patch) | |
tree | 8b47d179ab586c45f6cd4f589a4b539f25fe4d88 /games-util | |
parent | games-engines/odamex: Drop old 0.9.5 (diff) | |
download | gentoo-485a0beb9a2064452c5735d5d73994a2bef58005.tar.gz gentoo-485a0beb9a2064452c5735d5d73994a2bef58005.tar.bz2 gentoo-485a0beb9a2064452c5735d5d73994a2bef58005.zip |
games-util/sc-controller: Bump to 20211211 snapshot for evdev fixes
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'games-util')
-rw-r--r-- | games-util/sc-controller/Manifest | 2 | ||||
-rw-r--r-- | games-util/sc-controller/sc-controller-0.4.8.6_p20211211.ebuild (renamed from games-util/sc-controller/sc-controller-0.4.8.6-r2.ebuild) | 5 |
2 files changed, 5 insertions, 2 deletions
diff --git a/games-util/sc-controller/Manifest b/games-util/sc-controller/Manifest index 985b0006483d..44645c2ec9c7 100644 --- a/games-util/sc-controller/Manifest +++ b/games-util/sc-controller/Manifest @@ -1 +1 @@ -DIST sc-controller-0.4.8.6.tar.gz 2524756 BLAKE2B b31454fde0705bd49cdf3d56aec43d230617877a1dd1f72bef84d772c28f153b2e6812fd50b096e32a2ea3be549cfd1ee5fb3f9cf138c1dbc73c004ec11984b7 SHA512 d6f8098bff0fce064e194815a6c9bbf6ee974e22af056df9a12ebc24de4f1a22decfcf5191565c81aed39e3aa73b742bdc26040945e2b87543b67202834b46ea +DIST sc-controller-0.4.8.6_p20211211.tar.gz 2527489 BLAKE2B e04e2a9d617b6cfb3b0709f37bbbbb7384ac0c516f1f30a23547f1132c562cafeb8972f23e9cc93967187c881fd78fe6e6d102451aa5afc4bf8fce619e86820b SHA512 9d1030ed2766b9a0984852eafc343e265768489f3d01833e6633019276c0559cb4265d72013c0bc2ecb57ac35c95791ee8e2285f8c45917695ea92826bca6dc3 diff --git a/games-util/sc-controller/sc-controller-0.4.8.6-r2.ebuild b/games-util/sc-controller/sc-controller-0.4.8.6_p20211211.ebuild index 04d45d6855e4..1c55ab50f3e0 100644 --- a/games-util/sc-controller/sc-controller-0.4.8.6-r2.ebuild +++ b/games-util/sc-controller/sc-controller-0.4.8.6_p20211211.ebuild @@ -8,9 +8,10 @@ DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 linux-info xdg +COMMIT="3ce2d23c873f6f5ecc80ef90f153c14f744368f9" DESCRIPTION="User-mode driver and GTK-based GUI for Steam Controllers and others" HOMEPAGE="https://github.com/Ryochan7/sc-controller/" -SRC_URI="https://github.com/Ryochan7/sc-controller/archive/v${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/Ryochan7/sc-controller/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2 BSD CC-BY-3.0 CC0-1.0 LGPL-2.1 MIT PSF-2 ZLIB" SLOT="0" @@ -30,6 +31,8 @@ RDEPEND=" distutils_enable_tests pytest +S="${WORKDIR}/${PN}-${COMMIT}" + pkg_setup() { local CONFIG_CHECK="~INPUT_UINPUT" |