From a2fddb326cb460289d1320c1b32815a48b62c715 Mon Sep 17 00:00:00 2001 From: jbu Date: Wed, 15 Jul 2015 10:56:15 +0200 Subject: [PATCH] liblxqt: fix building with Qt5 5.5.0 --- srcpkgs/liblxqt/patches/fix-qt5.patch | 10 ++++++++++ srcpkgs/liblxqt/template | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 srcpkgs/liblxqt/patches/fix-qt5.patch diff --git a/srcpkgs/liblxqt/patches/fix-qt5.patch b/srcpkgs/liblxqt/patches/fix-qt5.patch new file mode 100644 index 00000000000..11ca29bf511 --- /dev/null +++ b/srcpkgs/liblxqt/patches/fix-qt5.patch @@ -0,0 +1,10 @@ +--- lxqtnotification.h 2015-02-07 20:56:30.000000000 +0100 ++++ lxqtnotification.h 2015-07-15 10:42:09.051660625 +0200 +@@ -25,6 +25,7 @@ + #ifndef LXQTNOTIFICATION_H + #define LXQTNOTIFICATION_H + ++#include + #include + #include "lxqtglobals.h" + diff --git a/srcpkgs/liblxqt/template b/srcpkgs/liblxqt/template index 30eb2f46003..a46e9fa6842 100644 --- a/srcpkgs/liblxqt/template +++ b/srcpkgs/liblxqt/template @@ -1,7 +1,7 @@ # Template file for 'liblxqt' pkgname=liblxqt version=0.9.0 -revision=1 +revision=2 build_style=cmake configure_args="-DUSE_QT5=1" hostmakedepends="cmake pkg-config"