Search Criteria
Package Details: cartridges-git 2.10.1.r0.gce584a0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/cartridges-git.git (read-only, click to copy) |
---|---|
Package Base: | cartridges-git |
Description: | A GTK4 + Libadwaita game launcher |
Upstream URL: | https://github.com/kra-mo/cartridges |
Licenses: | GPL3 |
Conflicts: | cartridges |
Provides: | cartridges |
Submitter: | igor-dyatlov |
Maintainer: | FabioLolix |
Last Packager: | FabioLolix |
Votes: | 2 |
Popularity: | 0.000913 |
First Submitted: | 2023-02-06 17:48 (UTC) |
Last Updated: | 2024-10-17 20:52 (UTC) |
Dependencies (19)
- 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)
- git (git-gitAUR, git-glAUR) (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 2024-03-20 18:18 (UTC)
Anyone else have a build failure right now?
Happening both with makepkg and devtools, I'm wondering if this need libadwaita-git
FabioLolix commented on 2023-10-21 13:36 (UTC)
Now is beeter use
-D tiff_compression=jpeg
to avoid https://github.com/kra-mo/cartridges/issues/198FabioLolix commented on 2023-07-08 07:06 (UTC)
That is
python-pillow
Mr.Smith1974 commented on 2023-07-08 06:44 (UTC) (edited on 2023-07-08 06:45 (UTC) by Mr.Smith1974)
app not starting:
gardotd426 commented on 2023-05-30 08:08 (UTC)
FYI, anyone hoping to use this needs to enable webp in libtiff, which means you have to build libtiff yourself.
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.