x11-misc/polo
Polo File Manager (Vala/GTK)
-
polo-9999
View
Download
Browse License: GPL-3 Overlay: orbintsoft
ChangeLog
commit 1024ff58b9876ca8ce52bf7e1c339593ee606fb4
Author: Stefano Balzarotti <stefano.balzarotti@orbintsoft.net>
Date: Sat Jun 20 08:11:24 2026 +0200
chore(ebuilds): declare # QA-TEST: strategy per package
binpkg for claude-desktop, fnm, fsearch, redo-backups (binhost-consistent closures, faster); source for the other 8. Verified locally: make test -> 12/12 pass, 0 fallbacks.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
commit cd9eb3336b16d70df5c9b6be65c75ba0c937e1fe
Author: Stefano Balzarotti <stefano.balzarotti@orbintsoft.net>
Date: Sun Jun 14 16:57:16 2026 +0200
fix(polo): install AppStream metadata to metainfo, keep /var/log/polo
Upstream's makefile installs polo-gtk.appdata.xml under the legacy
/usr/share/appdata and leaves an empty /var/log/polo. Relocate the metadata
to /usr/share/metainfo and keepdir the log directory to clear both QA notices.
Verified in a pristine container: final tree has /usr/share/metainfo/
polo-gtk.appdata.xml and /var/log/polo/.keep, no /usr/share/appdata.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
commit c77e65e9a4ef575817dff8092f76c36d4b1e56e1
Author: Stefano Balzarotti <stefano.balzarotti@orbintsoft.net>
Date: Sun Jun 14 11:12:11 2026 +0200
fix(x11-misc/polo): build with Gentoo's slotted valac (2.6)
polo's hand-written makefile invokes the Vala compiler as bare `valac`, but Gentoo installs only the slotted valac-${version} (the unversioned name is eselect-vala's responsibility). Inherit the vala eclass, move the native build tools to BDEPEND ($(vala_depend), gettext, pkgconfig), and in src_configure expose the vala_setup-selected compiler under the bare name on PATH; both the compile and install emakes prepend it (the install target also parse-time probes `valac --version`, which previously raised a QA notice).
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
commit 52b3cbfef563d2b90c09034856e7b79a7c2a6ebf
Author: Stefano Balzarotti <stefano.balzarotti@orbintsoft.net>
Date: Fri Jun 12 20:32:47 2026 +0200
chore(ebuilds): empty KEYWORDS on live ebuilds, drop empty assignments
Clear pkgcheck's VisibleVcsPkg and EmptyGlobalAssignment across the
overlay:
- set KEYWORDS="" on the 9 live (-9999) ebuilds; the versioned
nerd-fonts-3.2.1 keeps its keywords
- drop the redundant empty IUSE="" (pamtester, ssh-profile-config,
fsearch, polo)
- drop the other empty global assignments the same check flags:
SRC_URI="" (claude-desktop, shellcheck), DEPEND=""/RDEPEND="$"
(ssh-profile-config, which has no deps) and RDEPEND="" (shellcheck)
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
commit 256bc8e5f22aab4a54e5d33a721bf11ad6a85f12
Author: Stefano Balzarotti <stefano.balzarotti@orbintsoft.net>
Date: Fri Jun 12 17:24:53 2026 +0200
fix(polo): build & install via upstream makefile (was bogus autotools)
Upstream OrbintSoft/polo is a hand-written makefile (teejee2008 fork),
not an autotools project. Dropped the unused autotools inherit and the
bogus src_configure(){ emake }; build/install now go through the
makefile. Added the missing x11-libs/vte:2.91 (valac links vte-2.91)
and virtual/pkgconfig; dropped unused dev-util/intltool (the makefile
uses gettext directly).
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
commit ee218929232b48afc745953d5ff3908a74ee80d9
Author: Stefano Balzarotti <stefano.balzarotti@orbintsoft.net>
Date: Fri Jun 12 16:34:02 2026 +0200
feat(metadata): add metadata.xml for all packages, fix invalid/redundant ones
Add metadata.xml (maintainer + GitHub remote-id) for the eight packages
that lacked one: pamtester, tvision, fnm, shellcheck, ksshaskpass,
nerd-fonts, fsearch, polo. nerd-fonts also gets <use> descriptions for
all its local font flags (resolves UnknownUseFlags); ksshaskpass, a dummy
package, gets an explanatory longdescription and no upstream remote-id.
Fix the existing ones:
- claude-desktop: replace the placeholder maintainer with the real one,
drop the invalid type= on the upstream maintainer, give <slot> direct
text content, and add the github remote-id (resolves PkgInvalidXml).
- ssh-profile-config: drop the longdescription that merely repeated
DESCRIPTION (resolves RedundantLongDescription) and re-indent to tabs.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
commit 8f1a14efa05d0b02b65484318f9ba47f1c896e11
Author: Stefano Balzarotti <stefano.balzarotti@orbintsoft.net>
Date: Fri Jun 12 16:23:32 2026 +0200
style(ebuilds): normalize indentation to tabs
Convert leading-space indentation to tabs in the six space-indented
ebuilds (ssh-profile-config, tvision, fnm, ksshaskpass, fsearch, polo),
matching the tabs convention in .editorconfig and the rest of the repo.
Whitespace-only change; pkgcheck reports no whitespace/tab warnings.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
commit e761b3c76d648ffc98c99e3e244d6e3f2478b5e0
Author: Stefano Balzarotti <stefano.balzarotti@orbintsoft.net>
Date: Fri Jun 12 16:05:02 2026 +0200
docs(ebuilds): credit upstream package authors
Add a short acknowledgement comment above DESCRIPTION crediting the
author of the packaged software (not the ebuild author): pamtester,
claude-desktop, tvision, fnm, shellcheck, nerd-fonts, bt-keys-sync,
fsearch, polo. Skipped where the upstream is OrbintSoft
(ssh-profile-config) and for the ksshaskpass stub.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
commit a1906ef4e5cfdcb9378a0251a732db701acfd0f0
Author: Stefano Balzarotti <stefano.balzarotti@orbintsoft.net>
Date: Fri Jun 12 15:52:58 2026 +0200
chore(headers): standardize ebuild copyright/license headers
- original work -> "Copyright <year> Stefano Balzarotti" + GPL-3
(ssh-profile-config, fnm, shellcheck, ksshaskpass, polo)
- reworked from Gentoo(-Authors) ebuilds -> dual "Gentoo Authors" +
"Stefano Balzarotti" + GPL-2 (pamtester, tvision, bt-keys-sync,
fsearch, claude-desktop, nerd-fonts), preserving upstream attribution
- also covers the bt-keys-sync OpenRC initd/confd
- drop stray "/var/db/repos/..." path comments on fnm/shellcheck/polo
Marks PLAN.md item 1.1 done.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
commit 0991fa5aec526f2b83fe5acdf36385fb6083d13d
Author: Stefano Balzarotti <stefano.balzarotti@orbintsoft.net>
Date: Sun May 31 22:02:06 2026 +0200
add packets
Author: Stefano Balzarotti <stefano.balzarotti@orbintsoft.net>
Date: Sat Jun 20 08:11:24 2026 +0200
chore(ebuilds): declare # QA-TEST: strategy per package
binpkg for claude-desktop, fnm, fsearch, redo-backups (binhost-consistent closures, faster); source for the other 8. Verified locally: make test -> 12/12 pass, 0 fallbacks.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
commit cd9eb3336b16d70df5c9b6be65c75ba0c937e1fe
Author: Stefano Balzarotti <stefano.balzarotti@orbintsoft.net>
Date: Sun Jun 14 16:57:16 2026 +0200
fix(polo): install AppStream metadata to metainfo, keep /var/log/polo
Upstream's makefile installs polo-gtk.appdata.xml under the legacy
/usr/share/appdata and leaves an empty /var/log/polo. Relocate the metadata
to /usr/share/metainfo and keepdir the log directory to clear both QA notices.
Verified in a pristine container: final tree has /usr/share/metainfo/
polo-gtk.appdata.xml and /var/log/polo/.keep, no /usr/share/appdata.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
commit c77e65e9a4ef575817dff8092f76c36d4b1e56e1
Author: Stefano Balzarotti <stefano.balzarotti@orbintsoft.net>
Date: Sun Jun 14 11:12:11 2026 +0200
fix(x11-misc/polo): build with Gentoo's slotted valac (2.6)
polo's hand-written makefile invokes the Vala compiler as bare `valac`, but Gentoo installs only the slotted valac-${version} (the unversioned name is eselect-vala's responsibility). Inherit the vala eclass, move the native build tools to BDEPEND ($(vala_depend), gettext, pkgconfig), and in src_configure expose the vala_setup-selected compiler under the bare name on PATH; both the compile and install emakes prepend it (the install target also parse-time probes `valac --version`, which previously raised a QA notice).
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
commit 52b3cbfef563d2b90c09034856e7b79a7c2a6ebf
Author: Stefano Balzarotti <stefano.balzarotti@orbintsoft.net>
Date: Fri Jun 12 20:32:47 2026 +0200
chore(ebuilds): empty KEYWORDS on live ebuilds, drop empty assignments
Clear pkgcheck's VisibleVcsPkg and EmptyGlobalAssignment across the
overlay:
- set KEYWORDS="" on the 9 live (-9999) ebuilds; the versioned
nerd-fonts-3.2.1 keeps its keywords
- drop the redundant empty IUSE="" (pamtester, ssh-profile-config,
fsearch, polo)
- drop the other empty global assignments the same check flags:
SRC_URI="" (claude-desktop, shellcheck), DEPEND=""/RDEPEND="$"
(ssh-profile-config, which has no deps) and RDEPEND="" (shellcheck)
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
commit 256bc8e5f22aab4a54e5d33a721bf11ad6a85f12
Author: Stefano Balzarotti <stefano.balzarotti@orbintsoft.net>
Date: Fri Jun 12 17:24:53 2026 +0200
fix(polo): build & install via upstream makefile (was bogus autotools)
Upstream OrbintSoft/polo is a hand-written makefile (teejee2008 fork),
not an autotools project. Dropped the unused autotools inherit and the
bogus src_configure(){ emake }; build/install now go through the
makefile. Added the missing x11-libs/vte:2.91 (valac links vte-2.91)
and virtual/pkgconfig; dropped unused dev-util/intltool (the makefile
uses gettext directly).
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
commit ee218929232b48afc745953d5ff3908a74ee80d9
Author: Stefano Balzarotti <stefano.balzarotti@orbintsoft.net>
Date: Fri Jun 12 16:34:02 2026 +0200
feat(metadata): add metadata.xml for all packages, fix invalid/redundant ones
Add metadata.xml (maintainer + GitHub remote-id) for the eight packages
that lacked one: pamtester, tvision, fnm, shellcheck, ksshaskpass,
nerd-fonts, fsearch, polo. nerd-fonts also gets <use> descriptions for
all its local font flags (resolves UnknownUseFlags); ksshaskpass, a dummy
package, gets an explanatory longdescription and no upstream remote-id.
Fix the existing ones:
- claude-desktop: replace the placeholder maintainer with the real one,
drop the invalid type= on the upstream maintainer, give <slot> direct
text content, and add the github remote-id (resolves PkgInvalidXml).
- ssh-profile-config: drop the longdescription that merely repeated
DESCRIPTION (resolves RedundantLongDescription) and re-indent to tabs.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
commit 8f1a14efa05d0b02b65484318f9ba47f1c896e11
Author: Stefano Balzarotti <stefano.balzarotti@orbintsoft.net>
Date: Fri Jun 12 16:23:32 2026 +0200
style(ebuilds): normalize indentation to tabs
Convert leading-space indentation to tabs in the six space-indented
ebuilds (ssh-profile-config, tvision, fnm, ksshaskpass, fsearch, polo),
matching the tabs convention in .editorconfig and the rest of the repo.
Whitespace-only change; pkgcheck reports no whitespace/tab warnings.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
commit e761b3c76d648ffc98c99e3e244d6e3f2478b5e0
Author: Stefano Balzarotti <stefano.balzarotti@orbintsoft.net>
Date: Fri Jun 12 16:05:02 2026 +0200
docs(ebuilds): credit upstream package authors
Add a short acknowledgement comment above DESCRIPTION crediting the
author of the packaged software (not the ebuild author): pamtester,
claude-desktop, tvision, fnm, shellcheck, nerd-fonts, bt-keys-sync,
fsearch, polo. Skipped where the upstream is OrbintSoft
(ssh-profile-config) and for the ksshaskpass stub.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
commit a1906ef4e5cfdcb9378a0251a732db701acfd0f0
Author: Stefano Balzarotti <stefano.balzarotti@orbintsoft.net>
Date: Fri Jun 12 15:52:58 2026 +0200
chore(headers): standardize ebuild copyright/license headers
- original work -> "Copyright <year> Stefano Balzarotti" + GPL-3
(ssh-profile-config, fnm, shellcheck, ksshaskpass, polo)
- reworked from Gentoo(-Authors) ebuilds -> dual "Gentoo Authors" +
"Stefano Balzarotti" + GPL-2 (pamtester, tvision, bt-keys-sync,
fsearch, claude-desktop, nerd-fonts), preserving upstream attribution
- also covers the bt-keys-sync OpenRC initd/confd
- drop stray "/var/db/repos/..." path comments on fnm/shellcheck/polo
Marks PLAN.md item 1.1 done.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
commit 0991fa5aec526f2b83fe5acdf36385fb6083d13d
Author: Stefano Balzarotti <stefano.balzarotti@orbintsoft.net>
Date: Sun May 31 22:02:06 2026 +0200
add packets

