Package Details: heidisql-qt6-git r474.71bb25b2-2

Git Clone URL: https://aur.archlinux.org/heidisql-qt6-git.git (read-only, click to copy)
Package Base: heidisql-qt6-git
Description: A lightweight GUI for managing MySQL, PostgreSQL, Microsoft SQL and SQLite databases (Qt6)
Upstream URL: http://www.heidisql.com/
Keywords: gui mariadb mssql mysql postgresql sql sqlite
Licenses: GPL-2.0-or-later
Conflicts: heidisql-qt6
Provides: heidisql-client, heidisql-qt6
Submitter: D3SOX
Maintainer: D3SOX
Last Packager: D3SOX
Votes: 1
Popularity: 0.092508
First Submitted: 2025-11-22 06:54 (UTC)
Last Updated: 2026-02-01 09:44 (UTC)

Latest Comments

D3SOX commented on 2026-01-23 17:19 (UTC)

Done, now packages are dynamically installed instead of hard-coding it only for Metadarkstyle

terwarf commented on 2026-01-23 16:26 (UTC)

@D3SOX thanks a lot! I was still tinkering with this :D

D3SOX commented on 2026-01-23 16:25 (UTC) (edited on 2026-01-23 16:44 (UTC) by D3SOX)

@terwarf Fix pushed for now. Working on making it more dynamic so that it also automatically finds the required dependencies and we don't need to add this for every new one.

D3SOX commented on 2026-01-23 16:17 (UTC) (edited on 2026-01-23 16:25 (UTC) by D3SOX)

@terwarf Nvm disregard what I originally wrote. Thanks a lot the lazbuild Metadarkstyle/metadarkstyledsgn.lpk was the missing piece. Pushing a fix asap

terwarf commented on 2026-01-23 16:15 (UTC)

Hi D3SOX, building fails, because Ansgar included a decency in the last commit (https://github.com/HeidiSQL/HeidiSQL/commit/3f9e867dd5647a3803c784c611064f151fa31f9).

As I didn't found any clear intructions in the lazarus wiki, i looked at the github build log for details how to get it installed (https://github.com/HeidiSQL/HeidiSQL/actions/runs/21288009016/job/61273928298) starting at line 1016.

For me it seems to boil down to:

wget https://packages.lazarus-ide.org/Metadarkstyle.zip
unzip Metadarkstyle.zip
/usr/bin/lazbuild Metadarkstyle/metadarkstyle.lpk
/usr/bin/lazbuild Metadarkstyle/metadarkstyledsgn.lpk

Not sure if this is working or helping :D

Cheers, terwarf