Search Criteria
Package Details: minigalaxy 1.1.0-4
Package Actions
Git Clone URL: | https://aur.archlinux.org/minigalaxy.git (read-only, click to copy) |
---|---|
Package Base: | minigalaxy |
Description: | A simple GOG client for Linux |
Upstream URL: | https://sharkwouter.github.io/minigalaxy |
Keywords: | client galaxy games gaming GOG |
Licenses: | GPL3, cc-by-3.0 |
Submitter: | sharkwouter |
Maintainer: | yochananmarqos |
Last Packager: | yochananmarqos |
Votes: | 25 |
Popularity: | 1.40 |
First Submitted: | 2019-12-25 12:18 (UTC) |
Last Updated: | 2022-04-15 15:16 (UTC) |
Dependencies (14)
- gtk3 (gtk3-git, gtk3-typeahead, gtk3-patched-filechooser-icon-view, gtk3-no_deadkeys_underline, gtk3-classic, gtk3-classic-noatk-64, gtk3-ubuntu)
- python-gobject (python-gobject-git)
- python-requests
- unzip (unzip-natspec)
- webkit2gtk (webkit2gtk-wpe-bin, webkit2gtk-imgpaste)
- xdg-utils (mimi-git, busking-git, xdg-utils-git, linopen, xdg-utils-handlr, xdg-utils-slock, mimi-bachoseven-git, xdg-utils-symlink-fix, mimejs-git, xdg-utils-mimeo, xdg-utils-lxqt, opener)
- python-build (make)
- python-installer (python-installer-git) (make)
- python-setuptools (make)
- python-wheel (make)
- dosbox (dosbox-daum, dosbox-ex-svn, dosbox-svn, dosbox-sdl2, dosbox-staging, dosbox-openglide-svn, dosbox-staging-git, dosbox-debug, dosbox-ece) (optional) – Use the system DOSBox installation
- innoextract (innoextract-git) (optional) – Extract Windows installers
- scummvm (scummvm-git) (optional) – Use the system ScummVM installation
- wine (wine-valve-git, wine-stable-next, wine-stable, wine-git, wine-staging-git, wine-wl-git, wine-valve, wine-ge-custom, wine-winscard, wine-staging) (optional) – Install Windows games
Latest Comments
szhmidty commented on 2021-12-02 04:19 (UTC)
I think unzip needs to be added to the package dependencies, Minigalaxy requires it for installation.
z0id commented on 2021-11-09 18:46 (UTC) (edited on 2021-11-09 18:55 (UTC) by z0id)
EDIT: Looks like an open bug, see this issue. Workaround is to manually set LANG:
LANG=en_US.UTF-8 minigalaxy
I get an error on startup. Is there some missing dependancy in the PKGBUILD?
sharkwouter commented on 2021-11-08 21:37 (UTC)
Since I no longer use Arch, I'll have to ask the community to continue my work on this. I'll disown the package, please be kind to it.
jdarnold commented on 2020-10-09 13:35 (UTC)
I must be missing a python package, I would guess. Or a version of something?
yochananmarqos commented on 2020-10-08 21:16 (UTC)
@jdarnold: It builds fine for me.
jdarnold commented on 2020-10-08 21:10 (UTC) (edited on 2020-10-08 21:16 (UTC) by jdarnold)
I'm not able to install this:
yochananmarqos commented on 2020-03-10 22:20 (UTC)
@sharkwouter: Okay, I'm dumb. I updated to 0.9.3 with my own PKGBUILD before you pushed your commit and didn't notice you added the
rm -rf tests
. It's in the wrong place, FYI. It should be in aprepare()
function.sharkwouter commented on 2020-03-10 22:02 (UTC)
@yochananmarqos I am not able to reproduce this:
It is in the source package, but not in the Arch package which is build. Could you try rebuilding in a clean directory?
yochananmarqos commented on 2020-03-10 20:08 (UTC)
@sharkwouter: What deletes what, now? It does indeed install it:
sharkwouter commented on 2020-03-10 19:40 (UTC)
@yochananmarqos it does not actually include the tests directory when running makepkg. It deletes it first.
yochananmarqos commented on 2020-03-10 18:47 (UTC)
This should not be installing the tests directory in site-packages, see Python package guidelines.
I added the following to the
package()
function for now:Gabriel_Gomes commented on 2020-02-08 16:00 (UTC)
works perfectly