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 90D2B158042 for ; Wed, 6 Nov 2024 13:48:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E59E3E0C9E; 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 CEC63E0C9E 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 21A8134134D 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 7A6161F9A 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: <1730900253.97d8ff5dd608561acd5cad91bd79b71cfd96533e.chiitoo@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: media-gfx/lximage-qt/ X-VCS-Repository: proj/qt X-VCS-Files: media-gfx/lximage-qt/lximage-qt-9999.ebuild X-VCS-Directories: media-gfx/lximage-qt/ X-VCS-Committer: chiitoo X-VCS-Committer-Name: Jimi Huotari X-VCS-Revision: 97d8ff5dd608561acd5cad91bd79b71cfd96533e 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: 2be55bce-aed4-40b2-b4a3-cc23ed1732f3 X-Archives-Hash: 0a380d24832be523bcc0aae5358df5c8 commit: 97d8ff5dd608561acd5cad91bd79b71cfd96533e Author: Jimi Huotari gentoo org> AuthorDate: Wed Nov 6 13:36:59 2024 +0000 Commit: Jimi Huotari gentoo org> CommitDate: Wed Nov 6 13:37:33 2024 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=97d8ff5d media-gfx/lximage-qt: sync keywords and update dependencies Also adjust LICENSES and use 'xdg' instead of 'xdg-utils'. Signed-off-by: Jimi Huotari gentoo.org> media-gfx/lximage-qt/lximage-qt-9999.ebuild | 18 ++++-------------- 1 file changed, 4 insertions(+), 14 deletions(-) diff --git a/media-gfx/lximage-qt/lximage-qt-9999.ebuild b/media-gfx/lximage-qt/lximage-qt-9999.ebuild index 5a929584..0c866b89 100644 --- a/media-gfx/lximage-qt/lximage-qt-9999.ebuild +++ b/media-gfx/lximage-qt/lximage-qt-9999.ebuild @@ -5,7 +5,7 @@ EAPI=8 MY_PV="$(ver_cut 1-2)" -inherit cmake xdg-utils +inherit cmake xdg DESCRIPTION="Qt Image Viewer" HOMEPAGE="https://lxqt-project.org/" @@ -15,15 +15,15 @@ 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+" +LICENSE="GPL-2+" 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 virtual/pkgconfig " DEPEND=" @@ -36,13 +36,3 @@ DEPEND=" x11-libs/libXfixes " RDEPEND="${DEPEND}" - -pkg_postinst() { - xdg_desktop_database_update - xdg_icon_cache_update -} - -pkg_postrm() { - xdg_desktop_database_update - xdg_icon_cache_update -}