In file included from .tmp/moc_thinkgui.cpp:10:
.tmp/../src/thinkgui.h:22:68: warning: ‘constexpr QFlags<T>::QFlags(QFlags<T>::Zero) [with Enum = Qt::WindowType; QFlags<T>::Zero = int QFlags<Qt::WindowType>::Private::*]’ is deprecated: Use default constructor instead [-Wdeprecated-declarations]
22 | explicit ThinkGui(QWidget *parent = 0, Qt::WindowFlags flags = 0);
| ^
In file included from /usr/include/qt/QtCore/qglobal.h:1299,
from /usr/include/qt/QtGui/qtguiglobal.h:43,
from /usr/include/qt/QtWidgets/qtwidgetsglobal.h:43,
from /usr/include/qt/QtWidgets/qdialog.h:43,
from /usr/include/qt/QtWidgets/QDialog:1,
from .tmp/../src/thinkgui.h:4,
from .tmp/moc_thinkgui.cpp:10:
/usr/include/qt/QtCore/qflags.h:123:80: note: declared here
123 | QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
| ^~~~~~
==> ERROR: A failure occurred in build().
Aborting...
-> error making: thinkgui
Search Criteria
Package Details: thinkgui r22.8544d61-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/thinkgui.git (read-only, click to copy) |
---|---|
Package Base: | thinkgui |
Description: | GUI toolkit for ThinkPad laptops |
Upstream URL: | https://github.com/krzemin/thinkgui |
Keywords: | laptop |
Licenses: | GPL3 |
Submitter: | krzemin |
Maintainer: | None |
Last Packager: | TheGoliath |
Votes: | 24 |
Popularity: | 0.000000 |
First Submitted: | 2012-02-04 18:45 (UTC) |
Last Updated: | 2020-05-22 15:53 (UTC) |
Dependencies (2)
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR)
- git (git-gitAUR, git-glAUR) (make)
Required by (0)
Sources (2)
Latest Comments
milkii commented on 2022-04-15 13:55 (UTC)
Astra commented on 2021-07-13 18:10 (UTC)
Still can't build
Florian commented on 2013-04-28 09:18 (UTC)
Please update the PKGBUILD to match pacman 4.1's specification, as $startdir is deprecated and $pkgdir is not available in build().
<deleted-account> commented on 2012-11-11 20:11 (UTC)
==> Validating source files with md5sums...
thinkgui-1.0.1.tar.gz ... FAILED
==> ERROR: One or more files did not pass the validity check!
The build failed.
<deleted-account> commented on 2012-06-18 15:27 (UTC)
thanks, just placing thinkgui.ini in the right place went a long way to addressing my need for documentation.
krzemin commented on 2012-06-17 08:49 (UTC)
Unfortunately, there is no usable documentation for the moment. Configuration file exists at $XDG_CONFIG_HOME (in most cases ~/.config).
<deleted-account> commented on 2012-06-16 23:05 (UTC)
Is there any documentation? Where does thinkgui.ini go?
Pinned Comments