summaryrefslogtreecommitdiff
path: root/lxqt-base/lxqt-globalkeys
diff options
context:
space:
mode:
Diffstat (limited to 'lxqt-base/lxqt-globalkeys')
-rw-r--r--lxqt-base/lxqt-globalkeys/Manifest1
-rw-r--r--lxqt-base/lxqt-globalkeys/files/lxqt-globalkeys-0.14.1-qt-5.14-build.patch21
-rw-r--r--lxqt-base/lxqt-globalkeys/lxqt-globalkeys-0.14.3.ebuild42
3 files changed, 0 insertions, 64 deletions
diff --git a/lxqt-base/lxqt-globalkeys/Manifest b/lxqt-base/lxqt-globalkeys/Manifest
deleted file mode 100644
index e89f4520..00000000
--- a/lxqt-base/lxqt-globalkeys/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST lxqt-globalkeys-0.14.3.tar.xz 67928 BLAKE2B 0298d393b17801a6dc9923299ab8ec8dc27368da0ff2514910e4e04e9a7788e09e9a6a097f4d7cb46f6e120537d4e7ebf0e50ec766086cb086bd9e871c2115b4 SHA512 205496c6be8fcefc4b0c7fc1beeac2a5ef996e1580d7662da6271149b3d26819b4db21260699bdd99db6a3e2874c7ac2670a6579c46985dcf6223ca6c98c125c
diff --git a/lxqt-base/lxqt-globalkeys/files/lxqt-globalkeys-0.14.1-qt-5.14-build.patch b/lxqt-base/lxqt-globalkeys/files/lxqt-globalkeys-0.14.1-qt-5.14-build.patch
deleted file mode 100644
index b545f5de..00000000
--- a/lxqt-base/lxqt-globalkeys/files/lxqt-globalkeys-0.14.1-qt-5.14-build.patch
+++ /dev/null
@@ -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
---- a/daemon/core.cpp
-+++ b/daemon/core.cpp
-@@ -33,6 +33,7 @@
- #include <QTimer>
- #include <QDBusConnectionInterface>
- #include <QDBusServiceWatcher>
-+#include <QFile>
-
- #include <cstddef>
- #include <cstdlib>
diff --git a/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-0.14.3.ebuild b/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-0.14.3.ebuild
deleted file mode 100644
index 76c6d65d..00000000
--- a/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-0.14.3.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake-utils
-
-DESCRIPTION="Daemon and library for global keyboard shortcuts registration"
-HOMEPAGE="https://lxqt.org/"
-
-if [[ ${PV} = *9999* ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
-else
- SRC_URI="https://downloads.lxqt.org/downloads/${PN}/${PV}/${P}.tar.xz"
- KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-fi
-
-LICENSE="LGPL-2.1+"
-SLOT="0"
-
-BDEPEND="
- dev-qt/linguist-tools:5
- >=lxqt-base/lxqt-build-tools-0.6.0
-"
-DEPEND="
- >=dev-libs/libqtxdg-3.3.1
- dev-qt/qtcore:5
- dev-qt/qtdbus:5
- dev-qt/qtgui:5
- dev-qt/qtwidgets:5
- dev-qt/qtx11extras:5
- dev-qt/qtxml:5
- =lxqt-base/liblxqt-$(ver_cut 1-2)*
- kde-frameworks/kwindowsystem:5
- x11-libs/libX11
-"
-RDEPEND="${DEPEND}
- !lxqt-base/lxqt-l10n
-"
-
-PATCHES=( "${FILESDIR}/${PN}-0.14.1-qt-5.14-build.patch" )