Search Criteria
Package Details: sqlitestudio 3.3.3-3
Git Clone URL: | https://aur.archlinux.org/sqlitestudio.git (read-only, click to copy) |
---|---|
Package Base: | sqlitestudio |
Description: | Database manager for SQLite |
Upstream URL: | https://github.com/pawelsalawa/sqlitestudio |
Licenses: | GPL3 |
Submitter: | dracorp |
Maintainer: | dracorp |
Last Packager: | dracorp |
Votes: | 21 |
Popularity: | 0.000085 |
First Submitted: | 2012-11-22 08:28 (UTC) |
Last Updated: | 2021-08-27 22:31 (UTC) |
Dependencies (6)
- qt5-script (qt5-script-git)
- tcl (tcl85, tcl84, tcl-fossil, tcl-nothreading)
- chrpath (chrpath-svn) (make)
- qt5-base (qt5-base-git, qt5-base-headless) (make)
- qt5-svg (qt5-svg-git) (make)
- qt5-tools (qt5-tools-git) (make)
Latest Comments
1 2 3 4 5 6 Next › Last »
terablast commented on 2021-08-27 02:32 (UTC) (edited on 2021-08-27 02:33 (UTC) by terablast)
I think
tcl
should be a dependency!JohnRobson commented on 2021-08-24 16:08 (UTC)
Gendalf commented on 2021-07-25 16:32 (UTC) (edited on 2021-07-25 17:31 (UTC) by Gendalf)
Hello. I think sqlite2 don't need. Please remove it from PLGBUILD.
DbSqlite2 plugin is deprecated as of SQLiteStudio 3.3.0. For accessing SQLite 2 please use older SQLiteStudio versions.
See: https://github.com/pawelsalawa/sqlitestudio/wiki/Official_plugins
I build sqlitestudio without sqlite2. It works.
dracorp commented on 2021-06-01 18:08 (UTC)
Strange, for me it works.
mireiner commented on 2021-05-30 07:47 (UTC) (edited on 2021-05-30 07:53 (UTC) by mireiner)
SQliteStudio 3.3.3 doesn't install because of error in build process of sqlite2-2.8.17-9:
linuxyz commented on 2021-05-10 09:48 (UTC) (edited on 2021-05-10 09:48 (UTC) by linuxyz)
Build error:
akeller commented on 2020-01-25 06:22 (UTC) (edited on 2020-01-25 06:56 (UTC) by akeller)
sqlitestudio moved their file hosting to a Github releases page. It looks like that is where the
.xz
file @Fuzzy mentioned is hosted.On the sqlitestudio download page they mention that they have made older package versions available on Dropbox.
I found the
sqlitestudio-3.2.1.tar.gz
on Dropbox here.Unfortunately, this doesn't give a clean direct download link. I pulled this nasty one from the GET request that may work for others:
https://uc8a1906a11c240463f6e481f44a.dl.dropboxusercontent.com/cd/0/get/Aw1tLFA5I6KEMqIEL6VqXhwH4-qv6OhBHXZfRPYWrymrE298VdHdifWSzITsHHobTs4kInXPNYX5MZCoVUM9aAUfiz5nvFxtvbSWgKkget6d3ZY-5XQs1qa17beTfHWFkfE/file?_download_id=29711407350492314477900089425027678660738422878172814232087761235&_notify_domain=www.dropbox.com&dl=1
Fuzzy commented on 2020-01-24 12:57 (UTC) (edited on 2020-01-24 12:59 (UTC) by Fuzzy)
Source file location http://sqlitestudio.pl/files/sqlitestudio3/complete/tar/sqlitestudio-3.2.1.tar.gz is outdated and returns 404 Not Found error I tried to download file manualy but it has *.xz extention and fails integrity check. With disabled integrity check it fails to build with following messages: ==> Making package: sqlitestudio 3.2.1-1 (Fri 24 Jan 2020 03:53:20 PM MSK) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> WARNING: Using existing $srcdir/ tree ==> Starting build()... -> Making sqlitestudio3-main Cannot find file: ../../SQLiteStudio3. ==> ERROR: A failure occurred in build().
mathben commented on 2018-08-27 20:57 (UTC)
Compilation error :
../../../SQLiteStudio3/guiSQLiteStudio/mainwindow.cpp: In member function ‘QString MainWindow::currentStyle() const’: ../../../SQLiteStudio3/guiSQLiteStudio/mainwindow.cpp:581:33: error: invalid use of incomplete type ‘class QStyle’ return QApplication::style()->objectName(); ^~ In file included from /usr/include/qt/QtWidgets/qshortcut.h:44, from /usr/include/qt/QtWidgets/QShortcut:1, from ../../../SQLiteStudio3/guiSQLiteStudio/common/extactioncontainer.h:11, from ../../../SQLiteStudio3/guiSQLiteStudio/mainwindow.h:4, from ../../../SQLiteStudio3/guiSQLiteStudio/mainwindow.cpp:1: /usr/include/qt/QtWidgets/qwidget.h:67:7: note: forward declaration of ‘class QStyle’ class QStyle; ^~~~~~ ../../../SQLiteStudio3/guiSQLiteStudio/mainwindow.cpp: In member function ‘void MainWindow::statusFieldLinkClicked(const QString&)’: ../../../SQLiteStudio3/guiSQLiteStudio/mainwindow.cpp:787:56: warning: unused parameter ‘link’ [-Wunused-parameter] void MainWindow::statusFieldLinkClicked(const QString& link)
hauzer commented on 2017-04-14 10:25 (UTC)
1 2 3 4 5 6 Next › Last »