gpo.zugaina.org

Search Portage & Overlays:

dev-db/valentina-studio-bin

GUI client for DuckDB, ValentinaDB, MongoDB, MySQL, PostgreSQL, MSSQL & SQLite

Screenshots

  • valentina-studio-bin-17.5.0
    -* ~amd64

    View      Download      Browse     License: Valentina-EULA   
    Overlay: deftera

ChangeLog

commit 728fe5767ca751817f7b591d1ed5991846dc152d
Author: Liav Mordouch <liavmordouch@gmail.com>
Date: Mon Jun 22 19:43:57 2026 +0300

fix(dev-db/valentina-studio-bin): make package findable in dmenu-style launchers

Upstream's vstudio.desktop sets Name=VStudio and GenericName=VStudio,
and the only PATH binary the original ebuild shipped was 'vstudio',
so PATH-listing launchers (wmenu-run, dmenu_run, etc.) and
.desktop-name-search launchers (fuzzel, wofi, rofi) both failed to
surface the package under the obvious queries 'valentina' or 'studio'.

* Extend the desktop sed to rewrite Name=VStudio -> Valentina Studio
and GenericName(=|[en_US]=)VStudio -> Database Manager. The [Desktop
Action] sections' Name= keys are left alone (regex is anchored).
* Add a second /usr/bin/valentina-studio symlink alongside vstudio so
basename-only launchers also match the product name.

Verified by re-merging locally and confirming: both symlinks resolve,
the installed .desktop has the new labels, desktop-file-validate
passes (deprecated Encoding= warning is upstream's), and 'ls $PATH'
surfaces both basenames. pkgcheck scan --filter latest clean.

commit d5632a7c3be3a72eabb1b6c176e4984bd1984570
Author: Liav Mordouch <liavmordouch@gmail.com>
Date: Mon Jun 22 19:20:09 2026 +0300

feat(dev-db/valentina-studio-bin): add 17.5.0

Prebuilt amd64 binary of Paradigma Software's Valentina Studio, a GUI
client for DuckDB, ValentinaDB, MongoDB, MySQL, MariaDB, PostgreSQL,
MS SQL Server and SQLite. Installs the upstream .deb release artifact
to /opt/VStudio (Qt6, ICU, OpenSSL and the Valentina runtime are all
bundled there), plus a /usr/bin/vstudio symlink, a hicolor 128x128
icon, and the upstream .desktop file with Icon= rewritten to a
logical name.

Also adds:
* dev-db category in profiles/categories
* Valentina-EULA license (verbatim copy of upstream EULA_VSTUDIO.txt)
* README install/license-accept instructions next to AWS-EULA

Built and launched on ~amd64 via 'ebuild ... merge' + real GUI
smoke-test on sway: both the main window (tabs / Servers / Databases
/ Projects panes) and the first-launch registration wizard render
correctly. pkgcheck scan --filter latest is clean.