lxqt-panel: unbreak musl
This commit is contained in:
parent
e43e221a25
commit
4b2c0bacca
2 changed files with 13 additions and 1 deletions
srcpkgs/lxqt-panel
12
srcpkgs/lxqt-panel/patches/int64-musl.patch
Normal file
12
srcpkgs/lxqt-panel/patches/int64-musl.patch
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
include stdint.h for int64 on musl (should be cstdint but gives an error related to C++11)
|
||||||
|
|
||||||
|
--- plugin-sysstat/lxqtsysstat.cpp 2015-02-08 11:31:27.000000000 -0200
|
||||||
|
+++ plugin-sysstat/lxqtsysstat.cpp 2015-07-28 23:51:15.864992133 -0300
|
||||||
|
@@ -37,6 +37,7 @@
|
||||||
|
#include <QPainter>
|
||||||
|
#include <QResizeEvent>
|
||||||
|
#include <QVBoxLayout>
|
||||||
|
+#include <stdint.h>
|
||||||
|
|
||||||
|
LxQtSysStat::LxQtSysStat(const ILxQtPanelPluginStartupInfo &startupInfo):
|
||||||
|
QObject(),
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'lxqt-panel'
|
# Template file for 'lxqt-panel'
|
||||||
pkgname=lxqt-panel
|
pkgname=lxqt-panel
|
||||||
version=0.9.0
|
version=0.9.0
|
||||||
revision=2
|
revision=3
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DUSE_QT5=1 -DLIB_SUFFIX="
|
configure_args="-DUSE_QT5=1 -DLIB_SUFFIX="
|
||||||
hostmakedepends="cmake pkg-config"
|
hostmakedepends="cmake pkg-config"
|
||||||
|
|
Loading…
Reference in a new issue