diff options
author | V3n3RiX <venerix@koprulu.sector> | 2024-09-15 18:44:44 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2024-09-15 18:44:44 +0100 |
commit | 56ff249d594640aa1015bcb8b04f34bdd4d7feaf (patch) | |
tree | 1304dc6757e63e6117bde0082d29e693c9f3ded0 /lxqt-base/lxqt-qtplugin/lxqt-qtplugin-2.0.0-r5.ebuild | |
parent | fda43397772811b92b0964a1f9619ad754c9360b (diff) |
Revert "lxqt-base/lxqt-meta : support qt5 theming"
This reverts commit fda43397772811b92b0964a1f9619ad754c9360b.
Diffstat (limited to 'lxqt-base/lxqt-qtplugin/lxqt-qtplugin-2.0.0-r5.ebuild')
-rw-r--r-- | lxqt-base/lxqt-qtplugin/lxqt-qtplugin-2.0.0-r5.ebuild | 34 |
1 files changed, 0 insertions, 34 deletions
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}" |