~ruther/guix-local

ref: 05e172ca4e89d39b4e67d7bc728a3f40876f8f5d guix-local/gnu/packages/patches/liblxqt-include.patch -rw-r--r-- 518 bytes
05e172ca — Mark H Weaver download: Remove a SourceForge mirror that never returns 404. 8 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
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"