Search Criteria
Package Details: heidisql-qt6-git r474.71bb25b2-2
Package Actions
| 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) |
Dependencies (15)
- freetds
- heidisqlAUR (heidisql-gtk2-binAUR, heidisql-qt6-binAUR)
- libperconaserverclient
- mariadb-libs (libmysqlclient81AUR, libmysqlclient80AUR, libmysqlclientAUR, libmysqlclient84AUR, mariadb-lts-libs)
- postgresql-libs (postgresql-libs-12AUR, postgresql13-libsAUR, postgresql-libs-gitAUR)
- qt6pas
- sqlite (sqlite-fossilAUR)
- binutils (make)
- fpc (fpc-rcAUR) (make)
- gettext (gettext-gitAUR, gettext-gitAUR) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- lazarus (lazarus-gitAUR) (make)
- make (make-gitAUR, make-staticAUR) (make)
- python (make)
- qt6pas (make)
Required by (1)
- heidisql (requires heidisql-qt6) (optional)
Latest Comments
D3SOX commented on 2026-01-23 17:19 (UTC)
Done, now packages are dynamically installed instead of hard-coding it only for
Metadarkstyleterwarf 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.lpkwas the missing piece. Pushing a fix asapterwarf 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:
Not sure if this is working or helping :D
Cheers, terwarf