summaryrefslogtreecommitdiff
path: root/x11-libs/libfm-qt
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 /x11-libs/libfm-qt
parentfda43397772811b92b0964a1f9619ad754c9360b (diff)
Revert "lxqt-base/lxqt-meta : support qt5 theming"
This reverts commit fda43397772811b92b0964a1f9619ad754c9360b.
Diffstat (limited to 'x11-libs/libfm-qt')
-rw-r--r--x11-libs/libfm-qt/libfm-qt-1.4.0-r5.ebuild48
-rw-r--r--x11-libs/libfm-qt/libfm-qt-2.0.2-r5.ebuild45
2 files changed, 0 insertions, 93 deletions
diff --git a/x11-libs/libfm-qt/libfm-qt-1.4.0-r5.ebuild b/x11-libs/libfm-qt/libfm-qt-1.4.0-r5.ebuild
deleted file mode 100644
index a0568dda..00000000
--- a/x11-libs/libfm-qt/libfm-qt-1.4.0-r5.ebuild
+++ /dev/null
@@ -1,48 +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 xdg-utils
-
-DESCRIPTION="Qt Library for Building File Managers"
-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 ~loong ~ppc64 ~riscv x86"
-fi
-
-LICENSE="BSD GPL-2+ LGPL-2.1+"
-SLOT="0/5"
-
-BDEPEND="
- >=dev-qt/linguist-tools-5.15:5
- >=dev-util/lxqt-build-tools-0.13.0:${SLOT}
- virtual/pkgconfig
-"
-DEPEND="
- dev-libs/glib:2
- >=dev-qt/qtcore-5.15:5
- >=dev-qt/qtgui-5.15:5=
- >=dev-qt/qtwidgets-5.15:5
- >=dev-qt/qtx11extras-5.15:5
- >=lxde-base/menu-cache-1.1.0:=
- =lxqt-base/lxqt-menu-data-${MY_PV}*
- media-libs/libexif
- x11-libs/libxcb:=
-"
-RDEPEND="${DEPEND}"
-
-pkg_postinst() {
- xdg_mimeinfo_database_update
-}
-
-pkg_postrm() {
- xdg_mimeinfo_database_update
-}
diff --git a/x11-libs/libfm-qt/libfm-qt-2.0.2-r5.ebuild b/x11-libs/libfm-qt/libfm-qt-2.0.2-r5.ebuild
deleted file mode 100644
index c0a8293b..00000000
--- a/x11-libs/libfm-qt/libfm-qt-2.0.2-r5.ebuild
+++ /dev/null
@@ -1,45 +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 xdg-utils
-
-DESCRIPTION="Qt Library for Building File Managers"
-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="BSD GPL-2+ LGPL-2.1+"
-SLOT="0/6"
-
-BDEPEND="
- >=dev-qt/qttools-6.6:6[linguist]
- >=dev-util/lxqt-build-tools-2.0.0:${SLOT}
- virtual/pkgconfig
-"
-DEPEND="
- dev-libs/glib:2
- >=dev-qt/qtbase-6.6:6=[gui,widgets,X]
- >=lxde-base/menu-cache-1.1.0:=
- >=lxqt-base/lxqt-menu-data-2.0.0
- media-libs/libexif
- x11-libs/libxcb:=
-"
-RDEPEND="${DEPEND}"
-
-pkg_postinst() {
- xdg_mimeinfo_database_update
-}
-
-pkg_postrm() {
- xdg_mimeinfo_database_update
-}