summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJimi Huotari <chiitoo@gentoo.org>2020-08-12 01:55:49 +0300
committerAndreas Sturmlechner <asturm@gentoo.org>2020-08-13 17:45:24 +0200
commitd9ff8710a0d3349de1a1beeee41d7e7502acfbe9 (patch)
tree57ad17deb168ff094970be7d0715ff699b20801b /lxqt-base/lxqt-globalkeys
parentmedia-gfx/lximage-qt: add missing xdg_desktop_database_update (diff)
downloadgentoo-d9ff8710a0d3349de1a1beeee41d7e7502acfbe9.tar.gz
gentoo-d9ff8710a0d3349de1a1beeee41d7e7502acfbe9.tar.bz2
gentoo-d9ff8710a0d3349de1a1beeee41d7e7502acfbe9.zip
lxqt-base: remove 0.14.* and other old versions/files/local USE-flags
Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Jimi Huotari <chiitoo@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/17095 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'lxqt-base/lxqt-globalkeys')
-rw-r--r--lxqt-base/lxqt-globalkeys/Manifest2
-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.1.ebuild42
-rw-r--r--lxqt-base/lxqt-globalkeys/lxqt-globalkeys-0.14.3.ebuild42
4 files changed, 0 insertions, 107 deletions
diff --git a/lxqt-base/lxqt-globalkeys/Manifest b/lxqt-base/lxqt-globalkeys/Manifest
index 701ed4190b69..2a8c4a1b1466 100644
--- a/lxqt-base/lxqt-globalkeys/Manifest
+++ b/lxqt-base/lxqt-globalkeys/Manifest
@@ -1,3 +1 @@
-DIST lxqt-globalkeys-0.14.1.tar.xz 63496 BLAKE2B 9186b04d290260503a133f4baf9e4156abc056647687f518eaf460c8bd0e4e48d7f4639d1f51ab87f9adc1e2139f0315940eb3da5d098b3b0824e98ae97eee90 SHA512 7683971a916adb0dff8efd5567dad11e0860e48960bb6ed650aa2cd8e1bc33f7b8cbff95e19f198e00b61eea4f7492b41e7a0acf19365143c1c0ce8ea0cbb2a3
-DIST lxqt-globalkeys-0.14.3.tar.xz 67928 BLAKE2B 0298d393b17801a6dc9923299ab8ec8dc27368da0ff2514910e4e04e9a7788e09e9a6a097f4d7cb46f6e120537d4e7ebf0e50ec766086cb086bd9e871c2115b4 SHA512 205496c6be8fcefc4b0c7fc1beeac2a5ef996e1580d7662da6271149b3d26819b4db21260699bdd99db6a3e2874c7ac2670a6579c46985dcf6223ca6c98c125c
DIST lxqt-globalkeys-0.15.0.tar.xz 68932 BLAKE2B eedf706b9bb65c4c9a05dd122f627349a35ce6d4daf514ac2697dff8466a74fc85636c4b113919fd115b419d1430f5c5549350aa36c2b9cac857e2fbe47b186b SHA512 95beba4ce6c2324582d93a6f3f56d57681ec7d992db80a8d9fae34a637ba1612260932944e3865c3c749982e6aa111b3495558bc5d36e8b4c8e21027775e346e
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 b545f5de61bf..000000000000
--- 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.1.ebuild b/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-0.14.1.ebuild
deleted file mode 100644
index 0fb056d46ac8..000000000000
--- a/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-0.14.1.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
-
-DESCRIPTION="Daemon and library for global keyboard shortcuts registration"
-HOMEPAGE="https://lxqt.github.io/"
-
-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 ~ppc64 x86"
-fi
-
-LICENSE="LGPL-2.1+"
-SLOT="0"
-
-PATCHES=( "${FILESDIR}/${P}-qt-5.14-build.patch" )
-
-BDEPEND="
- dev-qt/linguist-tools:5
- >=dev-util/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
-"
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 5451fd0c6a6d..000000000000
--- a/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-0.14.3.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake
-
-DESCRIPTION="Daemon and library for global keyboard shortcuts registration"
-HOMEPAGE="https://lxqt.github.io/"
-
-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 ~ppc64 x86"
-fi
-
-LICENSE="LGPL-2.1+"
-SLOT="0"
-
-PATCHES=( "${FILESDIR}/${PN}-0.14.1-qt-5.14-build.patch" )
-
-BDEPEND="
- dev-qt/linguist-tools:5
- >=dev-util/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
-"