Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-about/
Date: Sat, 28 Nov 2015 17:36:22
Message-Id: 1448525957.62365cf34d80a2d90f00a7626ab7637451ce4bbf.monsieurp@gentoo
1 commit: 62365cf34d80a2d90f00a7626ab7637451ce4bbf
2 Author: Paolo Pedroni <PPed72 <AT> users <DOT> noreply <DOT> github <DOT> com>
3 AuthorDate: Tue Nov 24 10:56:12 2015 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 26 08:19:17 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62365cf3
7
8 lxqt-base/lxqt-about: Version bump to 0.10.0
9
10 Thanks to Alpha Bravo <aos <AT> ungwana.de> in bug #564718
11
12 lxqt-base/lxqt-about/lxqt-about-0.10.0.ebuild | 31 +++++++++++++++++++++++++++
13 1 file changed, 31 insertions(+)
14
15 diff --git a/lxqt-base/lxqt-about/lxqt-about-0.10.0.ebuild b/lxqt-base/lxqt-about/lxqt-about-0.10.0.ebuild
16 new file mode 100644
17 index 0000000..b574c90
18 --- /dev/null
19 +++ b/lxqt-base/lxqt-about/lxqt-about-0.10.0.ebuild
20 @@ -0,0 +1,31 @@
21 +# Copyright 1999-2015 Gentoo Foundation
22 +# Distributed under the terms of the GNU General Public License v2
23 +# $Id$
24 +
25 +EAPI=5
26 +inherit cmake-utils
27 +
28 +DESCRIPTION="LXQt about dialog"
29 +HOMEPAGE="http://lxqt.org/"
30 +
31 +if [[ ${PV} = *9999* ]]; then
32 + inherit git-r3
33 + EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}.git"
34 +else
35 + SRC_URI="https://downloads.lxqt.org/lxqt/${PV}/${P}.tar.xz"
36 + KEYWORDS="~amd64 ~arm ~arm64 ~x86"
37 +fi
38 +
39 +LICENSE="GPL-2 LGPL-2.1+"
40 +SLOT="0"
41 +
42 +DEPEND="
43 + dev-qt/qtcore:5
44 + dev-qt/qtdbus:5
45 + dev-qt/qtgui:5
46 + dev-qt/qtwidgets:5
47 + dev-qt/qtx11extras:5
48 + dev-qt/qtxml:5
49 + ~lxqt-base/liblxqt-${PV}
50 +"
51 +RDEPEND="${DEPEND}"