Gentoo Archives: gentoo-commits

From: "Andreas Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-base/kdepim-wizards/files/, kde-base/kdepim-wizards/
Date: Wed, 01 Jul 2015 20:49:08
Message-Id: 1435783726.965fd9c879ea54c8b6709491131361da7e4d6add.dilfridge@gentoo
1 commit: 965fd9c879ea54c8b6709491131361da7e4d6add
2 Author: Andreas K. Huettel (dilfridge) <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jul 1 20:48:17 2015 +0000
4 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 1 20:48:46 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=965fd9c8
7
8 [kde-base/kdepim-wizards] Add 4.4-noakonadi snapshot
9
10 Package-Manager: portage-2.2.20
11
12 .../kdepim-wizards-4.4.11.1-underlinking.patch | 40 +++++++++++++++++++++
13 .../kdepim-wizards-4.4.2015.06.ebuild | 41 ++++++++++++++++++++++
14 kde-base/kdepim-wizards/metadata.xml | 5 +++
15 3 files changed, 86 insertions(+)
16
17 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
18 new file mode 100644
19 index 0000000..2ec6c7a
20 --- /dev/null
21 +++ b/kde-base/kdepim-wizards/files/kdepim-wizards-4.4.11.1-underlinking.patch
22 @@ -0,0 +1,40 @@
23 +diff -ruN kdepim-wizards-4.4.11.1.orig/wizards/CMakeLists.txt kdepim-wizards-4.4.11.1/wizards/CMakeLists.txt
24 +--- kdepim-wizards-4.4.11.1.orig/wizards/CMakeLists.txt 2011-04-20 22:03:31.000000000 +0200
25 ++++ kdepim-wizards-4.4.11.1/wizards/CMakeLists.txt 2011-08-06 19:11:11.852576714 +0200
26 +@@ -22,7 +22,7 @@
27 +
28 + kde4_add_executable(groupwarewizard ${groupwarewizard_SRCS})
29 +
30 +- target_link_libraries(groupwarewizard ${QT_QT3SUPPORT_LIBRARY} ${KDE4_KDECORE_LIBS}
31 ++ target_link_libraries(groupwarewizard ${QT_QTGUI_LIBRARY} ${QT_QT3SUPPORT_LIBRARY} ${KDE4_KDECORE_LIBS} kio kdeui kpimutils
32 + kabcgroupwise kcalgroupwise
33 + kcal_slox kabc_slox
34 + kabckolab knoteskolab
35 +@@ -44,7 +44,8 @@
36 +
37 + kde4_add_executable(groupwisewizard ${groupwisewizard_SRCS})
38 +
39 +- target_link_libraries(groupwisewizard ${KDEPIMLIBS_KPIMIDENTITIES_LIBS} ${QT_QT3SUPPORT_LIBRARY} ${KDE4_KDECORE_LIBS} ${KDE4_KIDENTITIES_LIBS} kabcgroupwise kcalgroupwise ${KDEPIMLIBS_KCAL_LIBS} kdepim )
40 ++ target_link_libraries(groupwisewizard ${KDEPIMLIBS_KPIMIDENTITIES_LIBS} ${QT_QTGUI_LIBRARY}
41 ++ ${QT_QT3SUPPORT_LIBRARY} ${KDE4_KDECORE_LIBS} ${KDE4_KIDENTITIES_LIBS} kabcgroupwise kcalgroupwise ${KDEPIMLIBS_KCAL_LIBS} kdepim kpimutils kio )
42 +
43 + install(TARGETS groupwisewizard ${INSTALL_TARGETS_DEFAULT_ARGS})
44 +
45 +@@ -60,7 +61,8 @@
46 +
47 + kde4_add_executable(sloxwizard ${sloxwizard_SRCS})
48 +
49 +- target_link_libraries(sloxwizard ${QT_QT3SUPPORT_LIBRARY} ${KDE4_KDECORE_LIBS} kcal_slox kabc_slox ${KDEPIMLIBS_KCAL_LIBS} ${KDEPIMLIBS_KABC_LIBS} kdepim )
50 ++ target_link_libraries(sloxwizard ${QT_QTGUI_LIBRARY} ${QT_QT3SUPPORT_LIBRARY} ${KDE4_KDECORE_LIBS} kcal_slox kabc_slox ${KDEPIMLIBS_KCAL_LIBS}
51 ++ ${KDEPIMLIBS_KABC_LIBS} kdepim kio )
52 +
53 + install(TARGETS sloxwizard ${INSTALL_TARGETS_DEFAULT_ARGS})
54 +
55 +@@ -83,6 +85,7 @@
56 + kde4_add_executable(kolabwizard ${kolabwizard_SRCS})
57 +
58 + target_link_libraries(kolabwizard
59 ++ ${QT_QTGUI_LIBRARY} kio
60 + ${QT_QT3SUPPORT_LIBRARY}
61 + ${KDEPIMLIBS_KCAL_LIBS}
62 + ${KDEPIMLIBS_KABC_LIBS}
63
64 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
65 new file mode 100644
66 index 0000000..30fd930
67 --- /dev/null
68 +++ b/kde-base/kdepim-wizards/kdepim-wizards-4.4.2015.06.ebuild
69 @@ -0,0 +1,41 @@
70 +# Copyright 1999-2014 Gentoo Foundation
71 +# Distributed under the terms of the GNU General Public License v2
72 +# $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 $
73 +
74 +EAPI=5
75 +
76 +KMNAME="kdepim"
77 +KMMODULE="wizards"
78 +inherit kde4-meta
79 +
80 +DESCRIPTION="KDE PIM wizards (noakonadi branch)"
81 +IUSE="debug"
82 +KEYWORDS=""
83 +
84 +DEPEND="
85 + $(add_kdebase_dep kdepimlibs '' 4.6)
86 + $(add_kdebase_dep kdepim-kresources)
87 + $(add_kdebase_dep libkdepim)
88 +"
89 +RDEPEND="${DEPEND}"
90 +
91 +KMEXTRACTONLY="
92 + kmail/
93 + knotes/
94 + kresources/groupwise/
95 + kresources/kolab/
96 + kresources/slox/
97 +"
98 +
99 +PATCHES=( "${FILESDIR}/${PN}-4.4.11.1-underlinking.patch" )
100 +
101 +src_prepare() {
102 + ln -s "${EKDEDIR}"/include/kdepim-kresources/{kabcsloxprefs.h,kcalsloxprefs.h} \
103 + kresources/slox/ \
104 + || die "Failed to link extra_headers."
105 + ln -s "${EKDEDIR}"/include/kdepim-kresources/{kabc_groupwiseprefs,kcal_groupwiseprefsbase}.h \
106 + kresources/groupwise/ \
107 + || die "Failed to link extra_headers."
108 +
109 + kde4-meta_src_prepare
110 +}
111
112 diff --git a/kde-base/kdepim-wizards/metadata.xml b/kde-base/kdepim-wizards/metadata.xml
113 new file mode 100644
114 index 0000000..8d1e86a
115 --- /dev/null
116 +++ b/kde-base/kdepim-wizards/metadata.xml
117 @@ -0,0 +1,5 @@
118 +<?xml version="1.0" encoding="UTF-8"?>
119 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
120 +<pkgmetadata>
121 +<herd>kde</herd>
122 +</pkgmetadata>