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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D22E815808C for ; Wed, 9 Mar 2022 19:26:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 184E7E08F7; Wed, 9 Mar 2022 19:26:27 +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 B8950E08F7 for ; Wed, 9 Mar 2022 19:26:26 +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 BF434342F3F for ; Wed, 9 Mar 2022 19:26:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F00DF317 for ; Wed, 9 Mar 2022 19:26:22 +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: <1646852792.ca0f86c62c77b7c36519cb41577e1d8f7b032a37.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: ca0f86c62c77b7c36519cb41577e1d8f7b032a37 X-VCS-Branch: master Date: Wed, 9 Mar 2022 19:26:22 +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: 929168a9-2cd5-4f19-9e9c-7baa6f9f7433 X-Archives-Hash: 96a8de2d3d00a9edcac377741612e124 commit: ca0f86c62c77b7c36519cb41577e1d8f7b032a37 Author: Jimi Huotari gentoo org> AuthorDate: Wed Mar 9 19:06:32 2022 +0000 Commit: Jimi Huotari gentoo org> CommitDate: Wed Mar 9 19:06:32 2022 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=ca0f86c6 media-gfx/lximage-qt: sync with the latest release ebuild Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Jimi Huotari gentoo.org> media-gfx/lximage-qt/lximage-qt-9999.ebuild | 34 ++++++++++++++++------------- 1 file changed, 19 insertions(+), 15 deletions(-) diff --git a/media-gfx/lximage-qt/lximage-qt-9999.ebuild b/media-gfx/lximage-qt/lximage-qt-9999.ebuild index cd4a61ab..1262cf87 100644 --- a/media-gfx/lximage-qt/lximage-qt-9999.ebuild +++ b/media-gfx/lximage-qt/lximage-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 xdg-utils DESCRIPTION="Qt Image Viewer" -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,22 +22,22 @@ LICENSE="GPL-2 GPL-2+" 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 virtual/pkgconfig " DEPEND=" dev-libs/glib:2 - dev-qt/qtcore:5 - dev-qt/qtdbus:5 - dev-qt/qtgui:5 - dev-qt/qtnetwork:5 - dev-qt/qtprintsupport:5 - dev-qt/qtsvg: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/qtnetwork-5.15:5 + >=dev-qt/qtprintsupport-5.15:5 + >=dev-qt/qtsvg-5.15:5 + >=dev-qt/qtwidgets-5.15:5 + >=dev-qt/qtx11extras-5.15:5 media-libs/libexif - >=x11-libs/libfm-qt-0.17.0:= + =x11-libs/libfm-qt-${MY_PV}*:= x11-libs/libX11 x11-libs/libXfixes " @@ -43,8 +45,10 @@ RDEPEND="${DEPEND}" pkg_postinst() { xdg_desktop_database_update + xdg_icon_cache_update } pkg_postrm() { xdg_desktop_database_update + xdg_icon_cache_update }