Package Details: sqlitestudio-plugins 3.4.6-1

Git Clone URL: https://aur.archlinux.org/sqlitestudio.git (read-only, click to copy)
Package Base: sqlitestudio
Description: Official plugins for sqlitestudio
Upstream URL: https://sqlitestudio.pl
Licenses: GPL3
Submitter: dracorp
Maintainer: tee
Last Packager: tee
Votes: 29
Popularity: 3.35
First Submitted: 2012-11-22 08:28 (UTC)
Last Updated: 2024-11-24 13:29 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »

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)

@ijann I did not solve it.

ijann commented on 2017-03-13 22:28 (UTC)

@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 (UTC)

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 (UTC) (edited on 2017-01-28 19:14 (UTC) by dracorp)

@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 (UTC)

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 (UTC)

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 (UTC)

thanks, I could understand, now I could easily install @dracorp :D

dracorp commented on 2016-09-28 14:52 (UTC)

@ijan: You shouldn't use your own locale when you paste some text from terminal. You probably use a Spanish locale. It would be better if you use a neutral/default locale, eg. LC_ALL=C yaourt -S sqlitestudio. I use pl_PL.utf8 locale but, for example, for the makepkg, yaourt etc I use alias: alias makepkg='LC_ALL=C makepkg' I could understand that: /usr/include/c++/6.2.1/cstdlib:75:25: error fatal: stdlib.h: No existe el fichero o el directorio But we shouldn't use national locales to others.