Search Criteria
Package Details: cartridges 2.10.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/cartridges.git (read-only, click to copy) |
---|---|
Package Base: | cartridges |
Description: | A GTK4 + Libadwaita game launcher |
Upstream URL: | https://github.com/kra-mo/cartridges |
Licenses: | GPL3 |
Submitter: | igor-dyatlov |
Maintainer: | FabioLolix |
Last Packager: | FabioLolix |
Votes: | 5 |
Popularity: | 1.14 |
First Submitted: | 2023-02-06 17:47 (UTC) |
Last Updated: | 2024-10-17 20:52 (UTC) |
Dependencies (18)
- dconf
- gdk-pixbuf2 (gdk-pixbuf2-gitAUR)
- gobject-introspection-runtime (gobject-introspection-runtime-gitAUR)
- gtk4 (gtk4-customizableAUR, gtk4-paper-planeAUR, gtk4-gitAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libadwaita (libadwaita-testingAUR, libadwaita-gitAUR, libadwaita-without-adwaita-gitAUR)
- python (python37AUR, python311AUR, python310AUR)
- python-gobject (python-gobject-gitAUR)
- python-pillow (python-pillow-gitAUR)
- python-requests
- python-urllib3
- python-yaml (python-yaml-gitAUR)
- blueprint-compiler (blueprint-compiler-gitAUR) (make)
- meson (meson-gitAUR) (make)
- appstream-glib (appstream-glib-gitAUR) (check)
- bottlesAUR (bottles-gitAUR) (optional) – Easily manage wine and proton prefix
- heroic-games-launcherAUR (heroic-games-launcher-gitAUR, heroic-games-launcher-binAUR, heroic-games-launcher-electronAUR) (optional) – Native GOG and Epic Games launcher for Linux
- steam (optional) – Valve's digital software delivery system
Latest Comments
FabioLolix commented on 2023-10-21 13:37 (UTC)
The new flag
-D tiff_compression=jpeg
avoid issue #198FabioLolix commented on 2023-10-13 15:11 (UTC) (edited on 2023-10-13 15:12 (UTC) by FabioLolix)
Testers welcome https://github.com/kra-mo/cartridges/issues/198#issuecomment-1761680642
Mr.Smith1974 commented on 2023-10-06 06:49 (UTC) (edited on 2023-10-06 06:59 (UTC) by Mr.Smith1974)
https://github.com/kra-mo/cartridges/issues/198
zbik commented on 2023-06-13 15:29 (UTC)
like gardot said below libtiff needs to have webp configured or else the app crashes when importing and xdg-utils is needed as a dependency or else the app is useless without it because it relies on xdg-open.
gardotd426 commented on 2023-05-30 08:08 (UTC) (edited on 2023-05-30 08:08 (UTC) by gardotd426)
FYI, anyone hoping to use this needs to enable webp in libtiff, which means you have to build libtiff yourself. Also
libtiff
needs to be added as a dependency.Then edit the PKGBUILD and add
--enable-webp
to the configure section in thebuild=()
segment, andmakepkg -si
. Otherwise it will freeze upon attempting to import anything.yochananmarqos commented on 2023-02-13 17:07 (UTC)
Missing dependency on
python-gobject
.