public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/kde:master commit in: kde-base/kdepim-wizards/files/, kde-base/kdepim-wizards/
@ 2015-07-01 20:49 Andreas Hüttel
  0 siblings, 0 replies; only message in thread
From: Andreas Hüttel @ 2015-07-01 20:49 UTC (permalink / raw
  To: gentoo-commits

commit:     965fd9c879ea54c8b6709491131361da7e4d6add
Author:     Andreas K. Huettel (dilfridge) <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Wed Jul  1 20:48:17 2015 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Wed Jul  1 20:48:46 2015 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=965fd9c8

[kde-base/kdepim-wizards] Add 4.4-noakonadi snapshot

Package-Manager: portage-2.2.20

 .../kdepim-wizards-4.4.11.1-underlinking.patch     | 40 +++++++++++++++++++++
 .../kdepim-wizards-4.4.2015.06.ebuild              | 41 ++++++++++++++++++++++
 kde-base/kdepim-wizards/metadata.xml               |  5 +++
 3 files changed, 86 insertions(+)

diff --git a/kde-base/kdepim-wizards/files/kdepim-wizards-4.4.11.1-underlinking.patch b/kde-base/kdepim-wizards/files/kdepim-wizards-4.4.11.1-underlinking.patch
new file mode 100644
index 0000000..2ec6c7a
--- /dev/null
+++ b/kde-base/kdepim-wizards/files/kdepim-wizards-4.4.11.1-underlinking.patch
@@ -0,0 +1,40 @@
+diff -ruN kdepim-wizards-4.4.11.1.orig/wizards/CMakeLists.txt kdepim-wizards-4.4.11.1/wizards/CMakeLists.txt
+--- kdepim-wizards-4.4.11.1.orig/wizards/CMakeLists.txt	2011-04-20 22:03:31.000000000 +0200
++++ kdepim-wizards-4.4.11.1/wizards/CMakeLists.txt	2011-08-06 19:11:11.852576714 +0200
+@@ -22,7 +22,7 @@
+ 
+   kde4_add_executable(groupwarewizard ${groupwarewizard_SRCS})
+ 
+-  target_link_libraries(groupwarewizard ${QT_QT3SUPPORT_LIBRARY} ${KDE4_KDECORE_LIBS}
++  target_link_libraries(groupwarewizard ${QT_QTGUI_LIBRARY} ${QT_QT3SUPPORT_LIBRARY} ${KDE4_KDECORE_LIBS} kio kdeui kpimutils
+   kabcgroupwise kcalgroupwise
+   kcal_slox kabc_slox
+   kabckolab knoteskolab
+@@ -44,7 +44,8 @@
+ 
+   kde4_add_executable(groupwisewizard ${groupwisewizard_SRCS})
+ 
+-  target_link_libraries(groupwisewizard ${KDEPIMLIBS_KPIMIDENTITIES_LIBS} ${QT_QT3SUPPORT_LIBRARY} ${KDE4_KDECORE_LIBS} ${KDE4_KIDENTITIES_LIBS} kabcgroupwise kcalgroupwise ${KDEPIMLIBS_KCAL_LIBS} kdepim )
++  target_link_libraries(groupwisewizard ${KDEPIMLIBS_KPIMIDENTITIES_LIBS} ${QT_QTGUI_LIBRARY} 
++    ${QT_QT3SUPPORT_LIBRARY} ${KDE4_KDECORE_LIBS} ${KDE4_KIDENTITIES_LIBS} kabcgroupwise kcalgroupwise ${KDEPIMLIBS_KCAL_LIBS} kdepim kpimutils kio )
+ 
+   install(TARGETS groupwisewizard  ${INSTALL_TARGETS_DEFAULT_ARGS})
+ 
+@@ -60,7 +61,8 @@
+ 
+   kde4_add_executable(sloxwizard ${sloxwizard_SRCS})
+ 
+-  target_link_libraries(sloxwizard ${QT_QT3SUPPORT_LIBRARY} ${KDE4_KDECORE_LIBS} kcal_slox kabc_slox ${KDEPIMLIBS_KCAL_LIBS} ${KDEPIMLIBS_KABC_LIBS} kdepim )
++  target_link_libraries(sloxwizard ${QT_QTGUI_LIBRARY} ${QT_QT3SUPPORT_LIBRARY} ${KDE4_KDECORE_LIBS} kcal_slox kabc_slox ${KDEPIMLIBS_KCAL_LIBS} 
++    ${KDEPIMLIBS_KABC_LIBS} kdepim kio )
+ 
+   install(TARGETS sloxwizard  ${INSTALL_TARGETS_DEFAULT_ARGS})
+ 
+@@ -83,6 +85,7 @@
+ kde4_add_executable(kolabwizard ${kolabwizard_SRCS})
+ 
+ target_link_libraries(kolabwizard
++  ${QT_QTGUI_LIBRARY} kio
+   ${QT_QT3SUPPORT_LIBRARY}
+   ${KDEPIMLIBS_KCAL_LIBS}
+   ${KDEPIMLIBS_KABC_LIBS}

diff --git a/kde-base/kdepim-wizards/kdepim-wizards-4.4.2015.06.ebuild b/kde-base/kdepim-wizards/kdepim-wizards-4.4.2015.06.ebuild
new file mode 100644
index 0000000..30fd930
--- /dev/null
+++ b/kde-base/kdepim-wizards/kdepim-wizards-4.4.2015.06.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim-wizards/kdepim-wizards-4.4.11.1.ebuild,v 1.11 2014/04/05 18:10:57 dilfridge Exp $
+
+EAPI=5
+
+KMNAME="kdepim"
+KMMODULE="wizards"
+inherit kde4-meta
+
+DESCRIPTION="KDE PIM wizards (noakonadi branch)"
+IUSE="debug"
+KEYWORDS=""
+
+DEPEND="
+	$(add_kdebase_dep kdepimlibs '' 4.6)
+	$(add_kdebase_dep kdepim-kresources)
+	$(add_kdebase_dep libkdepim)
+"
+RDEPEND="${DEPEND}"
+
+KMEXTRACTONLY="
+	kmail/
+	knotes/
+	kresources/groupwise/
+	kresources/kolab/
+	kresources/slox/
+"
+
+PATCHES=( "${FILESDIR}/${PN}-4.4.11.1-underlinking.patch" )
+
+src_prepare() {
+	ln -s "${EKDEDIR}"/include/kdepim-kresources/{kabcsloxprefs.h,kcalsloxprefs.h} \
+		kresources/slox/ \
+		|| die "Failed to link extra_headers."
+	ln -s "${EKDEDIR}"/include/kdepim-kresources/{kabc_groupwiseprefs,kcal_groupwiseprefsbase}.h \
+		kresources/groupwise/ \
+		|| die "Failed to link extra_headers."
+
+	kde4-meta_src_prepare
+}

diff --git a/kde-base/kdepim-wizards/metadata.xml b/kde-base/kdepim-wizards/metadata.xml
new file mode 100644
index 0000000..8d1e86a
--- /dev/null
+++ b/kde-base/kdepim-wizards/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>


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2015-07-01 20:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-01 20:49 [gentoo-commits] proj/kde:master commit in: kde-base/kdepim-wizards/files/, kde-base/kdepim-wizards/ Andreas Hüttel

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