commit:     7b5d91f443114de658f31151e8cbe12f93f077be
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Wed Nov  6 13:38:43 2024 +0000
Commit:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Wed Nov  6 13:38:48 2024 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=7b5d91f4

x11-misc/pcmanfm-qt: sync keywords and update dependencies

Also use 'xdg' instead of 'xdg-utils'.

Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>

 x11-misc/pcmanfm-qt/pcmanfm-qt-9999.ebuild | 14 ++++----------
 1 file changed, 4 insertions(+), 10 deletions(-)

diff --git a/x11-misc/pcmanfm-qt/pcmanfm-qt-9999.ebuild 
b/x11-misc/pcmanfm-qt/pcmanfm-qt-9999.ebuild
index d6467779..ead6b448 100644
--- a/x11-misc/pcmanfm-qt/pcmanfm-qt-9999.ebuild
+++ b/x11-misc/pcmanfm-qt/pcmanfm-qt-9999.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 MY_PV="$(ver_cut 1-2)"
 
-inherit cmake optfeature xdg-utils
+inherit cmake optfeature xdg
 
 DESCRIPTION="Qt GUI Tabbed Filemanager"
 HOMEPAGE="https://lxqt-project.org/";
@@ -15,7 +15,7 @@ if [[ ${PV} == 9999 ]]; then
        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"
+       KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
 fi
 
 LICENSE="GPL-2 GPL-2+ LGPL-2.1+"
@@ -23,7 +23,7 @@ SLOT="0"
 
 BDEPEND="
        >=dev-qt/qttools-6.6:6[linguist]
-       >=dev-util/lxqt-build-tools-2.0.0
+       >=dev-util/lxqt-build-tools-2.1.0
 "
 DEPEND="
        dev-libs/glib:2
@@ -40,14 +40,8 @@ RDEPEND="${DEPEND}
 "
 
 pkg_postinst() {
-       xdg_desktop_database_update
-       xdg_icon_cache_update
+       default
 
        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
-       xdg_icon_cache_update
-}

Reply via email to