summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJimi Huotari <chiitoo@gentoo.org>2023-03-26 18:31:20 +0300
committerJimi Huotari <chiitoo@gentoo.org>2023-03-26 18:31:20 +0300
commit9c9cf75056276e1fd506d8c5254eabaa62e3e6c9 (patch)
treeedb7bf8da8a6e4387575c22d10175e7d0ddf26c3 /x11-misc
parentx11-misc/screengrab: drop 2.4.0 (diff)
downloadgentoo-9c9cf75056276e1fd506d8c5254eabaa62e3e6c9.tar.gz
gentoo-9c9cf75056276e1fd506d8c5254eabaa62e3e6c9.tar.bz2
gentoo-9c9cf75056276e1fd506d8c5254eabaa62e3e6c9.zip
x11-misc/pcmanfm-qt: drop 1.1.0
Signed-off-by: Jimi Huotari <chiitoo@gentoo.org>
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/pcmanfm-qt/Manifest1
-rw-r--r--x11-misc/pcmanfm-qt/pcmanfm-qt-1.1.0.ebuild54
2 files changed, 0 insertions, 55 deletions
diff --git a/x11-misc/pcmanfm-qt/Manifest b/x11-misc/pcmanfm-qt/Manifest
index 6a1ee3deb049..91f0aa2e4370 100644
--- a/x11-misc/pcmanfm-qt/Manifest
+++ b/x11-misc/pcmanfm-qt/Manifest
@@ -1,2 +1 @@
-DIST pcmanfm-qt-1.1.0.tar.xz 331652 BLAKE2B 055660b841feb1cced2ec8c67493e0db9656825c4925e5699c27904ed1c7c6483bc1fbba98838c39a2e55fb4b8cb0a67bb2e8eee58fab6224448ad9300dad0b6 SHA512 b453b56bd10a94b6c4cbf6e999a470208c7817384f3868ef230a65d39ff3b1e2b2e6db8c08ca894c4e226288efd38dbdddeb1294fa4f8507836cf84594b956ef
DIST pcmanfm-qt-1.2.0.tar.xz 352536 BLAKE2B 4da72028fc22c9cc5711a2c5f4b7f92bdccc0f2006fb501b5111144df7441473ffe2719d161335b7b7d72f8a7fd3b545a73267a3a1b5b9716333c03c2e67241f SHA512 30e4d606a1eb5f3f64f0f6a3c3e855cca62a012f6e18e76a9f5738f304d2934fb0607fa579fa7ddf00ee863b8cd85f03bdb6e10eeb8bc61f5d50081ccc1db32b
diff --git a/x11-misc/pcmanfm-qt/pcmanfm-qt-1.1.0.ebuild b/x11-misc/pcmanfm-qt/pcmanfm-qt-1.1.0.ebuild
deleted file mode 100644
index 7b2b1951b854..000000000000
--- a/x11-misc/pcmanfm-qt/pcmanfm-qt-1.1.0.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-MY_PV="$(ver_cut 1-2)"
-
-inherit cmake optfeature xdg-utils
-
-DESCRIPTION="Qt GUI Tabbed Filemanager"
-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="GPL-2 GPL-2+ LGPL-2.1+"
-SLOT="0"
-
-BDEPEND="
- >=dev-qt/linguist-tools-5.15:5
- >=dev-util/lxqt-build-tools-0.11.0
-"
-DEPEND="
- dev-libs/glib:2
- >=dev-qt/qtcore-5.15:5
- >=dev-qt/qtdbus-5.15:5
- >=dev-qt/qtgui-5.15:5
- >=dev-qt/qtwidgets-5.15:5
- >=dev-qt/qtx11extras-5.15:5
- sys-apps/util-linux
- virtual/freedesktop-icon-theme
- =x11-libs/libfm-qt-${MY_PV}*:=
- x11-libs/libxcb:=
- x11-misc/xdg-utils
-"
-RDEPEND="${DEPEND}
- >=lxde-base/lxmenu-data-0.1.5
-"
-
-pkg_postinst() {
- xdg_desktop_database_update
-
- optfeature "mount password storing" gnome-base/gnome-keyring
- ! has_version lxqt-base/lxqt-meta && optfeature "trash functionality" gnome-base/gvfs
-}
-
-pkg_postrm() {
- xdg_desktop_database_update
-}