Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libfm-qt/
Date: Tue, 12 Mar 2019 19:37:46
Message-Id: 1552419442.80e2c3258708fd6c0626a1d9fa332a5ee68e0a61.asturm@gentoo
1 commit: 80e2c3258708fd6c0626a1d9fa332a5ee68e0a61
2 Author: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
3 AuthorDate: Tue Mar 12 13:13:42 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 12 19:37:22 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80e2c325
7
8 x11-libs/libfm-qt: remove 'x11-libs/libfm' dependency
9
10 Upstream removed this completely in 0.14.0.
11
12 - https://github.com/lxqt/libfm-qt/blob/master/CHANGELOG#L25
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/11344
17 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
18
19 x11-libs/libfm-qt/libfm-qt-0.14.1-r1.ebuild | 39 +++++++++++++++++++++++++++++
20 1 file changed, 39 insertions(+)
21
22 diff --git a/x11-libs/libfm-qt/libfm-qt-0.14.1-r1.ebuild b/x11-libs/libfm-qt/libfm-qt-0.14.1-r1.ebuild
23 new file mode 100644
24 index 00000000000..de820366ee6
25 --- /dev/null
26 +++ b/x11-libs/libfm-qt/libfm-qt-0.14.1-r1.ebuild
27 @@ -0,0 +1,39 @@
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="Qt port of libfm, a library providing components to build desktop file managers"
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/5"
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/qtgui:5
58 + dev-qt/qtwidgets:5
59 + dev-qt/qtx11extras:5
60 + >=lxde-base/menu-cache-1.1.0
61 + media-libs/libexif:=
62 + x11-libs/libxcb:=
63 +"
64 +RDEPEND="${DEPEND}
65 + !lxqt-base/lxqt-l10n
66 +"