Package Details: clipse-x11-bin 1.2.1-1

Git Clone URL: https://aur.archlinux.org/clipse-bin.git (read-only, click to copy)
Package Base: clipse-bin
Description: A configurable TUI clipboard manager for Unix (X11 backend)
Upstream URL: https://github.com/savedra1/clipse
Keywords: clipboard tui
Licenses: MIT
Conflicts: clipse
Provides: clipse, clipse-x11
Submitter: vitaliikuzhdin
Maintainer: vitaliikuzhdin (savedra1)
Last Packager: vitaliikuzhdin
Votes: 5
Popularity: 1.12
First Submitted: 2024-07-05 20:23 (UTC)
Last Updated: 2026-03-30 10:30 (UTC)

Latest Comments

vitaliikuzhdin commented on 2026-03-30 10:34 (UTC)

@mindstormer, because this pkgbase generates not one but three pkgnames: clipse-common-bin (common files), clipse-x11-bin (clipse with X11 backend), and clipse-wayland-bin (clipse with Wayland backend). If you need the Wayland backend, you need to only install clipse-wayland-bin (and clipse-common-bin will be pulled automatically).

As for the error, it worked with plain makepkg, but it seems like some helpers and even pkgctl do not like my usage of eval too much. I've reworked the logic, it should work for you now.

In future, please submit an actual bug report instead of saying 'the build is not successful', as I can't guess what you typed in and what you got out of it from here.

mindstormer commented on 2026-03-29 22:36 (UTC)

Why does this have references to X11 if it's Wayland only? I tried removing ['aarch64']='arm64' and ['x11']='glibc libx11 libxfixes libxtst' as I only need amd64 and exclusive Wayland support but wasn't successfully getting this to build so I ended up with the 'clipse' AUR package instead.