mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
lxqt-config: update to 0.15.0.
This commit is contained in:
parent
4128fb9e32
commit
0d208e063f
2 changed files with 3 additions and 24 deletions
|
@ -1,21 +0,0 @@
|
||||||
From cd7de12f2ebe5a2ad03c2086da4c3b5317a4506e Mon Sep 17 00:00:00 2001
|
|
||||||
From: Chih-Hsuan Yen <yan12125@gmail.com>
|
|
||||||
Date: Sun, 15 Dec 2019 09:32:55 +0800
|
|
||||||
Subject: [PATCH] Fix building with Qt 5.14
|
|
||||||
|
|
||||||
---
|
|
||||||
lxqt-config-input/touchpaddevice.cpp | 1 +
|
|
||||||
1 file changed, 1 insertion(+)
|
|
||||||
|
|
||||||
diff --git a/lxqt-config-input/touchpaddevice.cpp b/lxqt-config-input/touchpaddevice.cpp
|
|
||||||
index 31adbe5f..41690c2c 100644
|
|
||||||
--- lxqt-config-input/touchpaddevice.cpp
|
|
||||||
+++ lxqt-config-input/touchpaddevice.cpp
|
|
||||||
@@ -21,6 +21,7 @@
|
|
||||||
#include <cmath>
|
|
||||||
#include <QDebug>
|
|
||||||
#include <QX11Info>
|
|
||||||
+#include <QUrl>
|
|
||||||
#include <libudev.h>
|
|
||||||
#include <LXQt/Settings>
|
|
||||||
#include <X11/Xatom.h>
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'lxqt-config'
|
# Template file for 'lxqt-config'
|
||||||
pkgname=lxqt-config
|
pkgname=lxqt-config
|
||||||
version=0.14.1
|
version=0.15.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="pkgconf lxqt-build-tools qt5-qmake qt5-host-tools"
|
hostmakedepends="pkgconf lxqt-build-tools qt5-qmake qt5-host-tools"
|
||||||
makedepends="liblxqt-devel libXcursor-devel libkscreen-devel
|
makedepends="liblxqt-devel libXcursor-devel libkscreen-devel
|
||||||
|
@ -11,4 +11,4 @@ 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-config/releases/download/${version}/lxqt-config-${version}.tar.xz"
|
distfiles="https://github.com/lxqt/lxqt-config/releases/download/${version}/lxqt-config-${version}.tar.xz"
|
||||||
checksum=2ffb0a8627652861f1d5c3a9f5071d7e1016071d829c0bd17be234b3ed34639a
|
checksum=ebe26f1d5b9392e6363d7269468d45419b3dac7873ca0b3826a757eb4d7bcaa1
|
||||||
|
|
Loading…
Add table
Reference in a new issue