Gentoo Archives: gentoo-commits

From: Jimi Huotari <chiitoo@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/qt:master commit in: media-gfx/lximage-qt/
Date: Mon, 18 Feb 2019 23:29:58
Message-Id: 1550532015.f5201d1f33e0ae04ff2aa5ed24022c9c6dfdcf27.chiitoo@gentoo
1 commit: f5201d1f33e0ae04ff2aa5ed24022c9c6dfdcf27
2 Author: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 18 23:10:08 2019 +0000
4 Commit: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 18 23:20:15 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=f5201d1f
7
8 media-gfx/lximage-qt: add 0.14.0 for testing
9
10 Package-Manager: Portage-2.3.61, Repoman-2.3.12
11 Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>
12
13 media-gfx/lximage-qt/Manifest | 1 +
14 media-gfx/lximage-qt/lximage-qt-0.14.0.ebuild | 44 +++++++++++++++++++++++++++
15 2 files changed, 45 insertions(+)
16
17 diff --git a/media-gfx/lximage-qt/Manifest b/media-gfx/lximage-qt/Manifest
18 new file mode 100644
19 index 00000000..1d07c7b2
20 --- /dev/null
21 +++ b/media-gfx/lximage-qt/Manifest
22 @@ -0,0 +1 @@
23 +DIST lximage-qt-0.14.0.tar.xz 77624 BLAKE2B 5ef8c30b397f22a167b9f9f20fa832b04ac9bde4218d10f80a182d1781138b3b6fcce4e22f7c2b49c0e6d59a08ec9683839989b41c9faa91db997a71bbe98864 SHA512 fddf4656f9112e02bb208b7c327d8f1a40326c1b5c9bff1cbd65909e808652c81dcdf5d2b9cf9cffd03c9e82b4980b498337afcb8fb1ee32ca7a7814ef268a0d
24
25 diff --git a/media-gfx/lximage-qt/lximage-qt-0.14.0.ebuild b/media-gfx/lximage-qt/lximage-qt-0.14.0.ebuild
26 new file mode 100644
27 index 00000000..a1dc7bd2
28 --- /dev/null
29 +++ b/media-gfx/lximage-qt/lximage-qt-0.14.0.ebuild
30 @@ -0,0 +1,44 @@
31 +# Copyright 1999-2019 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=7
35 +
36 +inherit cmake-utils
37 +
38 +DESCRIPTION="LXImage Image Viewer - GPicView replacement"
39 +HOMEPAGE="https://lxqt.org/"
40 +
41 +if [[ ${PV} = *9999* ]]; then
42 + inherit git-r3
43 + EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
44 +else
45 + SRC_URI="https://downloads.lxqt.org/downloads/${PN}/${PV}/${P}.tar.xz"
46 + KEYWORDS="~amd64 ~arm ~arm64 ~x86"
47 +fi
48 +
49 +LICENSE="GPL-2+ LGPL-2.1+"
50 +SLOT="0"
51 +
52 +BDEPEND="
53 + dev-qt/linguist-tools:5
54 + >=dev-util/lxqt-build-tools-0.6.0
55 + virtual/pkgconfig
56 +"
57 +RDEPEND="
58 + dev-libs/glib:2
59 + dev-qt/qtcore:5
60 + dev-qt/qtdbus:5
61 + dev-qt/qtgui:5
62 + dev-qt/qtnetwork:5
63 + dev-qt/qtprintsupport:5
64 + dev-qt/qtsvg:5
65 + dev-qt/qtwidgets:5
66 + dev-qt/qtx11extras:5
67 + media-libs/libexif
68 + >=x11-libs/libfm-1.2:=
69 + >=x11-libs/libfm-qt-0.12.0:=
70 + x11-libs/libX11
71 + x11-libs/libXfixes
72 + !lxqt-base/lxqt-l10n
73 +"
74 +DEPEND="${RDEPEND}"