Search Criteria
Package Details: sqlitebrowser-git continuous.r0.gf37031e6-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/sqlitebrowser-git.git (read-only, click to copy) |
---|---|
Package Base: | sqlitebrowser-git |
Description: | DB Browser for SQLite |
Upstream URL: | http://sqlitebrowser.org/ |
Licenses: | GPL3 |
Conflicts: | sqlitebrowser |
Provides: | sqlitebrowser |
Submitter: | kuroneko |
Maintainer: | sakure |
Last Packager: | sakure |
Votes: | 2 |
Popularity: | 0.49 |
First Submitted: | 2016-01-29 21:25 (UTC) |
Last Updated: | 2024-11-18 22:31 (UTC) |
Dependencies (6)
- libxkbcommon-x11 (libxkbcommon-x11-gitAUR)
- qt6-base (qt6-base-gitAUR, qt6-base-headlessAUR)
- sqlite (sqlite-fossilAUR)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- qt6-tools (make)
Latest Comments
1 2 Next › Last »
fow0ryl commented on 2024-11-26 23:05 (UTC)
The build process of sqlitebrowser is looking for hexedit and sqcintilla libs. When not found, the needed functions are build and linked staticaly to make sqlitebrowser work. When qscintilla-qt6 is already installed at compile time, then sqlitebrowser works too. But if qscintilla-qt6 is removed afterwards (pacman allows remove because there is no dependency) then sqlitebrowser fails.
Since there is at least a package for 'qscintilla-qt6' I think the better way is to set 'qscintilla-qt6' as dependency like I mentioned before. This way the libs are build seperately and are linked dynamic, resulting in smaller and reusable packages. And of course pacman knows that there is a dependency ...
sakure commented on 2024-11-18 22:34 (UTC) (edited on 2024-11-18 22:34 (UTC) by sakure)
I've updated this package and now the qt6 version is the default, I've opted for not incrementing the pkgver, those who want the qt6 version must reinstall the package.
fow0ryl commented on 2024-11-14 21:27 (UTC)
Since qt6 is the new standard, I would change this version to qt6. The current PKGBUILD will not go away. Therefore it would be possible to provide the "old" qt5 version if someone really needs it.
sakure commented on 2024-10-29 17:08 (UTC) (edited on 2024-10-29 17:20 (UTC) by sakure)
I can still build the qt5 version no problem, I wonder if we should make a separate package for the qt5 version and update this one for qt6
parkerlreed commented on 2024-10-16 06:13 (UTC)
Seems to be building
parkerlreed commented on 2024-10-16 06:08 (UTC)
@fow0ryl
I used your PKGBUILD as is and it fails because upstream doesnt have a QT6 target
Was support removed?
fow0ryl commented on 2024-10-02 21:27 (UTC) (edited on 2024-11-14 21:24 (UTC) by fow0ryl)
Seems somewhat outdated, since there is no qt6 support ...
I have done a quick build, but not tested whole functionality
sakure commented on 2023-03-30 11:35 (UTC)
@sorcix done, thanks
sorcix commented on 2023-03-23 12:57 (UTC)
Looks like this needs git in makedepends. It fails when trying to build in a container with only base and base-devel installed.
sakure commented on 2022-12-03 21:16 (UTC)
@rosenberg, thanks, I changed the description
1 2 Next › Last »