Gentoo Archives: gentoo-commits

From: Jauhien Piatlicki <jauhien@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-meta/
Date: Wed, 29 Oct 2014 22:39:11
Message-Id: 1414622320.44bb817d76a8cc3edaccb2160a7889f2760ae343.jauhien@gentoo
1 commit: 44bb817d76a8cc3edaccb2160a7889f2760ae343
2 Author: Jauhien Piatlicki <jauhien <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 29 22:38:40 2014 +0000
4 Commit: Jauhien Piatlicki <jauhien <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 29 22:38:40 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=44bb817d
7
8 [lxqt-base/lxqt-meta] 0.8.0 release
9
10 ---
11 lxqt-base/lxqt-meta/lxqt-meta-0.8.0.ebuild | 60 ++++++++++++++++++++++++++++++
12 lxqt-base/lxqt-meta/metadata.xml | 2 +-
13 2 files changed, 61 insertions(+), 1 deletion(-)
14
15 diff --git a/lxqt-base/lxqt-meta/lxqt-meta-0.8.0.ebuild b/lxqt-base/lxqt-meta/lxqt-meta-0.8.0.ebuild
16 new file mode 100644
17 index 0000000..23f7a63
18 --- /dev/null
19 +++ b/lxqt-base/lxqt-meta/lxqt-meta-0.8.0.ebuild
20 @@ -0,0 +1,60 @@
21 +# Copyright 1999-2014 Gentoo Foundation
22 +# Distributed under the terms of the GNU General Public License v2
23 +# $Header: $
24 +
25 +EAPI=5
26 +
27 +inherit readme.gentoo
28 +
29 +DESCRIPTION="Meta ebuild for LXQt, the Lightweight Desktop Environment"
30 +HOMEPAGE="http://lxqt.org/"
31 +
32 +LICENSE="metapackage"
33 +SLOT="0"
34 +KEYWORDS="~amd64 ~x86"
35 +IUSE="admin icons lightdm lximage -minimal +policykit powermanagement sddm ssh-askpass"
36 +
37 +S="${WORKDIR}"
38 +
39 +DOC_CONTENTS="
40 + For your convenience you can review
41 + http://www.gentoo.org/proj/en/desktop/lxde/lxde-howto.xml and
42 + http://wiki.lxde.org/en/LXDE-Qt"
43 +
44 +RDEPEND="
45 + >=lxde-base/lxmenu-data-0.1.2
46 + ~lxqt-base/lxqt-about-${PV}
47 + ~lxqt-base/lxqt-common-${PV}
48 + ~lxqt-base/lxqt-config-${PV}
49 + ~lxqt-base/lxqt-notificationd-${PV}
50 + ~lxqt-base/lxqt-panel-${PV}
51 + ~lxqt-base/lxqt-qtplugin-${PV}
52 + ~lxqt-base/lxqt-runner-${PV}
53 + ~lxqt-base/lxqt-session-${PV}
54 + ~x11-misc/pcmanfm-qt-${PV}
55 + admin? (
56 + ~app-admin/lxqt-admin-${PV} )
57 + icons? (
58 + >=lxde-base/lxde-icon-theme-0.5 )
59 + lightdm? (
60 + x11-misc/lightdm )
61 + lximage? (
62 + >=media-gfx/lximage-qt-0.3.0 )
63 + !minimal? (
64 + x11-wm/openbox
65 + >=x11-misc/obconf-qt-0.1.0_p20141029 )
66 + policykit? (
67 + ~lxqt-base/lxqt-policykit-${PV}
68 + || ( sys-auth/consolekit[policykit(-)]
69 + sys-apps/systemd[policykit(-)] ) )
70 + powermanagement? (
71 + ~lxqt-base/lxqt-powermanagement-${PV} )
72 + sddm? (
73 + >=x11-misc/sddm-0.10.0 )
74 + ssh-askpass? (
75 + ~net-misc/lxqt-openssh-askpass-${PV} )
76 +"
77 +
78 +pkg_postinst() {
79 + readme.gentoo_pkg_postinst
80 +}
81
82 diff --git a/lxqt-base/lxqt-meta/metadata.xml b/lxqt-base/lxqt-meta/metadata.xml
83 index edf6cc8..845fd7c 100644
84 --- a/lxqt-base/lxqt-meta/metadata.xml
85 +++ b/lxqt-base/lxqt-meta/metadata.xml
86 @@ -5,7 +5,7 @@
87 <use>
88 <flag name="admin">Install <pkg>app-admin/lxqt-admin</pkg></flag>
89 <flag name="icons">Install <pkg>lxde-base/lxde-icon-theme</pkg>
90 - icon theme</flag>
91 + icon theme (pulls in GTK)</flag>
92 <flag name="lightdm">Install <pkg>x11-misc/lightdm</pkg>
93 display manager</flag>
94 <flag name="lximage">Install <pkg>media-gfx/lximage-qt</pkg>