Commit Graph

286 Commits

Author SHA1 Message Date
Vincent Ahluwalia
bc67202f62 games-util/curseforge: new package, add 1.269.2.22204
Signed-off-by: Vincent Ahluwalia <vincentahluwalia@protonmail.com>
2025-01-27 00:09:22 +01:00
Norbert Norbiros
5b223c3e00 games-util/modrinth-app-bin: add missing RDEPEND
Bug: https://bugs.gentoo.org/948497
Signed-off-by: Norbert Norbiros <norbiros@protonmail.com>
2025-01-21 12:35:03 +01:00
Norbert Norbiros
cef9532fdf games-util/modrinth-app-bin: update LICENSE
Signed-off-by: Norbert Norbiros <norbiros@protonmail.com>
2025-01-20 16:21:40 +01:00
Norbert Norbiros
f69d573166 games-util/modrinth-app-bin: new package, add 0.9.2
Signed-off-by: Norbert Norbiros <norbiros@protonmail.com>
2025-01-20 15:57:40 +01:00
Tobias Jakobi
4c0037b0db games-util/ProtonUp-Qt: fix dependencies of v2.11.1
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>
2025-01-18 20:20:12 +09:00
Takuya Wakazono
5c98216724 games-util/ProtonUp-Qt: drop 2.9.2
Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
2025-01-14 20:47:15 +09:00
Takuya Wakazono
164df40767 games-util/ProtonUp-Qt: add 2.11.1
Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
2025-01-14 20:47:15 +09:00
Tobias Jakobi
99ca981013 games-util/ProtonUp-Qt: fix pyside6 deps on Git/9999
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>
2025-01-13 11:08:36 +01:00
Tobias Jakobi
452eb5e8e0 games-util/ProtonUp-Qt: fix pyside6 deps on v2.9.2
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>
2025-01-13 11:08:36 +01:00
David Roman
ec008736a4 games-util/NotEnoughProduction: update EAPI 7 -> 8
Signed-off-by: David Roman <davidroman96@gmail.com>
2025-01-07 13:42:22 +01:00
Adel KARA SLIMANE
8ce2ebdb27 games-util/mangohud: improve dependencies
Closes: https://bugs.gentoo.org/946925
Closes: https://bugs.gentoo.org/947002

Signed-off-by: Adel KARA SLIMANE <adel.ks@zegrapher.com>
2024-12-28 02:59:45 +01:00
Adel KARA SLIMANE
d842ad9583 Revert "games-util/mangohud: disable lto"
The issue is that MangoHud doesn't build with libc++
unrelated with LTO for now.

This reverts commit 46368c0982.

Signed-off-by: Adel KARA SLIMANE <adel.ks@zegrapher.com>
2024-12-28 02:59:42 +01:00
123485k
0b4fcbfa8c games-util/mangohud: fix deps problem
Signed-off-by: 123485k <1758961307@qq.com>
2024-12-27 00:48:27 +08:00
Gonçalo Negrier Duarte
46368c0982 games-util/mangohud: disable lto
Bug: https://bugs.gentoo.org/942290
Signed-off-by: Gonçalo Negrier Duarte <gonegrier.duarte@gmail.com>
2024-12-25 20:53:15 +00:00
Adel KARA SLIMANE
6cb337f836 games-util/mangohud: improve deps
Closes https://bugs.gentoo.org/946272

Signed-off-by: Adel KARA SLIMANE <adel.ks@zegrapher.com>
2024-12-11 19:27:50 +01:00
Paul Zander
f091694606 move {sys-libs/llvm-,llvm-runtimes/}libunwind
Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com>
2024-12-11 16:59:52 +01:00
Adel KARA SLIMANE
fcdb440954 games-util/mangohud: minor maintenance
Closes https://bugs.gentoo.org/946001

Signed-off-by: Adel KARA SLIMANE <adel.ks@zegrapher.com>
2024-12-10 01:00:56 +01:00
Sebastian Engel
fc1f0be76a games-util/xone: Add a patch to fix building with kernels 6.12 and newer
Signed-off-by: Sebastian Engel <sighunter@gmx.de>
2024-11-20 11:25:16 +01:00
Alexander Weber
4e3aa69b44 games-util/pegasus: add missing dependency
Signed-off-by: Alexander Weber <web.alexander@web.de>
2024-11-18 13:38:38 +01:00
Anna (cybertailor) Vyalkova
a7ed835854 games-util/chiaki: fix DependencyMoved
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
2024-11-14 08:42:42 +05:00
Sebastian Engel
8db3593dc3 games-util/xone: update LICENSE
Signed-off-by: Sebastian Engel <sighunter@gmx.de>
2024-11-07 16:06:55 +01:00
Sebastian Engel
15bbd05490 games-util/xone: new package, add 0.3_p20240425
Signed-off-by: Sebastian Engel <sighunter@gmx.de>
2024-11-07 14:22:06 +01:00
Edgar Luque
71e3817162 games-util/xivlauncher: add 1.1.1, drop 1.1.0-r1
Signed-off-by: Edgar Luque <edgar@edgarluque.com>
2024-11-01 20:30:45 +01:00
Gonçalo Negrier Duarte
e154a76f2f games-util/r2modman-bin: add 3.1.51, drop 3.1.49-r1
Signed-off-by: Gonçalo Negrier Duarte <gonegrier.duarte@gmail.com>
2024-10-28 17:18:31 +00:00
tea
21d21d68cd */*: change my name and email address
Signed-off-by: tea <tea+gentoo@cuddleslut.fr>
2024-10-14 21:46:40 +02:00
Adel KARA SLIMANE
ab4664a7c3 games-util/libtess2: add myself as a maintainer
Signed-off-by: Adel KARA SLIMANE <adel.ks@zegrapher.com>
2024-09-25 22:50:30 +02:00
Adel KARA SLIMANE
bbfec5a8d6 games-util/libtess2: improve ebuild, go back to original repo
Signed-off-by: Adel KARA SLIMANE <adel.ks@zegrapher.com>
2024-09-25 22:37:18 +02:00
Takuya Wakazono
56f2aa0266 games-util/gamehub: fix RDEPEND
Closes: https://bugs.gentoo.org/932525
Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
2024-09-23 17:17:40 +09:00
Takuya Wakazono
5ef9ba8096 games-util/gamehub: drop 0.16.0.1
Closes: https://bugs.gentoo.org/816687 (obsolete)
Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
2024-09-23 17:17:40 +09:00
Takuya Wakazono
ffa7459c01 games-util/mangohud: add workaround for lld
It can now be built with stage3-llvm-openrc, at least.

Bug: https://bugs.gentoo.org/924681
Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
2024-09-18 21:06:14 +09:00
Takuya Wakazono
a588fb41ea games-util/r2modman-bin: add missing rdeps
Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
2024-09-06 23:37:53 +09:00
Gonçalo Negrier Duarte
216fb3bfdd games-util/r2modman-bin: add 3.1.49, drop 3.1.48
Closes: https://bugs.gentoo.org/937367
Signed-off-by: Gonçalo Negrier Duarte <gonegrier.duarte@gmail.com>
2024-09-05 20:20:58 +01:00
tea
43a6107b06 Revert "*/*: change my name and email address"
there is an ongoing controversy regarding the email domain in ::gentoo.
until that is resolved i'm using the old address. changing it back here
too to match the bugzilla address.

This reverts commit 4c118b8f6f.

