Package Details: cagebreak 2.4.0-1

Git Clone URL: https://aur.archlinux.org/cagebreak.git (read-only, click to copy)
Package Base: cagebreak
Description: Tiling wayland compositor based on cage inspired by ratpoison
Upstream URL: https://github.com/project-repo/cagebreak
Licenses: MIT
Conflicts: cagebreak-bin
Submitter: project-repo
Maintainer: project-repo
Last Packager: project-repo
Votes: 1
Popularity: 0.000232
First Submitted: 2020-06-01 13:33 (UTC)
Last Updated: 2024-10-07 17:09 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

FixedWing commented on 2023-04-12 03:53 (UTC)

I'm not able to build 2.1.0. How can I fix this?

==================================== 1/2 ===================================== test: cagebreak:basic / Environment Variables start time: 03:35:55 duration: 0.42s result: exit status 1 command: MALLOC_PERTURB_=34 MESONCURRENTCONFIGDIR=/tmp/makepkg/cagebreak/src/cagebreak /bin/bash /tmp/makepkg/cagebreak/src/cagebreak/test/environment-variables ----------------------------------- stdout ----------------------------------- Cagebreak 2.1.0 is running on Wayland display wayland-1 Cagebreak 2.1.0 is running on Wayland display wayland-1 Cagebreak 2.1.0 is running on Wayland display wayland-1 ----------------------------------- stderr ----------------------------------- cat: /tmp/makepkg/cagebreak/src/cagebreak/_build-envvars/socket: No such file or directory ==============================================================================

FixedWing commented on 2023-01-11 04:33 (UTC)

Nice work. Thank you!

project-repo commented on 2023-01-09 15:51 (UTC)

Cagebreak is now updated to 2.0.0 and everything should work nicely with wlroots 0.16.1.

BTW: We're sorry about the formatting of the PKGBUILD we pasted earlier. It looked much cleaner in the editor.

cheers project-repo

project-repo commented on 2023-01-06 15:18 (UTC)

Hi FixedWing,

we are on it. Cagebreak has already been updated to wlroots 0.16.1 but only on the development branch. Not all the QA has been completed. If you want to check out an interim version you can use the PKGBUILD below.

cheers project-repo

Maintainer: project-repo archlinux-aur@project-repo.co

pkgname=cagebreak pkgver=2.0.0 pkgrel=1 pkgdesc='Tiling wayland compositor based on cage inspired by ratpoison' arch=('x86_64') url='https://github.com/project-repo/cagebreak' license=('MIT') depends=('wayland' 'libxkbcommon' 'wlroots<0.17.0' 'pango') makedepends=('meson' 'ninja' 'scdoc' 'wayland-protocols') optdepends=('wl-clipboard: clipboard support' 'xorg-xwayland: x application support') options=('!buildflags' '!strip') conflicts=('cagebreak-bin') source=("cagebreak::git+https://github.com/project-repo/cagebreak") sha512sums=('SKIP') build() { cd "$pkgname" git checkout development meson setup build --buildtype=release -Dxwayland=true -Dman-pages=true ninja -C build } package() { cd "$pkgname" mkdir -p "$pkgdir/usr/bin/" cp 'build/cagebreak' "$pkgdir/usr/bin/" }

FixedWing commented on 2023-01-05 21:15 (UTC)

There is a conflict between PKGBUILD which requires 'wlroots<0.16.0' and the recently upgraded wlroots which is now at version 16.1.

project-repo commented on 2021-06-28 20:32 (UTC)

We are still having some trouble testing the aarch64 build. However, you may use our PKGBUILD at https://github.com/project-repo/cagebreak-pkgbuild/tree/development/cagebreak-arm until we have figured this out.

This PKGBUILD will be merged into master with the next release but not uploaded into the AUR until testing works. Versions and hashes will be automatically adjusted with every future cagebreak release. Nevertheless, aarch64 is still not officially supported at the moment.

cheers project-repo

project-repo commented on 2021-06-14 16:14 (UTC)

Thank you for your suggestion. We are looking at compilation and testing for arm and will post here within the next two weeks.

cheers project-repo

maldus512 commented on 2021-06-13 11:10 (UTC)

I added 'aarch64' as supported architecture to the pkgbuild to install cagebreak on a Raspberry Pi and it works. Could you consider adding ARM64 as a supported architecture out of the box?

project-repo commented on 2021-04-19 18:29 (UTC) (edited on 2021-04-19 20:31 (UTC) by project-repo)

(This has been resolved with 1.7.0-1)

Cagebreak currently does not work with the new wlroots (0.13.0) version.

A new release is on its way but might take a few hours or days.

Should you have acute issues with cagebreak, downgrade wlroots to 0.12.x

project-repo commented on 2021-01-15 19:19 (UTC)

1.5.0-2 is now in the AUR with an updated PKGBUILD.

Please feel free to file any additional bugs you may find in the PKGBUILDs or in cagebreak itself (Bugs in cagebreak should be filed on github or via email as specified in the README).