Gentoo Archives: gentoo-commits

From: Ben de Groot <yngwin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/qt:master commit in: sets/, profiles/updates/, lxde-base/liblxqt/
Date: Sun, 03 Nov 2013 14:59:13
Message-Id: 1383490731.836633f4e3b6fd30f68cef91c5ee3f1d26d7720b.yngwin@gentoo
1 commit: 836633f4e3b6fd30f68cef91c5ee3f1d26d7720b
2 Author: Ben de Groot <yngwin <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 3 14:58:51 2013 +0000
4 Commit: Ben de Groot <yngwin <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 3 14:58:51 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=836633f4
7
8 lxde-base/liblxqt: initial commit
9
10 ---
11 lxde-base/liblxqt/liblxqt-9999.ebuild | 35 +++++++++++++++++++++++++++++++++++
12 lxde-base/liblxqt/metadata.xml | 6 ++++++
13 profiles/updates/4Q-2013 | 2 ++
14 sets/lxde-qt-live | 2 ++
15 4 files changed, 45 insertions(+)
16
17 diff --git a/lxde-base/liblxqt/liblxqt-9999.ebuild b/lxde-base/liblxqt/liblxqt-9999.ebuild
18 new file mode 100644
19 index 0000000..39c32d9
20 --- /dev/null
21 +++ b/lxde-base/liblxqt/liblxqt-9999.ebuild
22 @@ -0,0 +1,35 @@
23 +# Copyright 1999-2013 Gentoo Foundation
24 +# Distributed under the terms of the GNU General Public License v2
25 +# $Header: $
26 +
27 +EAPI=5
28 +inherit cmake-utils
29 +
30 +DESCRIPTION="Common base library for the LXDE-Qt desktop environment"
31 +HOMEPAGE="http://www.lxde.org/"
32 +
33 +if [[ ${PV} = *9999* ]]; then
34 + inherit git-r3
35 + EGIT_REPO_URI="git://github.com/lxde/${PN}.git"
36 + EGIT_BRANCH="master"
37 + KEYWORDS=""
38 +else
39 + SRC_URI="mirror://sourceforge/lxde/${P}.tar.bz2"
40 + KEYWORDS="~amd64 ~x86"
41 +fi
42 +
43 +LICENSE="GPL-2 LGPL-2.1+"
44 +SLOT="0"
45 +IUSE=""
46 +
47 +DEPEND="lxde-base/libqtxdg
48 + x11-libs/libX11
49 + x11-libs/libXcomposite
50 + x11-libs/libXcursor
51 + x11-libs/libXdamage
52 + x11-libs/libXfixes
53 + x11-libs/libXrender
54 + dev-qt/qtcore:4
55 + dev-qt/qtdbus:4
56 + dev-qt/qtgui:4"
57 +RDEPEND="${DEPEND}"
58
59 diff --git a/lxde-base/liblxqt/metadata.xml b/lxde-base/liblxqt/metadata.xml
60 new file mode 100644
61 index 0000000..c141026
62 --- /dev/null
63 +++ b/lxde-base/liblxqt/metadata.xml
64 @@ -0,0 +1,6 @@
65 +<?xml version="1.0" encoding="UTF-8"?>
66 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
67 +<pkgmetadata>
68 + <herd>lxde</herd>
69 + <herd>qt</herd>
70 +</pkgmetadata>
71
72 diff --git a/profiles/updates/4Q-2013 b/profiles/updates/4Q-2013
73 new file mode 100644
74 index 0000000..9be626a
75 --- /dev/null
76 +++ b/profiles/updates/4Q-2013
77 @@ -0,0 +1,2 @@
78 +move razorqt-base/libqtxdg lxde-base/libqtxdg
79 +move razorqt-base/razorqt-libs lxde-base/liblxqt
80
81 diff --git a/sets/lxde-qt-live b/sets/lxde-qt-live
82 new file mode 100644
83 index 0000000..9a07497
84 --- /dev/null
85 +++ b/sets/lxde-qt-live
86 @@ -0,0 +1,2 @@
87 +=lxde-base/libqtxdg-9999
88 +=lxde-base/liblxqt-9999