Package Details: qsvgstyle 20190706-1

Git Clone URL: https://aur.archlinux.org/qsvgstyle.git (read-only, click to copy)
Package Base: qsvgstyle
Description: Themeable SVG style for KDE Plasma
Upstream URL: https://github.com/DexterMagnific/QSvgStyle
Licenses: GPL2
Submitter: gerald82
Maintainer: None
Last Packager: gerald82
Votes: 0
Popularity: 0.000000
First Submitted: 2019-09-29 10:11 (UTC)
Last Updated: 2019-09-29 10:11 (UTC)

Required by (0)

Sources (1)

Latest Comments

Ashark commented on 2023-10-28 17:13 (UTC) (edited on 2023-11-02 10:39 (UTC) by Ashark)

This package uses incorrect naming. The prefix for plasma themes should be "plasma5-themes". See KDE package guidelines.
Consider renaming the package or make a deletion request.

Not sure about this package.

missingSleepDeps commented on 2021-08-08 02:55 (UTC)

QSvgThemableStyle.cpp: In member function ‘void QSvgThemableStyle::renderFrame(QPainter*, const QBrush&, const QRect&, const frame_spec_t&, const QString&, Qt::LayoutDirection, QSvgThemableStyle::Orientation) const’:
QSvgThemableStyle.cpp:5198:16: error: aggregate ‘QPainterPath lightPath’ has incomplete type and cannot be defined
 5198 |   QPainterPath lightPath; // top and left 3D effect
      |                ^~~~~~~~~
QSvgThemableStyle.cpp:5199:16: error: aggregate ‘QPainterPath darkPath’ has incomplete type and cannot be defined
 5199 |   QPainterPath darkPath; // bottom and right 3D effect
      |                ^~~~~~~~
QSvgThemableStyle.cpp: In member function ‘void QSvgThemableStyle::colorizeIndicator(QPainter*, const QRect&, const frame_spec_t&, const interior_spec_t&, const indicator_spec_t&, const QBrush&, Qt::LayoutDirection, Qt::Alignment) const’:
QSvgThemableStyle.cpp:5590:16: error: aggregate ‘QPainterPath lightPath’ has incomplete type and cannot be defined
 5590 |   QPainterPath lightPath, darkPath;
      |                ^~~~~~~~~
QSvgThemableStyle.cpp:5590:27: error: aggregate ‘QPainterPath darkPath’ has incomplete type and cannot be defined
 5590 |   QPainterPath lightPath, darkPath;
      |                           ^~~~~~~~
QSvgThemableStyle.cpp: In member function ‘QBrush QSvgThemableStyle::bgBrush(const palette_spec_t&, const QStyleOption*, const QWidget*, const QString&) const’:
QSvgThemableStyle.cpp:5980:42: warning: ‘QPalette::Background’ is deprecated: Use QPalette::Window instead [-Wdeprecated-declarations]
 5980 |   QPalette::ColorRole bgrole = QPalette::Background;
      |                                          ^~~~~~~~~~
In file included from /usr/include/qt/QtWidgets/qstyle.h:49,
                 from /usr/include/qt/QtWidgets/qcommonstyle.h:44,
                 from /usr/include/qt/QtWidgets/QCommonStyle:1,
                 from QSvgThemableStyle.h:23,
                 from QSvgThemableStyle.cpp:20:
/usr/include/qt/QtGui/qpalette.h:101:22: note: declared here
  101 |                      Background Q_DECL_ENUMERATOR_DEPRECATED_X("Use QPalette::Window instead") = Window
      |                      ^~~~~~~~~~
QSvgThemableStyle.cpp:5980:42: warning: ‘QPalette::Background’ is deprecated: Use QPalette::Window instead [-Wdeprecated-declarations]
 5980 |   QPalette::ColorRole bgrole = QPalette::Background;
      |                                          ^~~~~~~~~~
In file included from /usr/include/qt/QtWidgets/qstyle.h:49,
                 from /usr/include/qt/QtWidgets/qcommonstyle.h:44,
                 from /usr/include/qt/QtWidgets/QCommonStyle:1,
                 from QSvgThemableStyle.h:23,
                 from QSvgThemableStyle.cpp:20:
/usr/include/qt/QtGui/qpalette.h:101:22: note: declared here
  101 |                      Background Q_DECL_ENUMERATOR_DEPRECATED_X("Use QPalette::Window instead") = Window
      |                      ^~~~~~~~~~
make[1]: *** [Makefile:969: QSvgThemableStyle.o] Error 1
make[1]: Leaving directory '/run/media/tbd/MyFirst8TBHD/APPSTUFF/INSTALLERS/FORLINUX/ARCH/qsvgstyle/src/qsvgstyle/style'
make: *** [Makefile:96: sub-style-make_first-ordered] Error 2
==> ERROR: A failure occurred in build().
    Aborting...