mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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.
This commit is contained in:
parent
6cef1b9b99
commit
44a477e1ac
3 changed files with 20 additions and 2 deletions
14
gnu/packages/patches/liblxqt-include.patch
Normal file
14
gnu/packages/patches/liblxqt-include.patch
Normal file
|
@ -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"
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue