diff options
author | Jimi Huotari <chiitoo@gentoo.org> | 2021-09-25 09:40:06 +0300 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-09-30 19:22:08 +0200 |
commit | 63f4b675ed1bbc83d3191970e82007ef19b534bf (patch) | |
tree | 30548ccbc687ef401fc5e2bbdf926b91dcb10000 /x11-misc | |
parent | x11-misc/qps: remove version 2.2.0 (diff) | |
download | gentoo-63f4b675ed1bbc83d3191970e82007ef19b534bf.tar.gz gentoo-63f4b675ed1bbc83d3191970e82007ef19b534bf.tar.bz2 gentoo-63f4b675ed1bbc83d3191970e82007ef19b534bf.zip |
x11-misc/pcmanfm-qt: remove version 0.16.0
Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Jimi Huotari <chiitoo@gentoo.org>
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/pcmanfm-qt/Manifest | 1 | ||||
-rw-r--r-- | x11-misc/pcmanfm-qt/pcmanfm-qt-0.16.0-r1.ebuild | 52 |
2 files changed, 0 insertions, 53 deletions
diff --git a/x11-misc/pcmanfm-qt/Manifest b/x11-misc/pcmanfm-qt/Manifest index 2ff296fcd826..f3cff2395c99 100644 --- a/x11-misc/pcmanfm-qt/Manifest +++ b/x11-misc/pcmanfm-qt/Manifest @@ -1,2 +1 @@ -DIST pcmanfm-qt-0.16.0.tar.xz 275792 BLAKE2B 65deed6a6d942a57c6cdf497d254d5052b1bcca219198f3cbaa2bcd29048976610afcfc31cc2101f8ddad88f436bc8dba2483b8305ff55f178dd65c91a549814 SHA512 42c754267966b29722bd771d6f6f09c20cdb3b33bbe49deec982bdac98379dff92ac13f6f70b603aea963a3e1003034475cb682ec4264cfcf581c189826ea727 DIST pcmanfm-qt-0.17.0.tar.xz 296000 BLAKE2B bfe6a7ed701d375030c8a20fca3a9b1076810c426388e03644bca0a0482f5b86ac784e197463c7316514e78fe72ab360c73df75cb1ee16dc22a2fe313d4f9d01 SHA512 6de9083b90a2d06db892941e50dc9817e1ab8cf5bab80e331cd083c4756b7ede1207ca35fc1fc43b81b52651acb57dfd85953ab8f8deef2a2c0d362374726daa diff --git a/x11-misc/pcmanfm-qt/pcmanfm-qt-0.16.0-r1.ebuild b/x11-misc/pcmanfm-qt/pcmanfm-qt-0.16.0-r1.ebuild deleted file mode 100644 index ca97c1aaa28e..000000000000 --- a/x11-misc/pcmanfm-qt/pcmanfm-qt-0.16.0-r1.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit cmake optfeature xdg-utils - -DESCRIPTION="Qt GUI Tabbed Filemanager" -HOMEPAGE="https://lxqt.github.io/" - -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 ~ppc64 x86" -fi - -LICENSE="GPL-2 GPL-2+ LGPL-2.1+" -SLOT="0" - -BDEPEND=" - dev-qt/linguist-tools:5 - >=dev-util/lxqt-build-tools-0.8.0 -" -DEPEND=" - dev-libs/glib:2 - dev-qt/qtcore:5 - dev-qt/qtdbus:5 - dev-qt/qtgui:5 - dev-qt/qtwidgets:5 - dev-qt/qtx11extras:5 - sys-apps/util-linux - =x11-libs/libfm-qt-$(ver_cut 1-2)* - x11-libs/libxcb:= - x11-misc/xdg-utils - virtual/freedesktop-icon-theme -" -RDEPEND="${DEPEND} - !lxqt-base/lxqt-l10n -" - -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 -} |