commit: df3fbedd6f597be67d94fe0c42d31f19ea556b46 Author: Jimi Huotari <chiitoo <AT> gentoo <DOT> org> AuthorDate: Wed Mar 9 19:03:49 2022 +0000 Commit: Jimi Huotari <chiitoo <AT> gentoo <DOT> org> CommitDate: Wed Mar 9 19:03:49 2022 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=df3fbedd
x11-misc/pcmanfm-qt: sync with the latest release ebuild Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org> x11-misc/pcmanfm-qt/pcmanfm-qt-9999.ebuild | 28 +++++++++++++++------------- 1 file changed, 15 insertions(+), 13 deletions(-) diff --git a/x11-misc/pcmanfm-qt/pcmanfm-qt-9999.ebuild b/x11-misc/pcmanfm-qt/pcmanfm-qt-9999.ebuild index a3d7681f..648a1b14 100644 --- a/x11-misc/pcmanfm-qt/pcmanfm-qt-9999.ebuild +++ b/x11-misc/pcmanfm-qt/pcmanfm-qt-9999.ebuild @@ -1,14 +1,16 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 + +MY_PV="$(ver_cut 1-2)" inherit cmake optfeature xdg-utils DESCRIPTION="Qt GUI Tabbed Filemanager" -HOMEPAGE="https://lxqt.github.io/" +HOMEPAGE="https://lxqt-project.org/" -if [[ ${PV} == *9999* ]]; then +if [[ "${PV}" == "9999" ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/lxqt/${PN}.git" else @@ -20,21 +22,21 @@ LICENSE="GPL-2 GPL-2+ LGPL-2.1+" SLOT="0" BDEPEND=" - dev-qt/linguist-tools:5 - >=dev-util/lxqt-build-tools-0.9.0 + >=dev-qt/linguist-tools-5.15:5 + >=dev-util/lxqt-build-tools-0.10.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 + >=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 - =x11-libs/libfm-qt-$(ver_cut 1-2)* + virtual/freedesktop-icon-theme + =x11-libs/libfm-qt-${MY_PV}*:= x11-libs/libxcb:= x11-misc/xdg-utils - virtual/freedesktop-icon-theme " RDEPEND="${DEPEND} >=lxde-base/lxmenu-data-0.1.5
