diff options
author | Jimi Huotari <chiitoo@gentoo.org> | 2024-06-15 17:42:59 +0300 |
---|---|---|
committer | Jimi Huotari <chiitoo@gentoo.org> | 2024-06-15 17:43:51 +0300 |
commit | 0197bbbbe961dec6dab3d19f394f2208c0df856f (patch) | |
tree | 6e40b8e8c6b0a3071f025591d61565d890c7f616 | |
parent | lxqt-base/lxqt-sudo: drop 2.0.0 (diff) | |
download | qt-0197bbbbe961dec6dab3d19f394f2208c0df856f.tar.gz qt-0197bbbbe961dec6dab3d19f394f2208c0df856f.tar.bz2 qt-0197bbbbe961dec6dab3d19f394f2208c0df856f.zip |
lxqt-base/lxqt-qtplugin: drop 2.0.0
Signed-off-by: Jimi Huotari <chiitoo@gentoo.org>
-rw-r--r-- | lxqt-base/lxqt-qtplugin/Manifest | 1 | ||||
-rw-r--r-- | lxqt-base/lxqt-qtplugin/lxqt-qtplugin-2.0.0.ebuild | 34 |
2 files changed, 0 insertions, 35 deletions
diff --git a/lxqt-base/lxqt-qtplugin/Manifest b/lxqt-base/lxqt-qtplugin/Manifest deleted file mode 100644 index 89949c31..00000000 --- a/lxqt-base/lxqt-qtplugin/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST lxqt-qtplugin-2.0.0.tar.xz 24128 BLAKE2B 54a342dff7e7b93fa5ddbc466d408cb2e215b1c05208f76752c3651d6c2cf91708a9b62c951e9595854e2312c6cb13c2de57b364797fcadee803aaaa45c18679 SHA512 aac58511a309f162e69cbf00ae90f611e4bd8665576388d73e97e324ade2532e8ece7098ccd0c362b0674e1491f203258635f0b81738c92690b987b0f5ccf856 diff --git a/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-2.0.0.ebuild b/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-2.0.0.ebuild deleted file mode 100644 index c4bebce5..00000000 --- a/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-2.0.0.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -MY_PV="$(ver_cut 1-2)" - -inherit cmake - -DESCRIPTION="LXQt system integration plugin for Qt" -HOMEPAGE="https://lxqt-project.org/" - -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+" -SLOT="0" - -BDEPEND=" - >=dev-qt/qttools-6.6:6[linguist] - >=dev-util/lxqt-build-tools-2.0.0 -" -DEPEND=" - dev-libs/libdbusmenu-lxqt - >=dev-libs/libqtxdg-4.0.0 - >=dev-qt/qtbase-6.6:6=[dbus,gui,widgets] - =x11-libs/libfm-qt-${MY_PV}* -" -RDEPEND="${DEPEND}" |