Package Details: cartridges-git 2.0.6.r0.gc347d9b-1

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: tallero
Last Packager: tallero
Votes: 2
Popularity: 0.048382
First Submitted: 2023-02-06 17:48 (UTC)
Last Updated: 2023-07-24 00:00 (UTC)

Dependencies (11)

Required by (0)

Sources (1)

Latest Comments

FabioLolix commented on 2024-03-20 18:18 (UTC)

Anyone else have a build failure right now?

ninja: Entering directory `/home/fabio/Dev/Github/PKGBUILD-AUR_fix/c/cartridges-git/src/build'
[31/32] Generating data/blueprints with a custom command
FAILED: data 
/usr/bin/blueprint-compiler batch-compile data/. ../cartridges/data ../cartridges/data/gtk/help-overlay.blp ../cartridges/data/gtk/window.blp ../cartridges/data/gtk/game.blp ../cartridges/data/gtk/preferences.blp ../cartridges/data/gtk/details-dialog.blp
error: Namespace Adw does not contain a type called PreferencesDialog
at ../cartridges/data/gtk/preferences.blp line 4 column 39:
   4 |template $CartridgesPreferences : Adw.PreferencesDialog {
     |                                      ^
hint: Did you check your spelling?
hint: Are your dependencies up to date?

ninja: build stopped: subcommand failed.
==> ERROR: A failure occurred in build()

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/198

FabioLolix commented on 2023-07-08 07:06 (UTC)

ModuleNotFoundError: No module named 'PIL'

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:

$ cartridges 
libEGL warning: DRI2: failed to authenticate
Traceback (most recent call last):
  File "/usr/bin/cartridges", line 58, in <module>
    from src import main
  File "/usr/share/cartridges/src/main.py", line 33, in <module>
    from src.details_window import DetailsWindow
  File "/usr/share/cartridges/src/details_window.py", line 24, in <module>
    from PIL import Image
ModuleNotFoundError: No module named 'PIL'

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.

asp checkout libtiff
cd libtiff/repos/extra-x86_64/
gpg --import keys/pgp/*

Then edit the PKGBUILD and add --enable-webp to the configure section in the build=() segment, and makepkg -si. Otherwise it will freeze upon attempting to import anything.