aboutsummarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
7 daysupgpkg: clipse-gui 0.9.0-3d7om
fix: replace python-installer with pip for Python 3.14 compat python-installer 0.7.x raises "Attempting to write clipse-gui outside of the target directory" on Python 3.14 due to a path resolution change. Switch to pip install with --root/--prefix, which routes script paths through sysconfig and works correctly.
2026-04-19upgpkg: clipse-gui 0.9.0-2d7om
Rebuild against git HEAD to include new 'Clear search on Escape' setting (upstream 25a2b15).
2026-04-18bump to 0.9.0, add gtk-layer-shell dependencyd7om
2026-04-16upgpkg: clipse-gui 0.8.0-1d7om
Pulls upstream v0.8.0: refactor of controller into mixins, UI polish (header buttons, settings appearance, list row corners), graceful SIGINT/SIGTERM exit, compact mode fixes. See https://github.com/d7omdev/clipse-gui/releases/tag/v0.8.0
2026-04-16build: install via wheel + python-installer (PEP 517)d7om
Replace manual `cp -r clipse_gui ...` + shim launcher with a standard wheel build and `python -m installer` step. Produces a real entry-point script at /usr/bin/clipse-gui and lays the package under site-packages where Python expects it. Lockstep with system python-gobject is preserved (no bundling), keeping the structural fix from a128573 intact.
2026-04-15fix: switch to plain Python install, drop Nuitka bundled7om
Replace the Nuitka onefile build with a direct Python source installation to fix frozen-gi assertion crashes (#13, #14). System python-gobject stays in sync with system GLib at runtime. - Remove uv/gcc/patchelf makedepends and build() function - Install clipse_gui package and launcher shim under /usr/share - Add explicit python dependency - Change arch to 'any' (no compiled binary)
2026-02-22Update to v0.7.0d7om
2026-02-18deps: add patchelf makedep, clipse dep, and systemd user serviced7om
2026-02-14build: fix Nuitka build and PKGBUILDd7om
- Switch to onefile mode for simpler deployment - Install to /opt with symlink in /usr/bin - Add !strip option to prevent binary corruption - Install PyGObject in venv for proper bundling - Clean up README and add INSTALL.md
2026-02-12Update to v0.6.0d7om
2025-08-28Update to version 0.3.2d7om
2025-08-28Reset to version 0.3.1d7om
2025-08-28Update to version 0.3.2d7om
2025-08-23Update to version 0.3.1d7om
2025-08-17Update to version 0.3.0d7omdev
2025-08-11Update to version 0.2.1d7omdev
2025-08-11Update to version 0.2.0d7omdev
2025-05-20Update to version 0.1.4d7omdev
2025-05-06Update to version 0.1.3d7omdev
2025-04-25Update 0.1.2d7omdev
2025-04-16Update 0.1.1d7omdev
2025-04-14(fix): Fix build in clean chroot, remove mimeinfo.cache conflictd7omdev
- Added patchelf to makedepends for Nuitka standalone support - Removed update-desktop-database call to avoid conflict with mimeinfo.cache
2025-04-14Fix build: correct binary install pathd7omdev
2025-04-13Merge branch 'master' of ssh://aur.archlinux.org/clipse-guid7omdev
2025-04-13feat(PKGBUILD): enhance build process with virtual environment and improved ↵d7omdev
packaging
2025-04-13feat(PKGBUILD): enhance build process with virtual environment and improved ↵d7omdev
packaging
2025-04-13Merge branch 'master' of ssh://aur.archlinux.org/clipse-guid7omdev
2025-04-13feat(pkgbuild): update build process and dependencies for clipse-guid7omdev
2025-04-13feat(pkgbuild): update build process and dependencies for clipse-guid7omdev
2025-04-13feat(pkgbuild): update build process and dependencies for clipse-guid7omdev
2025-04-13feat(pkgbuild): update build process and dependencies for clipse-guid7omdev
2025-04-12Added READMEd7omdev
2025-04-12Added READMEd7omdev
2025-04-12Initial commitd7omdev