mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
lxqt-globalkeys: update to 0.15.0.
This commit is contained in:
parent
0d208e063f
commit
26378f9869
2 changed files with 3 additions and 24 deletions
|
@ -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'
|
# Template file for 'lxqt-globalkeys'
|
||||||
pkgname=lxqt-globalkeys
|
pkgname=lxqt-globalkeys
|
||||||
version=0.14.3
|
version=0.15.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="lxqt-build-tools qt5-qmake qt5-host-tools"
|
hostmakedepends="lxqt-build-tools qt5-qmake qt5-host-tools"
|
||||||
makedepends="liblxqt-devel"
|
makedepends="liblxqt-devel"
|
||||||
|
@ -10,7 +10,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="LGPL-2.1-or-later"
|
license="LGPL-2.1-or-later"
|
||||||
homepage="https://lxqt.org/"
|
homepage="https://lxqt.org/"
|
||||||
distfiles="https://github.com/lxqt/lxqt-globalkeys/releases/download/${version}/lxqt-globalkeys-${version}.tar.xz"
|
distfiles="https://github.com/lxqt/lxqt-globalkeys/releases/download/${version}/lxqt-globalkeys-${version}.tar.xz"
|
||||||
checksum=e6b92c5d9b61ad95ab30d70ecf0b30fd20ef1713910cce366e97e0dd7101f455
|
checksum=ce54a1f62a3ec8a5ae0db5639df14141f4fea70643b915fb91c05c31fcbedbf1
|
||||||
replaces="lxqt-common>=0"
|
replaces="lxqt-common>=0"
|
||||||
|
|
||||||
lxqt-globalkeys-devel_package() {
|
lxqt-globalkeys-devel_package() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue