Gentoo Archives: gentoo-commits

From: Jimi Huotari <chiitoo@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/qt:master commit in: x11-libs/libfm-qt/
Date: Mon, 18 Feb 2019 23:29:56
Message-Id: 1550531454.48488d5fa3202a4a53cd5582b2a92df2430031bb.chiitoo@gentoo
1 commit: 48488d5fa3202a4a53cd5582b2a92df2430031bb
2 Author: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 18 23:07:46 2019 +0000
4 Commit: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 18 23:10:54 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=48488d5f
7
8 x11-libs/libfm-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 x11-libs/libfm-qt/Manifest | 1 +
14 x11-libs/libfm-qt/libfm-qt-0.14.0.ebuild | 39 ++++++++++++++++++++++++++++++++
15 2 files changed, 40 insertions(+)
16
17 diff --git a/x11-libs/libfm-qt/Manifest b/x11-libs/libfm-qt/Manifest
18 new file mode 100644
19 index 00000000..c686a611
20 --- /dev/null
21 +++ b/x11-libs/libfm-qt/Manifest
22 @@ -0,0 +1 @@
23 +DIST libfm-qt-0.14.0.tar.xz 324024 BLAKE2B 9fda27a331c9313a8f38ba81525f046f2b0ef0925c2482d1cd0cddd51c09021602c3da16a707b2dffb34358e6e4538489edfb9edbd3c5e3f725c1afb9a16393f SHA512 2d496f3963dd7e7a433ec16c87ca4682c1fb1564b935499bbeee354f09cbf2a0dcdeab2609e9429e87035731ea9f0a9c64c0bcec55be2eb92f806067d6d2e02a
24
25 diff --git a/x11-libs/libfm-qt/libfm-qt-0.14.0.ebuild b/x11-libs/libfm-qt/libfm-qt-0.14.0.ebuild
26 new file mode 100644
27 index 00000000..61b7192b
28 --- /dev/null
29 +++ b/x11-libs/libfm-qt/libfm-qt-0.14.0.ebuild
30 @@ -0,0 +1,39 @@
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="Qt port of libfm, a library providing components to build desktop file managers"
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/5"
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/qtgui:5
61 + dev-qt/qtwidgets:5
62 + dev-qt/qtx11extras:5
63 + >=lxde-base/menu-cache-1.1.0
64 + media-libs/libexif:=
65 + >=x11-libs/libfm-1.2.0:=
66 + x11-libs/libxcb:=
67 + !lxqt-base/lxqt-l10n
68 +"
69 +DEPEND="${RDEPEND}"