gpo.zugaina.org

Search Portage & Overlays:

games-util/faugus-launcher-bin

Simple and lightweight app for running Windows games using UMU-Launcher

Screenshots

  • faugus-launcher-bin-1.19.5
    ~amd64
    python_single_target_python3_11 python_single_target_python3_12 python_single_target_python3_13 python_single_target_python3_14

    View      Download      Browse     License: MIT   
    Overlay: nbdy_overlay

ChangeLog

commit e19aa0c3166facfbb365284668ce54080e34b2f0
Author: drone <noreply@drone>
Date: Mon May 18 17:50:26 2026 +0000

games-util/faugus-launcher-bin: bump to 1.19.5

commit c345f5c856e92a9cce73d2403c451df8fefe5182
Author: drone <noreply@drone>
Date: Wed May 13 22:05:52 2026 +0000

games-util/faugus-launcher-bin: bump to 1.19.4

commit 8ef67939928bb136df11d37b30b3951585059e4c
Author: drone <noreply@drone>
Date: Sun May 10 16:45:52 2026 +0000

games-util/faugus-launcher-bin: bump to 1.19.3

commit 3687c547fb51f026daa36137d9348e96b2f0efb6
Author: N3oTraX <n3otrax@xenonet.cc>
Date: Sun May 10 13:44:44 2026 +0200

games-util/faugus-launcher-bin: add Python 3.14 to PYTHON_COMPAT

Users on python3.14 (current default on recent Gentoo) hit
ModuleNotFoundError: No module named 'faugus' because the package's
modules were only installed under python3.13's site-packages while
python-exec routed /usr/bin/python3 to 3.14.

Pure-Python package, no compat risk.

commit 53cbea20a852683d8127d1d4f7873c4d595cd030
Author: drone <noreply@drone>
Date: Fri May 8 21:15:52 2026 +0000

games-util/faugus-launcher-bin: bump to 1.19.2

commit c7bab9b5ac2920e676062590ec0358de7087c09c
Author: drone <noreply@drone>
Date: Fri May 8 15:15:55 2026 +0000

games-util/faugus-launcher-bin: bump to 1.19.1

commit 708b7678dfd183c2e71bd2f4ae7a6e8b90e77e87
Author: drone <noreply@drone>
Date: Sun May 3 19:15:52 2026 +0000

games-util/faugus-launcher-bin: bump to 1.18.12

commit 8d15b3b7f44b354dbc5c78930ed146d17a77a287
Author: drone <noreply@drone>
Date: Sun May 3 14:45:59 2026 +0000

games-util/faugus-launcher-bin: bump to 1.18.11

commit 01d3084ad4b9f0f822f577c9de3df23d45fe4986
Author: drone <noreply@drone>
Date: Thu Apr 30 23:45:48 2026 +0000

games-util/faugus-launcher-bin: bump to 1.18.10

commit 0c60c45ecc281a44dc5adc9e920a7ae895246a0c
Author: drone <noreply@drone>
Date: Wed Apr 29 22:45:48 2026 +0000

games-util/faugus-launcher-bin: bump to 1.18.9

commit fb8f5488625f6ed466fa37e7b8ab2155a667a660
Author: drone <noreply@drone>
Date: Tue Apr 28 23:15:49 2026 +0000

games-util/faugus-launcher-bin: bump to 1.18.8

commit 6f6e260670087ad2710713d8e6194dd88f166afa
Author: N3oTraX <n3otrax@xenonet.cc>
Date: Tue Apr 28 15:40:13 2026 +0200

games-util/faugus-launcher-bin: handle removed binary and new icon layout in 1.18.x

Upstream 1.18.7 dropped the faugus-proton-manager binary and moved app
icons from hicolor/256x256/apps/ to hicolor/scalable/apps/, breaking
src_install at the dobin and doins steps.

Make src_install resilient: install only binaries that exist, and pick
the icon directory upstream actually ships.

commit b90dba32f940cbc1fe725b0f89bd5544af24bec2
Author: drone <noreply@drone>
Date: Tue Apr 28 12:45:48 2026 +0000

games-util/faugus-launcher-bin: bump to 1.18.7

commit 2d1e7e65bb733c048a017b5572129f2966ebea3d
Author: N3oTraX <n3otrax@xenonet.cc>
Date: Sun Feb 8 00:04:30 2026 +0100

fix(ci): correct icoextract hash and faugus-launcher install paths

- Fix icoextract Manifest with correct BLAKE2B hash
- Rewrite faugus-launcher-bin src_install() to match actual .deb structure:
- Install binaries from usr/bin/ directly
- Install Python modules to site-packages
- Remove icoextract dependency (not used by this package)

commit d745f13ceba4f9d3b516acd717616a09d54adae0
Author: N3oTraX <n3otrax@xenonet.cc>
Date: Sat Feb 7 23:58:34 2026 +0100

games-util/faugus-launcher: convert to -bin package

The CI pipeline uses --nodeps for binary-only builds.
Source-based faugus-launcher requires meson and build-time deps.

Convert to faugus-launcher-bin using upstream .deb release:
- Downloads pre-built package from GitHub releases
- Extracts with dpkg (already in CI prerequisites)
- Maintains all runtime dependencies