lxqt-globalkeys: update to 0.15.0.
This commit is contained in:
parent
0d208e063f
commit
26378f9869
|
@ -1,21 +0,0 @@
|
|||
From c9ec69850428e599fba282c32e51868b815e3019 Mon Sep 17 00:00:00 2001
|
||||
From: Chih-Hsuan Yen <yan12125@gmail.com>
|
||||
Date: Sun, 15 Dec 2019 09:33:12 +0800
|
||||
Subject: [PATCH] Fix building with Qt 5.14
|
||||
|
||||
---
|
||||
daemon/core.cpp | 1 +
|
||||
1 file changed, 1 insertion(+)
|
||||
|
||||
diff --git a/daemon/core.cpp b/daemon/core.cpp
|
||||
index 1be64ec..53bdf7b 100644
|
||||
--- daemon/core.cpp
|
||||
+++ daemon/core.cpp
|
||||
@@ -33,6 +33,7 @@
|
||||
#include <QTimer>
|
||||
#include <QDBusConnectionInterface>
|
||||
#include <QDBusServiceWatcher>
|
||||
+#include <QFile>
|
||||
|
||||
#include <cstddef>
|
||||
#include <cstdlib>
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'lxqt-globalkeys'
|
||||
pkgname=lxqt-globalkeys
|
||||
version=0.14.3
|
||||
revision=2
|
||||
version=0.15.0
|
||||
revision=1
|
||||
build_style=cmake
|
||||
hostmakedepends="lxqt-build-tools qt5-qmake qt5-host-tools"
|
||||
makedepends="liblxqt-devel"
|
||||
|
@ -10,7 +10,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
|||
license="LGPL-2.1-or-later"
|
||||
homepage="https://lxqt.org/"
|
||||
distfiles="https://github.com/lxqt/lxqt-globalkeys/releases/download/${version}/lxqt-globalkeys-${version}.tar.xz"
|
||||
checksum=e6b92c5d9b61ad95ab30d70ecf0b30fd20ef1713910cce366e97e0dd7101f455
|
||||
checksum=ce54a1f62a3ec8a5ae0db5639df14141f4fea70643b915fb91c05c31fcbedbf1
|
||||
replaces="lxqt-common>=0"
|
||||
|
||||
lxqt-globalkeys-devel_package() {
|
||||
|
|
Loading…
Reference in New Issue