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 7E891138247 for ; Sun, 17 Nov 2013 20:09:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 01515E09FE; Sun, 17 Nov 2013 20:09:55 +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 5CA56E09FE for ; Sun, 17 Nov 2013 20:09:54 +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 6E70433F13F for ; Sun, 17 Nov 2013 20:09:53 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id EE6A9E5459 for ; Sun, 17 Nov 2013 20:09:51 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1384718851.30f496a48f2eff5829720b15b15845c41b7f7944.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/knotifications/ X-VCS-Repository: proj/kde X-VCS-Files: kde-frameworks/knotifications/knotifications-9999.ebuild kde-frameworks/knotifications/metadata.xml X-VCS-Directories: kde-frameworks/knotifications/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 30f496a48f2eff5829720b15b15845c41b7f7944 X-VCS-Branch: master Date: Sun, 17 Nov 2013 20:09:51 +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: 64cbbfe0-0245-43c6-bdd8-abc3f411451a X-Archives-Hash: 19c139bb1c8c0bb348e5b2ecd82be184 commit: 30f496a48f2eff5829720b15b15845c41b7f7944 Author: Johannes Huber gentoo org> AuthorDate: Sun Nov 17 20:07:31 2013 +0000 Commit: Johannes Huber gentoo org> CommitDate: Sun Nov 17 20:07:31 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=30f496a4 [kde-frameworks/knotifications] New package Package-Manager: portage-2.2.7 --- .../knotifications/knotifications-9999.ebuild | 30 ++++++++++++++++++++++ kde-frameworks/knotifications/metadata.xml | 5 ++++ 2 files changed, 35 insertions(+) diff --git a/kde-frameworks/knotifications/knotifications-9999.ebuild b/kde-frameworks/knotifications/knotifications-9999.ebuild new file mode 100644 index 0000000..bb1ebe7 --- /dev/null +++ b/kde-frameworks/knotifications/knotifications-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 + +FRAMEWORKS_TYPE="tier2" +inherit kde-frameworks + +DESCRIPTION="User notification framework based on freedesktop protocol" +KEYWORDS="" +IUSE="X dbus" + +RDEPEND=" + $(add_frameworks_dep kwindowsystem) + dev-qt/qtdbus:5 + dev-qt/qtwidgets:5 + X? ( dev-qt/qtx11extras:5 ) + dbus? ( dev-libs/libdbusmenu-qt[qt5] ) +" +DEPEND="${RDEPEND}" + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_find_package X X11) + $(cmake-utils_use_find_package dbus DBusMenuQt5) + ) + + kde-frameworks_src_configure +} diff --git a/kde-frameworks/knotifications/metadata.xml b/kde-frameworks/knotifications/metadata.xml new file mode 100644 index 0000000..a23f444 --- /dev/null +++ b/kde-frameworks/knotifications/metadata.xml @@ -0,0 +1,5 @@ + + + + kde +