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>
Signed-off-by: Vincent Ahluwalia <vincentahluwalia@protonmail.com>
Added required USE for mangoapp. Removed mangoapp_layer from meson_options because it got removed in 0.8.0.
Signed-off-by: Vincent Ahluwalia <vincentahluwalia@protonmail.com>
Was abandoned a while ago. Updated the ebuild and gave a warning because upstream only releases updates on master.
Use the version information from the project's requirement.txt
This in particular means using an up-to-date version of both
the steam and the vdf library.
Without these latest libs the application is not able to
access any of the .vdf files of current stable Steam clients
any more.
While at it, at the missing gh part of the download suffix and
break the overly long line.
Signed-off-by: Tobias Jakobi <tjakobi@math.uni-bielefeld.de>
Closes: https://github.com/gentoo/guru/pull/280
Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
Launching ProtonUp-Qt with the currently available pyside6 version
(which is 6.8.1 at the time of writing) fails due to missing
Python module imports.
Analysis of the ProtonUp-Qt sourcecode (Git tip from 2025-01-12)
shows that the following imports are required:
- PySide6.QtCore
- PySide6.QtDBus
- PySide6.QtGui
- PySide6.QtUiTools
- PySide6.QtWidgets
QtCore is always available in pysid6. Translating them to useflags
they become:
- dbus
- gui
- uitools
- widgets
Fix the pyside6 dependency accordingly.
Signed-off-by: Tobias Jakobi <tjakobi@math.uni-bielefeld.de>
Closes: https://github.com/gentoo/guru/pull/277
Signed-off-by: David Roman <davidroman96@gmail.com>
Launching ProtonUp-Qt with the currently available pyside6 version
(which is 6.8.1 at the time of writing) fails due to missing
Python module imports.
Analysis of the ProtonUp-Qt sourcecode shows that the following
imports are required:
- Pyside6.QtCore
- PySide6.QtGui
- PySide6.QtUiTools
- PySide6.QtWidgets
QtCore is always available in pysid6. Translating them to useflags
they become:
- gui
- uitools
- widgets
Fix the pyside6 dependency accordingly.
Signed-off-by: Tobias Jakobi <tjakobi@math.uni-bielefeld.de>
Signed-off-by: David Roman <davidroman96@gmail.com>
The issue is that MangoHud doesn't build with libc++
unrelated with LTO for now.
This reverts commit 46368c09827e0b556293650c447fdb9cc808ee57.
Signed-off-by: Adel KARA SLIMANE <adel.ks@zegrapher.com>