* [gentoo-commits] proj/kde:master commit in: kde-frameworks/frameworkintegration/, sets/
@ 2014-02-12 15:10 Michael Palimaka
0 siblings, 0 replies; only message in thread
From: Michael Palimaka @ 2014-02-12 15:10 UTC (permalink / raw
To: gentoo-commits
commit: 620e4f3d71596c265082c8274745956a2fdc8c75
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 12 15:06:55 2014 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Feb 12 15:10:10 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=620e4f3d
[kde-frameworks/frameworkintegration] New package.
Package-Manager: portage-2.2.7
---
.../frameworkintegration-4.96.0.ebuild | 40 ++++++++++++++++++++++
.../frameworkintegration-9999.ebuild | 40 ++++++++++++++++++++++
kde-frameworks/frameworkintegration/metadata.xml | 5 +++
sets/kde-frameworks-live | 1 +
4 files changed, 86 insertions(+)
diff --git a/kde-frameworks/frameworkintegration/frameworkintegration-4.96.0.ebuild b/kde-frameworks/frameworkintegration/frameworkintegration-4.96.0.ebuild
new file mode 100644
index 0000000..38398a5
--- /dev/null
+++ b/kde-frameworks/frameworkintegration/frameworkintegration-4.96.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+VIRTUALX_REQUIRED="test"
+inherit kde-frameworks
+
+DESCRIPTION="Framework for integrating Qt applications with KDE workspaces"
+LICENSE="LGPL-2+"
+KEYWORDS="~amd64"
+IUSE="X"
+
+RDEPEND="
+ $(add_frameworks_dep kconfig)
+ $(add_frameworks_dep kconfigwidgets)
+ $(add_frameworks_dep ki18n)
+ $(add_frameworks_dep kiconthemes)
+ $(add_frameworks_dep kio)
+ $(add_frameworks_dep knotifications)
+ dev-qt/qtdbus:5
+ dev-qt/qtgui:5
+ dev-qt/qtwidgets:5
+"
+DEPEND="${RDEPEND}
+ $(add_frameworks_dep kwidgetsaddons)
+ X? (
+ dev-qt/qtx11extras:5
+ x11-libs/libxcb
+ )
+"
+
+src_configure() {
+ local mycmakeargs=(
+ $(cmake-utils_use_find_package X XCB)
+ )
+
+ kde-frameworks_src_configure
+}
diff --git a/kde-frameworks/frameworkintegration/frameworkintegration-9999.ebuild b/kde-frameworks/frameworkintegration/frameworkintegration-9999.ebuild
new file mode 100644
index 0000000..948a769
--- /dev/null
+++ b/kde-frameworks/frameworkintegration/frameworkintegration-9999.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+VIRTUALX_REQUIRED="test"
+inherit kde-frameworks
+
+DESCRIPTION="Framework for integrating Qt applications with KDE workspaces"
+LICENSE="LGPL-2+"
+KEYWORDS=""
+IUSE="X"
+
+RDEPEND="
+ $(add_frameworks_dep kconfig)
+ $(add_frameworks_dep kconfigwidgets)
+ $(add_frameworks_dep ki18n)
+ $(add_frameworks_dep kiconthemes)
+ $(add_frameworks_dep kio)
+ $(add_frameworks_dep knotifications)
+ dev-qt/qtdbus:5
+ dev-qt/qtgui:5
+ dev-qt/qtwidgets:5
+"
+DEPEND="${RDEPEND}
+ $(add_frameworks_dep kwidgetsaddons)
+ X? (
+ dev-qt/qtx11extras:5
+ x11-libs/libxcb
+ )
+"
+
+src_configure() {
+ local mycmakeargs=(
+ $(cmake-utils_use_find_package X XCB)
+ )
+
+ kde-frameworks_src_configure
+}
diff --git a/kde-frameworks/frameworkintegration/metadata.xml b/kde-frameworks/frameworkintegration/metadata.xml
new file mode 100644
index 0000000..a23f444
--- /dev/null
+++ b/kde-frameworks/frameworkintegration/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>kde</herd>
+</pkgmetadata>
diff --git a/sets/kde-frameworks-live b/sets/kde-frameworks-live
index 9999605..83e739c 100644
--- a/sets/kde-frameworks-live
+++ b/sets/kde-frameworks-live
@@ -1,4 +1,5 @@
~kde-frameworks/attica-9999
+~kde-frameworks/frameworkintegration-9999
~kde-frameworks/kactivities-9999
~kde-frameworks/kapidox-9999
~kde-frameworks/karchive-9999
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2014-02-12 15:10 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-12 15:10 [gentoo-commits] proj/kde:master commit in: kde-frameworks/frameworkintegration/, sets/ Michael Palimaka
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox