Bug 284721 - [NEW PORT] games/minigalaxy: Simple GOG client for Linux
Summary: [NEW PORT] games/minigalaxy: Simple GOG client for Linux
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Lars Engels
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-02-10 20:13 UTC by Alexander Vereeken
Modified: 2025-09-22 12:37 UTC (History)
2 users (show)

See Also:


Attachments
0001-games-minigalaxy-New-port-Simple-GOG-client-for-Linu.patch (11.13 KB, patch)
2025-02-10 20:14 UTC, Alexander Vereeken
no flags Details | Diff
0001-NEW-PORT-games-minigalaxy-Simple-GOG-client-for-Linu.patch (11.86 KB, patch)
2025-03-07 23:49 UTC, Alexander Vereeken
no flags Details | Diff
0001-NEW-PORT-games-minigalaxy-Simple-GOG-client-for-Linu.patch (11.86 KB, patch)
2025-07-10 17:16 UTC, Alexander Vereeken
no flags Details | Diff
0001-NEW-PORT-games-minigalaxy-Simple-GOG-client-for-Linu.patch (12.94 KB, patch)
2025-07-10 17:18 UTC, Alexander Vereeken
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Vereeken freebsd_triage 2025-02-10 20:13:40 UTC
Hello, here is an new port.

A simple GOG client for Linux that lets you download and play your GOG games.

WWW: https://github.com/sharkwouter/minigalaxy

Hint: I did not add linux libs or wine as a run-dep to prevent personal enforcement.

People can just setup their linux env or installing Wine as how they want this way.

Thank you in advance!

Poudriere 14.2-Release: OK!
Comment 1 Alexander Vereeken freebsd_triage 2025-02-10 20:14:12 UTC
Created attachment 257392 [details]
0001-games-minigalaxy-New-port-Simple-GOG-client-for-Linu.patch
Comment 2 Alexander Vereeken freebsd_triage 2025-03-07 23:49:07 UTC
Created attachment 258413 [details]
0001-NEW-PORT-games-minigalaxy-Simple-GOG-client-for-Linu.patch

Update to 1.3.2
Comment 3 Alexander Vereeken freebsd_triage 2025-07-10 17:16:57 UTC
Created attachment 262027 [details]
0001-NEW-PORT-games-minigalaxy-Simple-GOG-client-for-Linu.patch

Update to 1.4.0
Comment 4 Alexander Vereeken freebsd_triage 2025-07-10 17:18:20 UTC
Created attachment 262028 [details]
0001-NEW-PORT-games-minigalaxy-Simple-GOG-client-for-Linu.patch

Update to 1.4.0
Comment 5 commit-hook freebsd_committer freebsd_triage 2025-09-22 12:36:17 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8475f6775c9d004afb268f7c9c213a10e62adaea

commit 8475f6775c9d004afb268f7c9c213a10e62adaea
Author:     Alexander Vereeken <Alexander88207@protonmail.com>
AuthorDate: 2025-09-22 12:25:56 +0000
Commit:     Lars Engels <lme@FreeBSD.org>
CommitDate: 2025-09-22 12:35:14 +0000

    games/minigalaxy: Add new port

    A simple GOG client for Linux that lets you download and play your GOG games.

    The most important features of Minigalaxy:

    - Log in with your GOG account
    - Download the Linux games you own on GOG
    - Launch them!

    In addition to that, Minigalaxy also allows you to:

    - Update your games
    - Install and update DLC
    - Select which language you'd prefer to download your games in
    - Change where games are installed
    - Search your GOG Linux library
    - Show all games or just the ones you've installed
    - View the error message if a game fails to launch
    - Enable displaying the FPS in games
    - Use the system's ScummVM or DOSBox installation
    - Install Windows games using Wine

    WWW: https://sharkwouter.github.io/minigalaxy
    PR:             284721

 games/Makefile                     |   1 +
 games/minigalaxy/Makefile (new)    |  25 ++++++
 games/minigalaxy/distinfo (new)    |   3 +
 games/minigalaxy/pkg-descr (new)   |  20 +++++
 games/minigalaxy/pkg-message (new) |  13 +++
 games/minigalaxy/pkg-plist (new)   | 157 +++++++++++++++++++++++++++++++++++++
 6 files changed, 219 insertions(+)
Comment 6 Lars Engels freebsd_committer freebsd_triage 2025-09-22 12:37:36 UTC
Port added with minor changes (pkg-plist), Makefile ordering.

Thank you!