aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Huettel (dilfridge) <dilfridge@gentoo.org>2015-07-01 22:48:17 +0200
committerAndreas K. Huettel (dilfridge) <dilfridge@gentoo.org>2015-07-01 22:48:46 +0200
commit965fd9c879ea54c8b6709491131361da7e4d6add (patch)
tree58a52d8b2eb7f8555d45017f0084500019fcff9f
parent[kde-base] Cleanup header (diff)
downloadkde-965fd9c8.tar.gz
kde-965fd9c8.tar.bz2
kde-965fd9c8.zip
[kde-base/kdepim-wizards] Add 4.4-noakonadi snapshot
Package-Manager: portage-2.2.20
-rw-r--r--kde-base/kdepim-wizards/Manifest1
-rw-r--r--kde-base/kdepim-wizards/files/kdepim-wizards-4.4.11.1-underlinking.patch40
-rw-r--r--kde-base/kdepim-wizards/kdepim-wizards-4.4.2015.06.ebuild41
-rw-r--r--kde-base/kdepim-wizards/metadata.xml5
4 files changed, 87 insertions, 0 deletions
diff --git a/kde-base/kdepim-wizards/Manifest b/kde-base/kdepim-wizards/Manifest
new file mode 100644
index 0000000000..984760232f
--- /dev/null
+++ b/kde-base/kdepim-wizards/Manifest
@@ -0,0 +1 @@
+DIST kdepim-4.4.2015.06.tar.xz 8901968 SHA256 d9153c57e697ca33d0bd82f1f93ed2befdabbe3822189c1c8acbdf7bf9bbaec6 SHA512 10e89ff1bb22ef03ae2128b800f87c76da945703fa98c07fa0ac29deb17c724beeca84995c50b067138ab7cf0543112173eb850d897b38c512a25974bfc15e1e WHIRLPOOL 543b9d629380e9923b38c414cf6e7390437a48acfb31b9ed934e9655bb1efb1f480065942775dc68d8382e639e4df122f953388dad90a9fadb3734d2f2fe72f0
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 0000000000..2ec6c7a499
--- /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 0000000000..30fd930248
--- /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 0000000000..8d1e86a9ce
--- /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>