aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJimi Huotari <chiitoo@gentoo.org>2024-06-15 17:41:30 +0300
committerJimi Huotari <chiitoo@gentoo.org>2024-06-15 17:43:51 +0300
commite8e7dd2711215470efab26259f17e1b8642c8c84 (patch)
treeeb7ab732ae82b8768500cbe759de81ee83fd4eab
parentlxqt-base/lxqt-config: drop 2.0.0 (diff)
downloadqt-e8e7dd2711215470efab26259f17e1b8642c8c84.tar.gz
qt-e8e7dd2711215470efab26259f17e1b8642c8c84.tar.bz2
qt-e8e7dd2711215470efab26259f17e1b8642c8c84.zip
lxqt-base/lxqt-globalkeys: drop 2.0.0
Signed-off-by: Jimi Huotari <chiitoo@gentoo.org>
-rw-r--r--lxqt-base/lxqt-globalkeys/Manifest1
-rw-r--r--lxqt-base/lxqt-globalkeys/lxqt-globalkeys-2.0.0.ebuild33
2 files changed, 0 insertions, 34 deletions
diff --git a/lxqt-base/lxqt-globalkeys/Manifest b/lxqt-base/lxqt-globalkeys/Manifest
deleted file mode 100644
index 263a55a0..00000000
--- a/lxqt-base/lxqt-globalkeys/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST lxqt-globalkeys-2.0.0.tar.xz 74832 BLAKE2B 9a55e666635b54951d97da733b3df403f859db4b0524061fae3852c8e14e368526b6f9243d6059e06186758a0d2ceeac7cad256062b805c8af6ef5b1306cbea3 SHA512 8fa7f6e7db65f3a3b93ff65a8d27a1dfe262526d7ab18f8a2d0dd4b14c9f22c8d80de8e54fb83b2be228d7200d769e144b01ee8ea5ad7b3fc54b204f68224c3e
diff --git a/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-2.0.0.ebuild b/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-2.0.0.ebuild
deleted file mode 100644
index e1319e6f..00000000
--- a/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-2.0.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="Daemon and library for global keyboard shortcuts registration"
-HOMEPAGE="https://lxqt-project.org/"
-
-MY_PV="$(ver_cut 1-2)"
-
-if [[ ${PV} == 9999 ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
-else
- SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
- KEYWORDS="~amd64"
-fi
-
-LICENSE="LGPL-2.1 LGPL-2.1+"
-SLOT="0"
-
-BDEPEND="
- >=dev-qt/qttools-6.6:6[linguist]
- >=dev-util/lxqt-build-tools-2.0.0
-"
-DEPEND="
- >=dev-qt/qtbase-6.6:6[dbus,gui,widgets]
- =lxqt-base/liblxqt-${MY_PV}*:=
- x11-libs/libX11
-"
-RDEPEND="${DEPEND}"