summaryrefslogtreecommitdiff
path: root/gnu/packages/patches/liblxqt-include.patch
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2015-07-27 22:54:58 +0200
committerAndreas Enge <andreas@enge.fr>2015-07-27 22:54:58 +0200
commit44a477e1ac8efe166f3f4d2f56e2ec828a3521e1 (patch)
tree9bcf025cb24e3d9dee7e167fe4ad82ae866987d6 /gnu/packages/patches/liblxqt-include.patch
parent6cef1b9b99bffc0eb0479442b52a43209b5a9957 (diff)
gnu: liblxqt: Fix build with Qt 5.5.
* gnu/packages/patches/liblxqt-include.patch: New file. * gnu-system.am (dist_patch_DATA): Register patch. * gnu/packages/lxqt.scm (liblxqt)[source]: Use patch.
Diffstat (limited to 'gnu/packages/patches/liblxqt-include.patch')
-rw-r--r--gnu/packages/patches/liblxqt-include.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/gnu/packages/patches/liblxqt-include.patch b/gnu/packages/patches/liblxqt-include.patch
new file mode 100644
index 0000000000..4e8cf04789
--- /dev/null
+++ b/gnu/packages/patches/liblxqt-include.patch
@@ -0,0 +1,14 @@
+Patch to fix build with Qt 5.5, taken from upstream:
+ https://github.com/lxde/liblxqt/commit/7303ea207de0771d6f450a31ec4a1ce69202869b
+
+diff -u -r liblxqt-0.9.0.orig/lxqtnotification.h liblxqt-0.9.0/lxqtnotification.h
+--- liblxqt-0.9.0.orig/lxqtnotification.h 2015-07-27 22:49:05.365166482 +0200
++++ liblxqt-0.9.0/lxqtnotification.h 2015-07-27 22:49:36.897606619 +0200
+@@ -25,6 +25,7 @@
+ #ifndef LXQTNOTIFICATION_H
+ #define LXQTNOTIFICATION_H
+
++#include <QObject>
+ #include <QStringList>
+ #include "lxqtglobals.h"
+