From 4b2c0bacca83f265c5dedc0d40662478d4876e99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?T=C3=B6r=C3=B6k=20Edwin?= Date: Wed, 29 Jul 2015 00:19:36 +0300 Subject: [PATCH] lxqt-panel: unbreak musl --- srcpkgs/lxqt-panel/patches/int64-musl.patch | 12 ++++++++++++ srcpkgs/lxqt-panel/template | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 srcpkgs/lxqt-panel/patches/int64-musl.patch diff --git a/srcpkgs/lxqt-panel/patches/int64-musl.patch b/srcpkgs/lxqt-panel/patches/int64-musl.patch new file mode 100644 index 00000000000..4c22e72d1cf --- /dev/null +++ b/srcpkgs/lxqt-panel/patches/int64-musl.patch @@ -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 + #include + #include ++#include + + LxQtSysStat::LxQtSysStat(const ILxQtPanelPluginStartupInfo &startupInfo): + QObject(), diff --git a/srcpkgs/lxqt-panel/template b/srcpkgs/lxqt-panel/template index ed119c870f1..9ac231e3ab2 100644 --- a/srcpkgs/lxqt-panel/template +++ b/srcpkgs/lxqt-panel/template @@ -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"