aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJimi Huotari <chiitoo@gentoo.org>2022-03-09 21:03:49 +0200
committerJimi Huotari <chiitoo@gentoo.org>2022-03-09 21:03:49 +0200
commitdf3fbedd6f597be67d94fe0c42d31f19ea556b46 (patch)
treef804e349a133062ae28ec3e41e173feeb4f7e771 /x11-misc
parentx11-libs/libfm-qt: sync with the latest release ebuild (diff)
downloadqt-df3fbedd6f597be67d94fe0c42d31f19ea556b46.tar.gz
qt-df3fbedd6f597be67d94fe0c42d31f19ea556b46.tar.bz2
qt-df3fbedd6f597be67d94fe0c42d31f19ea556b46.zip
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@gentoo.org>
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/pcmanfm-qt/pcmanfm-qt-9999.ebuild28
1 files 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