Search Criteria
Package Details: clipse-gui 0.9.0-3
Package Actions
| Git Clone URL: | https://aur.archlinux.org/clipse-gui.git (read-only, click to copy) |
|---|---|
| Package Base: | clipse-gui |
| Description: | A GTK3 GUI for the clipse clipboard manager |
| Upstream URL: | https://github.com/d7omdev/clipse-gui |
| Licenses: | MIT |
| Submitter: | d7omdev |
| Maintainer: | d7omdev |
| Last Packager: | d7omdev |
| Votes: | 2 |
| Popularity: | 0.160199 |
| First Submitted: | 2025-04-12 20:43 (UTC) |
| Last Updated: | 2026-05-15 12:25 (UTC) |
Dependencies (13)
- clipseAUR (clipse-x11-binAUR, clipse-wayland-binAUR, clipse-gitAUR)
- gtk-layer-shell (gtk-layer-shell-gitAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-classic-xfceAUR)
- python
- python-gobject
- wl-clipboard (wl-clipboard-rs-gitAUR, wl-clipboard-rsAUR, wl-clipboard-gitAUR)
- wtype (wtype-gitAUR)
- xdotool (xdotool-gitAUR)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- python-build (make)
- python-pip (make)
- python-setuptools (make)
- python-wheel (make)
Latest Comments
d7omdev commented on 2026-05-15 12:28 (UTC)
Thanks for the report and the fix suggestion! Pushed 0.9.0-3 which swaps python-installer for pip install --no-deps --no-build-isolation --ignore-installed --root="$pkgdir" --prefix=/usr confirmed working on Python 3.14. Please re-sync and let me know if you hit anything else.
Evangelospro commented on 2026-05-15 09:04 (UTC)
==> Starting package()... Traceback (most recent call last): File "<frozen runpy>", line 203, in _run_module_as_main File "<frozen runpy>", line 88, in _run_code File "/usr/lib/python3.14/site-packages/installer/main.py", line 115, in <module> _main(sys.argv[1:], "python -m installer")
~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.14/site-packages/installer/main.py", line 111, in _main installer.install(source, destination, {})~^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.14/site-packages/installer/_core.py", line 89, in install record = destination.write_script( name=name, ...<2 lines>... section=section, ) File "/usr/lib/python3.14/site-packages/installer/destinations.py", line 235, in write_script entry = self.write_to_fs( Scheme("scripts"), script_name, stream, is_executable=True ) File "/usr/lib/python3.14/site-packages/installer/destinations.py", line 169, in write_to_fs target_path = self._path_with_destdir(scheme, path) File "/usr/lib/python3.14/site-packages/installer/destinations.py", line 143, in _path_with_destdir raise ValueError( f"Attempting to write {path} outside of the target directory" ) ValueError: Attempting to write clipse-gui outside of the target directory ==> ERROR: A failure occurred in package(). Aborting...The above error occurs due to some path resolution changes in Python 3.14. Using pip with the --prefix flag seems to fix it. So the installation line can be changed to "pip install --no-deps --no-build-isolation --root="$pkgdir" --prefix=/usr dist/*.whl"
d7omdev commented on 2026-02-18 10:03 (UTC)
Done.
pheenty commented on 2026-02-18 07:58 (UTC)
Nuitka requires patchelf, please add it as a make dependency. Also clipse as a dependency, this does nothing without clipse