Search Criteria
Package Details: rare 1.10.11-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/rare.git (read-only, click to copy) |
---|---|
Package Base: | rare |
Description: | A GUI for legendary, an open source replacement for Epic Games Launcher |
Upstream URL: | https://github.com/RareDevs/Rare |
Keywords: | epic-games game-launcher games legendary |
Licenses: | GPL3 |
Submitter: | Dummerle |
Maintainer: | Dummerle |
Last Packager: | Dummerle |
Votes: | 10 |
Popularity: | 0.000012 |
First Submitted: | 2021-03-14 14:18 (UTC) |
Last Updated: | 2023-12-31 16:22 (UTC) |
Dependencies (16)
- legendaryAUR
- python-orjson (python-orjson-gitAUR)
- python-pyqt5 (python-pyqt5-sip4AUR, python-pyqt5-webkitAUR)
- python-qtawesome (python-qtawesome-gitAUR)
- python-requests
- python-typing_extensions
- qt5-svg (qt5-svg-gitAUR)
- git (git-gitAUR, git-glAUR) (make)
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-setuptools (make)
- python-wheel (make)
- protonAUR (proton-experimentalAUR, proton-ge-customAUR, proton-ge-custom-rtsp-binAUR, proton-cachyosAUR, proton-ge-custom-binAUR) (optional) – run Windows games
- python-pypresence (optional) – Discord RPC integration
- python-pywebview (optional) – embedded browser for logging in
- wine (wine-valveAUR, wine-stableAUR, wine-wow64-gitAUR, wine-staging-wow64-gitAUR, wine-ge-customAUR, wine-gitAUR, wine-staging-gitAUR, wine-tkg-staging-wow64-binAUR, wine-staging-wow64AUR, wine-wow64AUR, wine-cachyosAUR, wine-stable-nextAUR, wine-staging) (optional) – run Windows games
Latest Comments
« First ‹ Previous 1 2
Gelmo commented on 2022-01-03 00:43 (UTC)
Oops, needed to refresh. Sorry for the false flag
Dummerle commented on 2021-12-28 10:57 (UTC)
@jesseFrey Pypresence should be optional. Which error do you get?
jesseFrey commented on 2021-12-27 23:35 (UTC)
is python-pypresence optional? I got a runtime error before I installed it
Frogboy commented on 2021-10-02 04:10 (UTC)
Gets stuck at "downloading images - 80%" then crashes.
kekonn commented on 2021-08-17 16:08 (UTC)
I am getting an error when installing the 1.5.0 package:
==> Starting prepare()... cp: cannot stat '/var/tmp/pamac-build-kekkon/rare/src/Rare-1.5.0/rare/styles/Logo.png': No such file or directory ==> ERROR: A failure occurred in prepare(). Aborting...
peoro commented on 2021-03-16 13:53 (UTC)
Thanks again for the very quick fix!
rare still crashes due to the missing icon
mdi.view-grid-outline
.I looked a bit into that and noticed that the python-qtawesome package in arch's community repo is version 0.6.0 (while the latest upstream version is 1.0.2; the package has been flagged out of date for months, apparently).
python-qtawesome 0.6.0 was using mdi 3.8.95 which didn't include a
view-grid-outline
icon.Replacing
"mdi.view-grid-outline"
with"mdi.view-grid"
in Rare/utils/QtExtensions.py (lines 228 and 234) fixed the issue.I'm not sure what the best solution could be. But the quickest one is to run a
sed -i 's/mdi.view-grid-outline/mdi.view-grid/' $srcdir/Rare-$pkgver/Rare/utils/QtExtensions.py
in the pkgbuild'sprepare
function.peoro commented on 2021-03-16 04:26 (UTC) (edited on 2021-03-16 04:28 (UTC) by peoro)
Thanks for fixing the missing dependency. A couple more things:
rare
still crashes on my system:Exception: Invalid icon name "view-grid-outline" in font "mdi"
(raised by qtawesome, called at/usr/lib/python3.9/site-packages/Rare/utils/QtExtensions.py:209
)gendesk
should be listed as a dev dependency, since it's used to build the package.legendary
should be listed in theconflicts
andprovides
arrays, since this package embeds a fork of legendary.peoro commented on 2021-03-14 16:55 (UTC)
It doesn't run:
ModuleNotFoundError: No module named 'notifypy'
« First ‹ Previous 1 2