public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/kde:master commit in: kde-plasma/kactivities-workspace/
@ 2016-03-13 16:50 Michael Palimaka
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Palimaka @ 2016-03-13 16:50 UTC (permalink / raw
  To: gentoo-commits

commit:     4120d94fbecaf44ba78ca7d1b4541807ca415d18
Author:     Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Sun Mar 13 00:14:37 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Mar 13 16:50:06 2016 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=4120d94f

kde-plasma/kactivities-workspace: Add transitional 5.5.0 version

See also:
https://www.mail-archive.com/kde-core-devel <AT> kde.org/msg20595.html

Added blockers:
- >kde-apps/kio-extras-15.12.50 for activities KIO module
- >kde-plasma/plasma-desktop-5.5.90 for activities KCM module

Package-Manager: portage-2.2.27

 .../kactivities-workspace-5.5.0.ebuild             | 50 ++++++++++++++++++++++
 kde-plasma/kactivities-workspace/metadata.xml      |  8 ++++
 2 files changed, 58 insertions(+)

diff --git a/kde-plasma/kactivities-workspace/kactivities-workspace-5.5.0.ebuild b/kde-plasma/kactivities-workspace/kactivities-workspace-5.5.0.ebuild
new file mode 100644
index 0000000..8f3ead2
--- /dev/null
+++ b/kde-plasma/kactivities-workspace/kactivities-workspace-5.5.0.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit kde5
+
+DESCRIPTION="Transitional package for activities KCM and KIO modules in Plasma-5.5"
+SRC_URI="mirror://kde/stable/kactivities/${P}.tar.xz"
+
+LICENSE="|| ( GPL-2 GPL-3 )"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+COMMON_DEPEND="
+	$(add_frameworks_dep kactivities)
+	$(add_frameworks_dep kconfig)
+	$(add_frameworks_dep kconfigwidgets)
+	$(add_frameworks_dep kcoreaddons)
+	$(add_frameworks_dep kdbusaddons)
+	$(add_frameworks_dep kglobalaccel)
+	$(add_frameworks_dep ki18n)
+	$(add_frameworks_dep kio)
+	$(add_frameworks_dep kservice)
+	$(add_frameworks_dep kwidgetsaddons)
+	$(add_frameworks_dep kxmlgui)
+	$(add_qt_dep qtdbus)
+	$(add_qt_dep qtdeclarative)
+	$(add_qt_dep qtgui)
+	$(add_qt_dep qtsql)
+	$(add_qt_dep qtwidgets)
+"
+DEPEND="${COMMON_DEPEND}
+	>=dev-libs/boost-1.54
+"
+RDEPEND="${COMMON_DEPEND}
+	!>kde-apps/kio-extras-15.12.50
+	!<kde-base/kactivities-4.13.3-r1:4[-minimal(-)]
+	!kde-base/kactivitymanagerd
+	!<kde-frameworks/kactivities-5.20.0
+	!>kde-plasma/plasma-desktop-5.5.90
+"
+
+src_prepare() {
+	kde5_src_prepare
+	# Remove conflict with kde-frameworks/kactivities
+	sed -e "/add_subdirectory.*imports/ s/^/#DONT/" \
+		-i src/workspace/CMakeLists.txt || die
+}

diff --git a/kde-plasma/kactivities-workspace/metadata.xml b/kde-plasma/kactivities-workspace/metadata.xml
new file mode 100644
index 0000000..2fdbf33
--- /dev/null
+++ b/kde-plasma/kactivities-workspace/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="project">
+		<email>kde@gentoo.org</email>
+		<name>Gentoo KDE Project</name>
+	</maintainer>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-plasma/kactivities-workspace/
@ 2016-03-20 20:43 Johannes Huber
  0 siblings, 0 replies; 2+ messages in thread
From: Johannes Huber @ 2016-03-20 20:43 UTC (permalink / raw
  To: gentoo-commits

commit:     0c71770ffb9623232514c0f1fc4f4a9de8098cd4
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 20 20:42:19 2016 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sun Mar 20 20:42:19 2016 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=0c71770f

kde-plasma/kactivities-workspace: Remove

Was moved to gentoo main tree.

 .../kactivities-workspace-5.5.0.ebuild             | 50 ----------------------
 kde-plasma/kactivities-workspace/metadata.xml      |  8 ----
 2 files changed, 58 deletions(-)

diff --git a/kde-plasma/kactivities-workspace/kactivities-workspace-5.5.0.ebuild b/kde-plasma/kactivities-workspace/kactivities-workspace-5.5.0.ebuild
deleted file mode 100644
index 8f3ead2..0000000
--- a/kde-plasma/kactivities-workspace/kactivities-workspace-5.5.0.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-inherit kde5
-
-DESCRIPTION="Transitional package for activities KCM and KIO modules in Plasma-5.5"
-SRC_URI="mirror://kde/stable/kactivities/${P}.tar.xz"
-
-LICENSE="|| ( GPL-2 GPL-3 )"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
-
-COMMON_DEPEND="
-	$(add_frameworks_dep kactivities)
-	$(add_frameworks_dep kconfig)
-	$(add_frameworks_dep kconfigwidgets)
-	$(add_frameworks_dep kcoreaddons)
-	$(add_frameworks_dep kdbusaddons)
-	$(add_frameworks_dep kglobalaccel)
-	$(add_frameworks_dep ki18n)
-	$(add_frameworks_dep kio)
-	$(add_frameworks_dep kservice)
-	$(add_frameworks_dep kwidgetsaddons)
-	$(add_frameworks_dep kxmlgui)
-	$(add_qt_dep qtdbus)
-	$(add_qt_dep qtdeclarative)
-	$(add_qt_dep qtgui)
-	$(add_qt_dep qtsql)
-	$(add_qt_dep qtwidgets)
-"
-DEPEND="${COMMON_DEPEND}
-	>=dev-libs/boost-1.54
-"
-RDEPEND="${COMMON_DEPEND}
-	!>kde-apps/kio-extras-15.12.50
-	!<kde-base/kactivities-4.13.3-r1:4[-minimal(-)]
-	!kde-base/kactivitymanagerd
-	!<kde-frameworks/kactivities-5.20.0
-	!>kde-plasma/plasma-desktop-5.5.90
-"
-
-src_prepare() {
-	kde5_src_prepare
-	# Remove conflict with kde-frameworks/kactivities
-	sed -e "/add_subdirectory.*imports/ s/^/#DONT/" \
-		-i src/workspace/CMakeLists.txt || die
-}

diff --git a/kde-plasma/kactivities-workspace/metadata.xml b/kde-plasma/kactivities-workspace/metadata.xml
deleted file mode 100644
index 2fdbf33..0000000
--- a/kde-plasma/kactivities-workspace/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="project">
-		<email>kde@gentoo.org</email>
-		<name>Gentoo KDE Project</name>
-	</maintainer>
-</pkgmetadata>


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-03-20 20:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-20 20:43 [gentoo-commits] proj/kde:master commit in: kde-plasma/kactivities-workspace/ Johannes Huber
  -- strict thread matches above, loose matches on Subject: below --
2016-03-13 16:50 Michael Palimaka

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox