Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/lximage-qt/
Date: Wed, 13 Mar 2019 19:50:20
Message-Id: 1552506584.f764f0724d0ec2a649446f82a1a1c739b8bf472a.asturm@gentoo
1 commit: f764f0724d0ec2a649446f82a1a1c739b8bf472a
2 Author: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
3 AuthorDate: Tue Mar 12 23:34:47 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 13 19:49:44 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f764f072
7
8 media-gfx/lximage-qt: remove 'x11-libs/libfm' dependency
9
10 This requirement seems to have been removed a few years ago.
11
12 - https://github.com/lxqt/lximage-qt/commit/79ea1a06
13
14 Package-Manager: Portage-2.3.62, Repoman-2.3.12
15 Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>
16 Closes: https://github.com/gentoo/gentoo/pull/11353
17 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
18
19 media-gfx/lximage-qt/lximage-qt-0.14.1-r1.ebuild | 44 ++++++++++++++++++++++++
20 1 file changed, 44 insertions(+)
21
22 diff --git a/media-gfx/lximage-qt/lximage-qt-0.14.1-r1.ebuild b/media-gfx/lximage-qt/lximage-qt-0.14.1-r1.ebuild
23 new file mode 100644
24 index 00000000000..7e74167d0fd
25 --- /dev/null
26 +++ b/media-gfx/lximage-qt/lximage-qt-0.14.1-r1.ebuild
27 @@ -0,0 +1,44 @@
28 +# Copyright 1999-2019 Gentoo Authors
29 +# Distributed under the terms of the GNU General Public License v2
30 +
31 +EAPI=7
32 +
33 +inherit cmake-utils
34 +
35 +DESCRIPTION="LXImage Image Viewer - GPicView replacement"
36 +HOMEPAGE="https://lxqt.org/"
37 +
38 +if [[ ${PV} = *9999* ]]; then
39 + inherit git-r3
40 + EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
41 +else
42 + SRC_URI="https://downloads.lxqt.org/downloads/${PN}/${PV}/${P}.tar.xz"
43 + KEYWORDS="~amd64 ~arm ~arm64 ~x86"
44 +fi
45 +
46 +LICENSE="GPL-2+ LGPL-2.1+"
47 +SLOT="0"
48 +
49 +BDEPEND="
50 + dev-qt/linguist-tools:5
51 + >=dev-util/lxqt-build-tools-0.6.0
52 + virtual/pkgconfig
53 +"
54 +DEPEND="
55 + dev-libs/glib:2
56 + dev-qt/qtcore:5
57 + dev-qt/qtdbus:5
58 + dev-qt/qtgui:5
59 + dev-qt/qtnetwork:5
60 + dev-qt/qtprintsupport:5
61 + dev-qt/qtsvg:5
62 + dev-qt/qtwidgets:5
63 + dev-qt/qtx11extras:5
64 + media-libs/libexif
65 + >=x11-libs/libfm-qt-0.12.0:=
66 + x11-libs/libX11
67 + x11-libs/libXfixes
68 +"
69 +RDEPEND="${DEPEND}
70 + !lxqt-base/lxqt-l10n
71 +"