From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8F75D158042 for ; Wed, 6 Nov 2024 13:48:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EDD31E0C9F; Wed, 6 Nov 2024 13:47:52 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D35F2E0C9F for ; Wed, 6 Nov 2024 13:47:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2C208341C4B for ; Wed, 6 Nov 2024 13:47:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B1FDD2145 for ; Wed, 6 Nov 2024 13:47:48 +0000 (UTC) From: "Jimi Huotari" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jimi Huotari" Message-ID: <1730900328.7b5d91f443114de658f31151e8cbe12f93f077be.chiitoo@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: x11-misc/pcmanfm-qt/ X-VCS-Repository: proj/qt X-VCS-Files: x11-misc/pcmanfm-qt/pcmanfm-qt-9999.ebuild X-VCS-Directories: x11-misc/pcmanfm-qt/ X-VCS-Committer: chiitoo X-VCS-Committer-Name: Jimi Huotari X-VCS-Revision: 7b5d91f443114de658f31151e8cbe12f93f077be X-VCS-Branch: master Date: Wed, 6 Nov 2024 13:47:48 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6a249344-4ffa-460d-9882-05914595e969 X-Archives-Hash: e09dc6eefbc51b1db9d076bdafe48c05 commit: 7b5d91f443114de658f31151e8cbe12f93f077be Author: Jimi Huotari gentoo org> AuthorDate: Wed Nov 6 13:38:43 2024 +0000 Commit: Jimi Huotari gentoo 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 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 -}