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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1ED46158012 for ; Wed, 22 Sep 2021 19:15:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B8FD5E089A; Wed, 22 Sep 2021 19:15:08 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9F13BE0898 for ; Wed, 22 Sep 2021 19:15:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0D0C6342B22 for ; Wed, 22 Sep 2021 19:15:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 95C7C12B for ; Wed, 22 Sep 2021 19:15:02 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1632338091.59fbb61fe765fa374e24340f92ab8fcb4f81b164.asturm@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: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 59fbb61fe765fa374e24340f92ab8fcb4f81b164 X-VCS-Branch: master Date: Wed, 22 Sep 2021 19:15:02 +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: 1746cbba-10e8-4b15-b125-de2bd20e016d X-Archives-Hash: a59e871f3bf5a7f26cbe3979064bb1a4 commit: 59fbb61fe765fa374e24340f92ab8fcb4f81b164 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Sep 22 18:58:33 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Sep 22 19:14:51 2021 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=59fbb61f media-gfx/lximage-qt: Sync with Gentoo ebuild repo Package-Manager: Portage-3.0.23, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> media-gfx/lximage-qt/lximage-qt-9999.ebuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/media-gfx/lximage-qt/lximage-qt-9999.ebuild b/media-gfx/lximage-qt/lximage-qt-9999.ebuild index 8f316528..cd4a61ab 100644 --- a/media-gfx/lximage-qt/lximage-qt-9999.ebuild +++ b/media-gfx/lximage-qt/lximage-qt-9999.ebuild @@ -5,10 +5,10 @@ EAPI=7 inherit cmake xdg-utils -DESCRIPTION="LXImage Image Viewer - GPicView replacement" +DESCRIPTION="Qt Image Viewer" HOMEPAGE="https://lxqt.github.io/" -if [[ ${PV} = *9999* ]]; then +if [[ ${PV} == *9999* ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/lxqt/${PN}.git" else @@ -16,12 +16,12 @@ else KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86" fi -LICENSE="GPL-2+ LGPL-2.1+" +LICENSE="GPL-2 GPL-2+" SLOT="0" BDEPEND=" dev-qt/linguist-tools:5 - >=dev-util/lxqt-build-tools-0.6.0 + >=dev-util/lxqt-build-tools-0.9.0 virtual/pkgconfig " DEPEND=" @@ -35,7 +35,7 @@ DEPEND=" dev-qt/qtwidgets:5 dev-qt/qtx11extras:5 media-libs/libexif - >=x11-libs/libfm-qt-0.12.0:= + >=x11-libs/libfm-qt-0.17.0:= x11-libs/libX11 x11-libs/libXfixes "