liblxqt: fix building with Qt5 5.5.0
This commit is contained in:
parent
86a48f7ed4
commit
a2fddb326c
2 changed files with 11 additions and 1 deletions
10
srcpkgs/liblxqt/patches/fix-qt5.patch
Normal file
10
srcpkgs/liblxqt/patches/fix-qt5.patch
Normal file
|
@ -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 <QObject>
|
||||||
|
#include <QStringList>
|
||||||
|
#include "lxqtglobals.h"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'liblxqt'
|
# Template file for 'liblxqt'
|
||||||
pkgname=liblxqt
|
pkgname=liblxqt
|
||||||
version=0.9.0
|
version=0.9.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DUSE_QT5=1"
|
configure_args="-DUSE_QT5=1"
|
||||||
hostmakedepends="cmake pkg-config"
|
hostmakedepends="cmake pkg-config"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue