Merge pull request #2121 from edwintorok/lxqt-panel-unbreak-musl

lxqt-panel: unbreak musl
This commit is contained in:
Juan RP 2015-07-29 08:08:39 +02:00
commit c8a7a7c9ee
2 changed files with 13 additions and 1 deletions

View 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(),

View File

@ -1,7 +1,7 @@
# Template file for 'lxqt-panel'
pkgname=lxqt-panel
version=0.9.0
revision=2
revision=3
build_style=cmake
configure_args="-DUSE_QT5=1 -DLIB_SUFFIX="
hostmakedepends="cmake pkg-config"