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-meta/
Date: Sat, 28 Nov 2015 17:36:16
Message-Id: 1448526003.c5b345fc6a13f38863919f2456a21f10bf7b8a35.monsieurp@gentoo
1 commit: c5b345fc6a13f38863919f2456a21f10bf7b8a35
2 Author: Paolo Pedroni <paolo.pedroni <AT> iol <DOT> it>
3 AuthorDate: Tue Nov 24 11:28:43 2015 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 26 08:20:03 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5b345fc
7
8 lxqt-base/lxqt-meta: Version bump to 0.10.0
9
10 Thanks to Alpha Bravo <aos <AT> ungwana.de> in bug #564718
11
12 lxqt-base/lxqt-meta/lxqt-meta-0.10.0.ebuild | 48 +++++++++++++++++++++++++++++
13 1 file changed, 48 insertions(+)
14
15 diff --git a/lxqt-base/lxqt-meta/lxqt-meta-0.10.0.ebuild b/lxqt-base/lxqt-meta/lxqt-meta-0.10.0.ebuild
16 new file mode 100644
17 index 0000000..f4869cd
18 --- /dev/null
19 +++ b/lxqt-base/lxqt-meta/lxqt-meta-0.10.0.ebuild
20 @@ -0,0 +1,48 @@
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 +
27 +DESCRIPTION="Meta ebuild for LXQt, the Lightweight Desktop Environment"
28 +HOMEPAGE="http://lxqt.org/"
29 +
30 +LICENSE="metapackage"
31 +SLOT="0"
32 +KEYWORDS="~amd64 ~arm ~arm64 ~x86"
33 +IUSE="+about admin +filemanager +icons lightdm lximage minimal +oxygen +policykit
34 + powermanagement sddm ssh-askpass sudo"
35 +REQUIRED_USE="oxygen? ( icons )"
36 +
37 +RDEPEND="
38 + >=lxde-base/lxmenu-data-0.1.2
39 + =lxqt-base/lxqt-common-0.10*
40 + ~lxqt-base/lxqt-config-${PV}
41 + ~lxqt-base/lxqt-globalkeys-${PV}
42 + ~lxqt-base/lxqt-notificationd-${PV}
43 + ~lxqt-base/lxqt-panel-${PV}
44 + ~lxqt-base/lxqt-qtplugin-${PV}
45 + ~lxqt-base/lxqt-runner-${PV}
46 + ~lxqt-base/lxqt-session-${PV}
47 + virtual/ttf-fonts
48 + about? ( ~lxqt-base/lxqt-about-${PV} )
49 + admin? ( ~lxqt-base/lxqt-admin-${PV} )
50 + filemanager? ( ~x11-misc/pcmanfm-qt-${PV} )
51 + icons? ( oxygen? ( kde-frameworks/oxygen-icons )
52 + !oxygen? ( virtual/freedesktop-icon-theme ) )
53 + lightdm? ( x11-misc/lightdm )
54 + lximage? ( media-gfx/lximage-qt )
55 + !minimal? ( x11-wm/openbox
56 + x11-misc/obconf-qt )
57 + policykit? ( ~lxqt-base/lxqt-policykit-${PV}
58 + || ( sys-auth/consolekit[policykit(-)]
59 + sys-apps/systemd[policykit(-)] ) )
60 + powermanagement? ( ~lxqt-base/lxqt-powermanagement-${PV} )
61 + sddm? ( >=x11-misc/sddm-0.11.0 )
62 + ssh-askpass? ( ~lxqt-base/lxqt-openssh-askpass-${PV} )
63 + sudo? ( ~lxqt-base/lxqt-sudo-${PV} )"
64 +
65 +# Note: we prefer kde-frameworks/oxygen-icons over other icon sets, as the initial
66 +# install expects oxygen icons, until the user specifies otherwise (bug 543380)
67 +
68 +S="${WORKDIR}"