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/, lxde-base/lxqt-notificationd/
Date: Sun, 03 Nov 2013 15:33:57
Message-Id: 1383492721.7e1aace156ad819c15f37741daefd3073641f844.yngwin@gentoo
1 commit: 7e1aace156ad819c15f37741daefd3073641f844
2 Author: Ben de Groot <yngwin <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 3 15:32:01 2013 +0000
4 Commit: Ben de Groot <yngwin <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 3 15:32:01 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=7e1aace1
7
8 lxde-base/lxqt-notificationd: initial commit
9
10 ---
11 .../lxqt-notificationd-9999.ebuild | 30 ++++++++++++++++++++++
12 lxde-base/lxqt-notificationd/metadata.xml | 6 +++++
13 sets/lxde-qt-live | 1 +
14 3 files changed, 37 insertions(+)
15
16 diff --git a/lxde-base/lxqt-notificationd/lxqt-notificationd-9999.ebuild b/lxde-base/lxqt-notificationd/lxqt-notificationd-9999.ebuild
17 new file mode 100644
18 index 0000000..0141634
19 --- /dev/null
20 +++ b/lxde-base/lxqt-notificationd/lxqt-notificationd-9999.ebuild
21 @@ -0,0 +1,30 @@
22 +# Copyright 1999-2013 Gentoo Foundation
23 +# Distributed under the terms of the GNU General Public License v2
24 +# $Header: $
25 +
26 +EAPI=5
27 +inherit cmake-utils
28 +
29 +DESCRIPTION="Notification daemon and library"
30 +HOMEPAGE="http://www.lxde.org/"
31 +
32 +if [[ ${PV} = *9999* ]]; then
33 + inherit git-r3
34 + EGIT_REPO_URI="git://github.com/lxde/${PN}.git"
35 + EGIT_BRANCH="master"
36 + KEYWORDS=""
37 +else
38 + SRC_URI="mirror://sourceforge/lxde/${P}.tar.bz2"
39 + KEYWORDS="~amd64 ~x86"
40 +fi
41 +
42 +LICENSE="GPL-2 LGPL-2.1+"
43 +SLOT="0"
44 +IUSE=""
45 +
46 +DEPEND="lxde-base/liblxqt
47 + lxde-base/libqtxdg
48 + dev-qt/qtcore:4
49 + dev-qt/qtdbus:4
50 + dev-qt/qtgui:4"
51 +RDEPEND="${DEPEND}"
52
53 diff --git a/lxde-base/lxqt-notificationd/metadata.xml b/lxde-base/lxqt-notificationd/metadata.xml
54 new file mode 100644
55 index 0000000..c141026
56 --- /dev/null
57 +++ b/lxde-base/lxqt-notificationd/metadata.xml
58 @@ -0,0 +1,6 @@
59 +<?xml version="1.0" encoding="UTF-8"?>
60 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
61 +<pkgmetadata>
62 + <herd>lxde</herd>
63 + <herd>qt</herd>
64 +</pkgmetadata>
65
66 diff --git a/sets/lxde-qt-live b/sets/lxde-qt-live
67 index bf2fb01..cfbc80e 100644
68 --- a/sets/lxde-qt-live
69 +++ b/sets/lxde-qt-live
70 @@ -2,3 +2,4 @@
71 =lxde-base/liblxqt-9999
72 =lxde-base/liblxqt-mount-9999
73 =lxde-base/lxqt-globalkeys-9999
74 +=lxde-base/lxqt-notificationd-9999