From 56ff249d594640aa1015bcb8b04f34bdd4d7feaf Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 15 Sep 2024 18:44:44 +0100 Subject: Revert "lxqt-base/lxqt-meta : support qt5 theming" This reverts commit fda43397772811b92b0964a1f9619ad754c9360b. --- .../lxqt-qtplugin/lxqt-qtplugin-2.0.0-r5.ebuild | 34 ---------------------- 1 file changed, 34 deletions(-) delete mode 100644 lxqt-base/lxqt-qtplugin/lxqt-qtplugin-2.0.0-r5.ebuild (limited to 'lxqt-base/lxqt-qtplugin/lxqt-qtplugin-2.0.0-r5.ebuild') diff --git a/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-2.0.0-r5.ebuild b/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-2.0.0-r5.ebuild deleted file mode 100644 index 3b794cb3..00000000 --- a/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-2.0.0-r5.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 arm64 ~riscv ~x86" -fi - -LICENSE="LGPL-2.1+" -SLOT="0/6" - -BDEPEND=" - >=dev-qt/qttools-6.6:6[linguist] - >=dev-util/lxqt-build-tools-2.0.0:${SLOT} -" -DEPEND=" - dev-libs/libdbusmenu-lxqt - >=dev-libs/libqtxdg-4.0.0:${SLOT} - >=dev-qt/qtbase-6.6:6=[dbus,gui,widgets] - >=x11-libs/libfm-qt-2.0.2:${SLOT} -" -RDEPEND="${DEPEND}" -- cgit v1.2.3