From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 097E1138247 for ; Sun, 3 Nov 2013 15:33:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9237BE09F5; Sun, 3 Nov 2013 15:33:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1DB0DE09F5 for ; Sun, 3 Nov 2013 15:33:56 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 38B1D33F005 for ; Sun, 3 Nov 2013 15:33:55 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id E11D0E545C for ; Sun, 3 Nov 2013 15:33:53 +0000 (UTC) From: "Ben de Groot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ben de Groot" Message-ID: <1383492721.7e1aace156ad819c15f37741daefd3073641f844.yngwin@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: sets/, lxde-base/lxqt-notificationd/ X-VCS-Repository: proj/qt X-VCS-Files: lxde-base/lxqt-notificationd/lxqt-notificationd-9999.ebuild lxde-base/lxqt-notificationd/metadata.xml sets/lxde-qt-live X-VCS-Directories: sets/ lxde-base/lxqt-notificationd/ X-VCS-Committer: yngwin X-VCS-Committer-Name: Ben de Groot X-VCS-Revision: 7e1aace156ad819c15f37741daefd3073641f844 X-VCS-Branch: master Date: Sun, 3 Nov 2013 15:33:53 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 33bea25d-453c-4ca3-92e8-c980ed258f50 X-Archives-Hash: d938b93ecd9b04472fcc9fe5088fec51 commit: 7e1aace156ad819c15f37741daefd3073641f844 Author: Ben de Groot gentoo org> AuthorDate: Sun Nov 3 15:32:01 2013 +0000 Commit: Ben de Groot gentoo org> CommitDate: Sun Nov 3 15:32:01 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=7e1aace1 lxde-base/lxqt-notificationd: initial commit --- .../lxqt-notificationd-9999.ebuild | 30 ++++++++++++++++++++++ lxde-base/lxqt-notificationd/metadata.xml | 6 +++++ sets/lxde-qt-live | 1 + 3 files changed, 37 insertions(+) diff --git a/lxde-base/lxqt-notificationd/lxqt-notificationd-9999.ebuild b/lxde-base/lxqt-notificationd/lxqt-notificationd-9999.ebuild new file mode 100644 index 0000000..0141634 --- /dev/null +++ b/lxde-base/lxqt-notificationd/lxqt-notificationd-9999.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 +inherit cmake-utils + +DESCRIPTION="Notification daemon and library" +HOMEPAGE="http://www.lxde.org/" + +if [[ ${PV} = *9999* ]]; then + inherit git-r3 + EGIT_REPO_URI="git://github.com/lxde/${PN}.git" + EGIT_BRANCH="master" + KEYWORDS="" +else + SRC_URI="mirror://sourceforge/lxde/${P}.tar.bz2" + KEYWORDS="~amd64 ~x86" +fi + +LICENSE="GPL-2 LGPL-2.1+" +SLOT="0" +IUSE="" + +DEPEND="lxde-base/liblxqt + lxde-base/libqtxdg + dev-qt/qtcore:4 + dev-qt/qtdbus:4 + dev-qt/qtgui:4" +RDEPEND="${DEPEND}" diff --git a/lxde-base/lxqt-notificationd/metadata.xml b/lxde-base/lxqt-notificationd/metadata.xml new file mode 100644 index 0000000..c141026 --- /dev/null +++ b/lxde-base/lxqt-notificationd/metadata.xml @@ -0,0 +1,6 @@ + + + + lxde + qt + diff --git a/sets/lxde-qt-live b/sets/lxde-qt-live index bf2fb01..cfbc80e 100644 --- a/sets/lxde-qt-live +++ b/sets/lxde-qt-live @@ -2,3 +2,4 @@ =lxde-base/liblxqt-9999 =lxde-base/liblxqt-mount-9999 =lxde-base/lxqt-globalkeys-9999 +=lxde-base/lxqt-notificationd-9999