Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/qt:master commit in: media-gfx/lximage-qt/
Date: Wed, 22 Sep 2021 19:15:10
Message-Id: 1632338091.59fbb61fe765fa374e24340f92ab8fcb4f81b164.asturm@gentoo
1 commit: 59fbb61fe765fa374e24340f92ab8fcb4f81b164
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 22 18:58:33 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 22 19:14:51 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=59fbb61f
7
8 media-gfx/lximage-qt: Sync with Gentoo ebuild repo
9
10 Package-Manager: Portage-3.0.23, Repoman-3.0.3
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 media-gfx/lximage-qt/lximage-qt-9999.ebuild | 10 +++++-----
14 1 file changed, 5 insertions(+), 5 deletions(-)
15
16 diff --git a/media-gfx/lximage-qt/lximage-qt-9999.ebuild b/media-gfx/lximage-qt/lximage-qt-9999.ebuild
17 index 8f316528..cd4a61ab 100644
18 --- a/media-gfx/lximage-qt/lximage-qt-9999.ebuild
19 +++ b/media-gfx/lximage-qt/lximage-qt-9999.ebuild
20 @@ -5,10 +5,10 @@ EAPI=7
21
22 inherit cmake xdg-utils
23
24 -DESCRIPTION="LXImage Image Viewer - GPicView replacement"
25 +DESCRIPTION="Qt Image Viewer"
26 HOMEPAGE="https://lxqt.github.io/"
27
28 -if [[ ${PV} = *9999* ]]; then
29 +if [[ ${PV} == *9999* ]]; then
30 inherit git-r3
31 EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
32 else
33 @@ -16,12 +16,12 @@ else
34 KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
35 fi
36
37 -LICENSE="GPL-2+ LGPL-2.1+"
38 +LICENSE="GPL-2 GPL-2+"
39 SLOT="0"
40
41 BDEPEND="
42 dev-qt/linguist-tools:5
43 - >=dev-util/lxqt-build-tools-0.6.0
44 + >=dev-util/lxqt-build-tools-0.9.0
45 virtual/pkgconfig
46 "
47 DEPEND="
48 @@ -35,7 +35,7 @@ DEPEND="
49 dev-qt/qtwidgets:5
50 dev-qt/qtx11extras:5
51 media-libs/libexif
52 - >=x11-libs/libfm-qt-0.12.0:=
53 + >=x11-libs/libfm-qt-0.17.0:=
54 x11-libs/libX11
55 x11-libs/libXfixes
56 "