Upstream still expects you to use setup.py. Ebuild is updated to be
PEP517 compatible. All non-python files are patched out of setup.py and
manually installed during src_install() instead.
Signed-off-by: Erica Nebula <EricaNebula@Proton.me>
* Moved ebuild to the maintained fork https://github.com/dlundqvist/xone
* Builds with kernel 6.15
* Added firmware for Xbox Wireless Adapter 045e:02e6
Signed-off-by: Sebastian Engel <sighunter@gmx.de>
* Previously, this installed the .po files with a .mo extension.
* Move source manipulation and compilation commands to the correct
ebuild phases.
Fixes: 321b61ec8a
Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
I worked on this for way too long, so while I'm not interested in taking
over maintainership, I might as well leave a masked package in a better
state.
Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
Adds support for py3.13, bumps webkit-gtk dependency
as webkit-gtk:4 was dropped in ::gentoo.
Signed-off-by: Vivian Heisz (vhz) <demize@unstable.systems>
Partially reverts commit 6ed00e30cd.
This clearly, clearly, clearly wasn't tested. Its dependency is broken
because *its* dependencies in turn aren't built or buildable for py3.13
so how could the author of that commit have been able to run the package
for that version?
Fixes: 6ed00e30cd
Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
Currently, the -Wl,--undefined-version linker flag gets added
no matter what linker is used. Make it so it's only appended when
lld is used, considering that's the only linker which has the symbol
issue.
Signed-off-by: Kostadin Shishmanov <kostadinshishmanov@protonmail.com>
* Change versioning so it matches the .deb package.
And to be in ebuild format standards.
Signed-off-by: Stefan Cristian B. <stefan.cristian+git@rogentos.ro>
* The Overwolf license is already defined in licenses.
Corrected the removal of Overwolf license.
Signed-off-by: Stefan Cristian B. <stefan.cristian+git@rogentos.ro>
* The app does not auto-update itself.
As ztrawhcse mentioned on #gentoo-guru,
the ebuild only needs regular bump,
since its source is not changing versions.
We needed to adjust the SRC_URI to rename
the source via arrow rename, and bump
whenever upstream uploads new version.
Checksum manifest will be generated whenever
we bump a version, so it will not conflict
with old Manifest.
* Corrected licenses
* Corrected dependencies
* Corrected sed syntax
* Corrected hardcoded values
* Added arrow rename SRC_URI
Signed-off-by: Stefan Cristian B. <stefan.cristian+git@rogentos.ro>
Python 3.10 target is scheduled for removal in Gentoo:
https://public-inbox.gentoo.org/gentoo-dev/e6ca9f1f4ababb79ab2a3d005c39b483c3ecef6e.camel@gentoo.org/
Sphinx 8.2.0 already dropped support for CPython 3.10 and PyPy 3.10,
leading to multiple CI failures in ::guru.
We can safely remove this target, because GURU is "experimental" and
does not have stable keywords.
Let's not remove "pypy3" right now because
a) There are not many packages using it.
b) So we can see which packages supported PyPy 3.10, and test them with
PyPy 3.11.
Closes: https://github.com/gentoo/guru/pull/291
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>