Package Details: cambalache 0.96.3-1

Git Clone URL: https://aur.archlinux.org/cambalache.git (read-only, click to copy)
Package Base: cambalache
Description: A new RAD tool for Gtk 4 and 3
Upstream URL: https://gitlab.gnome.org/jpu/cambalache
Licenses: LGPL-2.1-only
Submitter: dusansimic
Maintainer: DodoGTA
Last Packager: DodoGTA
Votes: 11
Popularity: 0.000000
First Submitted: 2021-08-26 07:14 (UTC)
Last Updated: 2025-11-26 10:37 (UTC)

Pinned Comments

DodoGTA commented on 2026-02-05 16:47 (UTC)

This package should only be flagged as out-of-date only when there's a new stable release (as indicated by an even major or minor version number component)

Feel free to use the nvchecker file (or the pkgctl version check command) to confirm that's the case

Latest Comments

1 2 Next › Last »

DodoGTA commented on 2026-02-05 16:47 (UTC)

This package should only be flagged as out-of-date only when there's a new stable release (as indicated by an even major or minor version number component)

Feel free to use the nvchecker file (or the pkgctl version check command) to confirm that's the case

DodoGTA commented on 2025-07-23 17:13 (UTC)

@Keops The current newest release tag (0.97.4) is a development release (as indicated by the odd minor version number which is also reflected in the .nvchecker.toml file) and Arch doesn't really package development releases (or even Linux kernel RC tags)

The development release thing was also confirmed to me by the main developer in the Cambalache Matrix room

OxayotlTheGreat commented on 2025-06-03 19:24 (UTC)

Thank you for your work DodoGTA and I hope my comments helped :) .

DodoGTA commented on 2025-06-03 11:20 (UTC)

@OxayotlTheGreat I forgot I left that there (anyway that should be fixed now)

OxayotlTheGreat commented on 2025-06-03 08:28 (UTC)

Why is there exit 1 in the package function?

OxayotlTheGreat commented on 2025-06-01 15:42 (UTC)

Extra repos changed the way wlroots is packaged, I think Cambalance should now depend on wlroots0.18 or wlroots0.19 instead of wlroots (which doesn't exist anymore).

meyznu commented on 2024-10-29 21:02 (UTC)

Message: Python module gi >= 3.48.0 found: YES 3.48.2 None
Message: Python module GLib >= 2.80.0 found: YES 2.80.5 None
Message: Python module Gtk >= 3.24.0 found: YES 3.24.43 3.0
Message: Python module Gtk >= 4.16.0 found: NO 4.14.5 4.0
Message: Python module WebKit2 >= 2.44.0 found: YES 2.44.4 4.1
Message: Python module WebKit >= 2.44.0 found: YES 2.44.4 6.0
Message: Python module GtkSource  found: YES 5.12.1 5
Message: Python module Handy  found: YES  None
Message: Python module Adw  found: YES 1.5.4 None

Am I supposed to install GTK from git system-wide?

miffe commented on 2024-10-06 04:57 (UTC)

==> Starting prepare()...
Download casilda...
  -> Git program not found, cannot download casilda.wrap via git.
WARNING: Please check logs above as command failed in some subprojects which     could have been left in conflict state: casilda
==> ERROR: A failure occurred in prepare().
    Aborting...

Looks like it needs git in makedepends.

jakedane commented on 2024-10-05 17:16 (UTC)

It needs wayland-protocols in makedepends:

Run-time dependency casilda-0.1 found: NO (tried pkgconfig and cmake)
Looking for a fallback subproject for the dependency casilda-0.1

Executing subproject casilda

casilda| Project name: casilda
casilda| Project version: 0.2.0
casilda| C compiler for the host machine: cc (gcc 14.2.1 "cc (GCC) 14.2.1 20240910")
casilda| C linker for the host machine: cc ld.bfd 2.43.0
casilda| Run-time dependency epoxy found: YES 1.5.10
casilda| Dependency gtk4 found: YES 4.16.3 (cached)
casilda| Run-time dependency pixman-1 found: YES 0.43.4
casilda| Run-time dependency wayland-protocols found: NO (tried pkgconfig and cmake)
casilda| Looking for a fallback subproject for the dependency wayland-protocols

cambalache-0.92.0/subprojects/casilda/meson.build:19:25: ERROR: Neither a subproject directory nor a wayland-protocols.wrap file was found.

A full log can be found at /tmp/scratch/cambalache/src/build/meson-logs/meson-log.txt
==> ERROR: A failure occurred in build().
    Aborting...

miffe commented on 2024-05-12 17:41 (UTC)

Program /usr/bin/g-ir-scanner found: NO

cambalache-0.90.2/cambalache/private/meson.build:20:8: ERROR: Dependency 'gobject-introspection-1.0' tool variable 'g_ir_scanner' contains erroneous value: '/usr/bin/g-ir-scanner'

Needs gobject-introspection in makedepends.