Signed-off-by: tea <gentoo@tastytea.de>
2024-08-14 10:45:14 +02:00
tea
4c118b8f6f */*: change my name and email address
Signed-off-by: tea <tea+gentoo@cuddleslut.fr>
2024-08-13 15:51:55 +02:00
Jens Mühlenhoff
6ed00e30cd games-util/legendary: enable py3.12 and py3.13, disable py3.10
Signed-off-by: Jens Mühlenhoff <j.muehlenhoff@gmx.de>
2024-08-02 12:41:24 +02:00
Edgar Luque
dd99540964 games-util/xivlauncher: Bump 1.1.0 to 1.1.0-r1
Signed-off-by: Edgar Luque <edgar@edgarluque.com>
2024-07-07 08:57:37 +02:00
Edgar Luque
dfffdd4de7 games-util/xivlauncher: Add QA_FLAGS_IGNORED and missing rdepend on glib
Signed-off-by: Edgar Luque <edgar@edgarluque.com>
2024-07-07 08:55:01 +02:00
Edgar Luque
50264d84ed games-util/xivlauncher: add 1.1.0, drop 1.0.8
Signed-off-by: Edgar Luque <edgar@edgarluque.com>
2024-07-07 08:45:11 +02:00
Viorel Munteanu
254fc97a21 games-util/legendary: disable py3.12
Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
2024-06-23 15:57:33 +03:00
tastytea
8f3a20be0e games-util/legendary: enable py3.12
Signed-off-by: tastytea <gentoo@tastytea.de>
2024-06-23 14:04:40 +02:00
tea
85966ba635 games-util/itch-bin: fix dependencies, sort dependencies
no revbump because the added deps were pulled in by other deps anyway

Closes: https://bugs.gentoo.org/934206
Signed-off-by: tea <gentoo@tastytea.de>
2024-06-15 17:12:15 +02:00
Vitaly Zdanevich
65f008c40f */*: Add copyright for a few ebuilds
Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly@ya.ru>
2024-06-13 23:32:12 +04:00
tea
3ff6f514bb games-util/itch-bin: add 26.1.9
Signed-off-by: tea <gentoo@tastytea.de>
2024-06-12 18:42:49 +02:00
Gonçalo Negrier Duarte
5331bf76cb games-util/mangohud: add 0.7.2 ,drop 0.7.1-r6
* possible to compile with older spdlog but
  it requires revision bump after spdlog bump,
  preventing future break 9999

Closes: https://bugs.gentoo.org/931794
Signed-off-by: Gonçalo Negrier Duarte <gonegrier.duarte@gmail.com>
2024-06-03 11:41:43 +01:00
Gonçalo Negrier Duarte
cf19ee3f77 games-util/mangohud: add 0.7.1-r6, drop 0.7.1-r5
* add missing mangoplot useflag (thanks nillerusr)

Closes: https://github.com/gentoo/guru/pull/195
Signed-off-by: Gonçalo Negrier Duarte <gonegrier.duarte@gmail.com>
2024-06-02 23:11:07 +01:00
Carlos Eduardo
fe521ca196 games-util/sdl2-gamepad-mapper: explicit dev-qt/qtbase
Don't rely on it being a transitive dependency.

Closes: https://bugs.gentoo.org/932537
Signed-off-by: Carlos Eduardo <carana2099@gmail.com>
2024-05-30 07:20:40 -03:00
Gonçalo Negrier Duarte
0d344d4a95 games-util/mangohud: add missing dev-libs/libfmt
Closes https://bugs.gentoo.org/932526
Signed-off-by: Gonçalo Negrier Duarte <gonegrier.duarte@gmail.com>
2024-05-23 10:36:23 +01:00
Julien Roy
7e3d569b85 games-util/chiaki: enable py3.12
Closes: https://bugs.gentoo.org/833313
Closes: https://bugs.gentoo.org/931452
Signed-off-by: Julien Roy <julien@jroy.ca>
2024-05-14 20:44:43 -04:00
Lucio Sauer
d6ae7d0c07 games-*/*: fix variable order
I manually went through some entries for `pkgcheck scan -c
VariableOrderCheck`.

Misc updates:
UnusedEclassesCheck
RESTRICT+=" .." -> RESTRICT=".."

Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
Signed-off-by: Julien Roy <julien@jroy.ca>
2024-05-13 18:18:20 -04:00
Carlos Eduardo
6e6e8605de games-util/sdl2-gamepad-mapper: add 0.0.8, drop 0.0.7-r1
Qt dependency bumped to 6.

Signed-off-by: Carlos Eduardo <carana2099@gmail.com>
2024-05-12 10:35:52 -03:00