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 CBC93158042 for ; Wed, 6 Nov 2024 13:48:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5CEE8E0CAF; Wed, 6 Nov 2024 13:47:53 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 10422E0CAB for ; Wed, 6 Nov 2024 13:47:53 +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 2F8A1342F8C 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 C48EE214E 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: <1730900382.9f69318d43a723828769b1fb9378400d0cd4301b.chiitoo@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: x11-misc/qps/ X-VCS-Repository: proj/qt X-VCS-Files: x11-misc/qps/qps-9999.ebuild X-VCS-Directories: x11-misc/qps/ X-VCS-Committer: chiitoo X-VCS-Committer-Name: Jimi Huotari X-VCS-Revision: 9f69318d43a723828769b1fb9378400d0cd4301b 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: b7e0723b-9bd0-4b8d-ae49-e6dea92ac9ac X-Archives-Hash: de42d3b27fa9fa9b4f20178a929ad02e commit: 9f69318d43a723828769b1fb9378400d0cd4301b Author: Jimi Huotari gentoo org> AuthorDate: Wed Nov 6 13:39:39 2024 +0000 Commit: Jimi Huotari gentoo org> CommitDate: Wed Nov 6 13:39:42 2024 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=9f69318d x11-misc/qps: sync keywords and update dependencies Also use 'xdg' instead of 'xdg-utils'. Signed-off-by: Jimi Huotari gentoo.org> x11-misc/qps/qps-9999.ebuild | 18 ++++-------------- 1 file changed, 4 insertions(+), 14 deletions(-) diff --git a/x11-misc/qps/qps-9999.ebuild b/x11-misc/qps/qps-9999.ebuild index 43aa91df..9843e436 100644 --- a/x11-misc/qps/qps-9999.ebuild +++ b/x11-misc/qps/qps-9999.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit cmake xdg-utils +inherit cmake xdg DESCRIPTION="Qt GUI Process Manager" HOMEPAGE="https://lxqt-project.org/" @@ -13,7 +13,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+ QPL-1.0" @@ -21,20 +21,10 @@ 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-qt/qtbase-6.6:6[gui,widgets] - >=lxqt-base/liblxqt-2.0:= + >=lxqt-base/liblxqt-2.1:= " RDEPEND="${DEPEND}" - -pkg_postinst() { - xdg_desktop_database_update - xdg_icon_cache_update -} - -pkg_postrm() { - xdg_desktop_database_update - xdg_icon_cache_update -}