diff --git a/srcpkgs/liblxqt/patches/fix-qt5.patch b/srcpkgs/liblxqt/patches/fix-qt5.patch new file mode 100644 index 0000000000..11ca29bf51 --- /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 30eb2f4600..a46e9fa684 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"