Search Criteria
Package Details: clipse-x11-bin 1.2.1-1
Package Actions
| 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) |
Dependencies (5)
- clipse-common-binAUR
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- libx11 (libx11-gitAUR)
- libxfixes
- libxtst
Required by (2)
- clipse-gui (requires clipse)
- cxt (requires clipse) (optional)
Sources (6)
- clipse-1.2.1-LICENSE
- clipse-1.2.1-README.md
- https://github.com/savedra1/clipse/releases/download/v1.2.1/clipse_v1.2.1_linux_wayland_amd64.tar.gz
- https://github.com/savedra1/clipse/releases/download/v1.2.1/clipse_v1.2.1_linux_wayland_arm64.tar.gz
- https://github.com/savedra1/clipse/releases/download/v1.2.1/clipse_v1.2.1_linux_x11_amd64.tar.gz
- https://github.com/savedra1/clipse/releases/download/v1.2.1/clipse_v1.2.1_linux_x11_arm64.tar.gz
Latest Comments
vitaliikuzhdin commented on 2026-03-30 10:34 (UTC)
@mindstormer, because this
pkgbasegenerates not one but threepkgnames:clipse-common-bin(common files),clipse-x11-bin(clipsewith X11 backend), andclipse-wayland-bin(clipsewith Wayland backend). If you need the Wayland backend, you need to only installclipse-wayland-bin(andclipse-common-binwill be pulled automatically).As for the error, it worked with plain
makepkg, but it seems like some helpers and evenpkgctldo not like my usage ofevaltoo 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.