lxqt-panel: unbreak musl

This commit is contained in:
Török Edwin 2015-07-29 00:19:36 +03:00
parent e43e221a25
commit 4b2c0bacca
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"