Attempt to fix logitech wheel packages again

This commit is contained in:
Sravan Balaji
2024-05-18 15:20:59 -04:00
parent 723c6ed274
commit 981569f165
3 changed files with 10 additions and 6 deletions

View File

@ -7,7 +7,7 @@ inherit linux-mod linux-info
DESCRIPTION="Experimental Logitech force feedback module"
HOMEPAGE="https://github.com/berarma/new-lg4ff"
SRC_URI="https://github.com/berarma/new-lg4ff/archive/${PV}.tar.gz -> ${P}.tar.gz"
SRC_URI="https://github.com/berarma/new-lg4ff/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"

View File

@ -0,0 +1 @@
DIST oversteer-0.8.2.tar.gz 102553 BLAKE2B e8762e8dc7bcf5ffcc577c11632a5bdfac74be013eb7e8694dc2571a6654f73b9550ebed61762ef3823e3a23f9dfd45a93fe498747848963a4c2a3522604ea45 SHA512 ca510c8ff0f989d0f551522bbc926a200cce9a6996ba593d462a589ad87213d825f396747562a1027117ed09992569c2fe78a658617596fa7de4ea1bc62ef49d

View File

@ -7,23 +7,26 @@ PYTHON_COMPAT=( python3_{10..12} )
DESCRIPTION="Graphical application to configure Logitech Wheels"
HOMEPAGE="https://github.com/berarma/oversteer"
EGIT_REPO_URI="https://github.com/berarma/oversteer.git"
SRC_URI="https://github.com/berarma/oversteer/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
S="${WORKDIR}"
BDEPEND="dev-build/meson"
RDEPEND="dev-python/pygobject
dev-python/pyudev
dev-python/libevdev
dev-python/evdev
dev-python/pyxdg
dev-python/scipy
dev-python/pycairo
dev-python/matplotlib
sys-devel/gettext
dev-libs/appstream-glib
dev-util/desktop-file-utils
x11-libs/gtk+"
x11-libs/gtk+
"
src_prepare() {
eapply_user