summaryrefslogtreecommitdiff
path: root/dev-util/lxqt-build-tools
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-09-15 18:44:44 +0100
committerV3n3RiX <venerix@koprulu.sector>2024-09-15 18:44:44 +0100
commit56ff249d594640aa1015bcb8b04f34bdd4d7feaf (patch)
tree1304dc6757e63e6117bde0082d29e693c9f3ded0 /dev-util/lxqt-build-tools
parentfda43397772811b92b0964a1f9619ad754c9360b (diff)
Revert "lxqt-base/lxqt-meta : support qt5 theming"
This reverts commit fda43397772811b92b0964a1f9619ad754c9360b.
Diffstat (limited to 'dev-util/lxqt-build-tools')
-rw-r--r--dev-util/lxqt-build-tools/Manifest2
-rw-r--r--dev-util/lxqt-build-tools/lxqt-build-tools-0.13.0-r5.ebuild26
-rw-r--r--dev-util/lxqt-build-tools/lxqt-build-tools-2.0.0-r5.ebuild90
3 files changed, 0 insertions, 118 deletions
diff --git a/dev-util/lxqt-build-tools/Manifest b/dev-util/lxqt-build-tools/Manifest
deleted file mode 100644
index 10a379ef..00000000
--- a/dev-util/lxqt-build-tools/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST lxqt-build-tools-0.13.0.tar.xz 25480 BLAKE2B aebbcb55851b0acc00bf4d34e3846e12a3d503e4f7238ba57d7d6b3df44ccd8e6dbe5fc1986ed722dfd4384ad17f22be14fa0c6270b3ed385ae7cd4ff5711e3e SHA512 ffb300159d6bbbdbe9d43d261a5028342f24057c943cf8dab5093d53b72bf5700de8f545914d454993e949d64aba77e3d01cbe68e8a4b4f6ca9f9f9693de3e0b
-DIST lxqt-build-tools-2.0.0.tar.xz 26072 BLAKE2B a549dbe4b2e93d33d0238efe4e419c867db49e626436c243c8080cd4d925212edfb531bb2d9b661d675b7c9b9fec076a4a6f2d144f414ebc3babacada75877e3 SHA512 4fe92af82d55bda8fc1b6dc44998ed64b031e33a5c19e9206c1822375b8aa8abbf5f5b94d3c5ebe6d5d318f8821664ee308064b7adb9081e08047a4456cc6a66
diff --git a/dev-util/lxqt-build-tools/lxqt-build-tools-0.13.0-r5.ebuild b/dev-util/lxqt-build-tools/lxqt-build-tools-0.13.0-r5.ebuild
deleted file mode 100644
index 6d99d769..00000000
--- a/dev-util/lxqt-build-tools/lxqt-build-tools-0.13.0-r5.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="LXQt Build Tools"
-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 ~arm arm64 ~hppa ~loong ~ppc64 ~riscv x86"
-fi
-
-LICENSE="BSD"
-SLOT="0/5"
-
-DEPEND="
- >=dev-libs/glib-2.50.0
- >=dev-qt/qtcore-5.15:5
-"
-RDEPEND="${DEPEND}"
diff --git a/dev-util/lxqt-build-tools/lxqt-build-tools-2.0.0-r5.ebuild b/dev-util/lxqt-build-tools/lxqt-build-tools-2.0.0-r5.ebuild
deleted file mode 100644
index 67c740e0..00000000
--- a/dev-util/lxqt-build-tools/lxqt-build-tools-2.0.0-r5.ebuild
+++ /dev/null
@@ -1,90 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="LXQt Build Tools"
-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 ~loong ~riscv ~x86"
-fi
-
-LICENSE="BSD"
-SLOT="0/6"
-IUSE="qt5"
-
-DEPEND="
- >=dev-libs/glib-2.50.0
- >=dev-qt/qtbase-6.6:6
-"
-RDEPEND="${DEPEND}
- qt5? (
- !<=app-arch/lxqt-archiver-1
- !<=gui-libs/xdg-desktop-portal-lxqt-1
- !<=lxqt-base/liblxqt-2
- !<=lxqt-base/libsysstat-1
- !<=lxqt-base/lxqt-about-2
- !<=lxqt-base/lxqt-admin-2
- !<=lxqt-base/lxqt-config-2
- !<=lxqt-base/lxqt-globalkeys-2
- !<=lxqt-base/lxqt-menu-data-2
- !<=lxqt-base/lxqt-meta-2
- !<=lxqt-base/lxqt-notificationd-2
- !<=lxqt-base/lxqt-openssh-askpass-2
- !<=lxqt-base/lxqt-panel-2
- !<=lxqt-base/lxqt-policykit-2
- !<=lxqt-base/lxqt-powermanagement-2
- !<=lxqt-base/lxqt-runner-2
- !<=lxqt-base/lxqt-session-2
- !<=lxqt-base/lxqt-sudo-2
- !<=media-gfx/lximage-qt-2
- !<=media-sound/pavucontrol-qt-2
- !<=x11-libs/qtermwidget-2
- !x11-misc/obconf-qt
- !<=x11-misc/pcmanfm-qt-2
- !<=x11-misc/qps-2.9
- !<=x11-misc/screengrab-2.8
- !<=x11-terms/qterminal-2
- !<=x11-themes/lxqt-themes-2
- )
- !qt5? (
- !<=app-arch/lxqt-archiver-1
- !<=app-misc/qtxdg-tools-4
- !<=dev-libs/libqtxdg-4
- !<=gui-libs/xdg-desktop-portal-lxqt-1
- !<=lxqt-base/liblxqt-2
- !<=lxqt-base/libsysstat-1
- !<=lxqt-base/lxqt-about-2
- !<=lxqt-base/lxqt-admin-2
- !<=lxqt-base/lxqt-config-2
- !<=lxqt-base/lxqt-globalkeys-2
- !<=lxqt-base/lxqt-menu-data-2
- !<=lxqt-base/lxqt-meta-2
- !<=lxqt-base/lxqt-notificationd-2
- !<=lxqt-base/lxqt-openssh-askpass-2
- !<=lxqt-base/lxqt-panel-2
- !<=lxqt-base/lxqt-policykit-2
- !<=lxqt-base/lxqt-powermanagement-2
- !<=lxqt-base/lxqt-qtplugin-2
- !<=lxqt-base/lxqt-runner-2
- !<=lxqt-base/lxqt-session-2
- !<=lxqt-base/lxqt-sudo-2
- !<=media-gfx/lximage-qt-2
- !<=media-sound/pavucontrol-qt-2
- !<=x11-libs/libfm-qt-2
- !<=x11-libs/qtermwidget-2
- !x11-misc/obconf-qt
- !<=x11-misc/pcmanfm-qt-2
- !<=x11-misc/qps-2.9
- !<=x11-misc/screengrab-2.8
- !<=x11-terms/qterminal-2
- !<=x11-themes/lxqt-themes-2
- )
-"