Search Criteria
Package Details: sqlitestudio 3.2.1-1
Git Clone URL: | https://aur.archlinux.org/sqlitestudio.git (read-only, click to copy) |
---|---|
Package Base: | sqlitestudio |
Description: | Database manager for SQLite |
Upstream URL: | http://sqlitestudio.pl/ |
Licenses: | |
Submitter: | dracorp |
Maintainer: | dracorp |
Last Packager: | dracorp |
Votes: | 18 |
Popularity: | 0.43 |
First Submitted: | 2012-11-22 08:28 |
Last Updated: | 2020-01-26 21:31 |
Dependencies (8)
- qt5-script (qt5-script-git)
- sqlite2
- tcl (tcl85, tcl-nothreading)
- termcap
- chrpath (chrpath-svn) (make)
- qt5-base (qt5-base-git, qt5-base-fractional-fix, qt5-base-headless) (make)
- qt5-svg (qt5-svg-git) (make)
- qt5-tools (qt5-tools-git) (make)
Latest Comments
1 2 3 4 5 Next › Last »
akeller commented on 2020-01-25 06:22
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
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
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
@ijann I did not solve it.
ijann commented on 2017-03-13 22:28
@hauzer Hello, as you did to fix it?, if you got qt5-base, I was presented the same problem and not be how to solve it, and if I remove qt5-base removes me many applications that have dependencies.
Best regards
hauzer commented on 2017-01-29 10:38
It's probably because I'm using [testing]. `qt5-base` must be on an incompatible version. That's what this warning is about: ```warning: ‘constexpr typename std::enable_if<std::is_same<typename std::remove_cv< <template-parameter-1-1> >::type, int>::value, bool>::type operator!=(QChar, T) [with T = int; typename std::enable_if<std::is_same<typename std::remove_cv< <template-parameter-1-1> >::type, int>::value, bool>::type = bool]’ is deprecated: don't compare ints to QChars, compare them to QChar::unicode() instead''', and it's what ultimately causes this error ```error: ambiguous overload for ‘operator>’ (operand types are ‘QChar’ and ‘int’)'''. This is an upstream issue, nothing to do with your package. Sorry.
dracorp commented on 2017-01-28 19:10
@hauzer
Do you use new/clean workspace for building? I'm asking because for me: #SOA1
The latest version of Archlinux.
I've added "INCLUDE_PATH += /usr/include/c++/$GCC_VERSION" which depends from `gcc -dumpVersion`.
hauzer commented on 2017-01-28 12:41
I get a compilation error[1].
[1] https://gist.githubusercontent.com/hauzer/9b389011f0d11308977ca10b81e3df39/raw/3b382eb097bddd4f42e5ecd8827ba415150c9648/gistfile1.txt
tempomolto commented on 2016-10-25 20:00
It requires qtchooser, which is orphaned and in conflict with qt5-base. Removing this dependency in the Pkgbuild allows sqlitestudio to build (don't know if there's a side-effect).
ijann commented on 2016-10-02 17:14
thanks, I could understand, now I could easily install @dracorp :D