Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kpimtextedit/files/, kde-apps/kpimtextedit/
Date: Thu, 24 Sep 2015 19:19:22
Message-Id: 1443122348.f94013ea73102002a0141e27ee3c032887ad88a8.kensington@gentoo
1 commit: f94013ea73102002a0141e27ee3c032887ad88a8
2 Author: Matthew Dawson <matthew <AT> mjdsystems <DOT> ca>
3 AuthorDate: Sun Aug 30 14:25:02 2015 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 24 19:19:08 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=f94013ea
7
8 kde-apps/kpimtextedit: Remove dependency on kde-frameworks/kdelibs4support
9
10 Package-Manager: portage-2.2.20.1
11
12 ...kpimtextedit-15.08.0-remove-kdelibs4support.patch | 20 ++++++++++++++++++++
13 kde-apps/kpimtextedit/kpimtextedit-15.08.1.ebuild | 4 ++++
14 .../kpimtextedit/kpimtextedit-15.08.49.9999.ebuild | 4 ++++
15 3 files changed, 28 insertions(+)
16
17 diff --git a/kde-apps/kpimtextedit/files/kpimtextedit-15.08.0-remove-kdelibs4support.patch b/kde-apps/kpimtextedit/files/kpimtextedit-15.08.0-remove-kdelibs4support.patch
18 new file mode 100644
19 index 0000000..9a52e31
20 --- /dev/null
21 +++ b/kde-apps/kpimtextedit/files/kpimtextedit-15.08.0-remove-kdelibs4support.patch
22 @@ -0,0 +1,20 @@
23 +commit 1d0d86f017ab4b53442c1c6eb04d3d50b483a741
24 +Author: Montel Laurent <montel@×××.org>
25 +Date: Tue Jul 28 07:01:16 2015 +0200
26 +
27 + Remove KF5KDELibs4Support
28 +
29 +diff --git a/CMakeLists.txt b/CMakeLists.txt
30 +index 2655c6a..bb55630 100644
31 +--- a/CMakeLists.txt
32 ++++ b/CMakeLists.txt
33 +@@ -34,8 +34,7 @@ find_package(KF5TextWidgets ${KF5_VERSION} CONFIG REQUIRED)
34 + find_package(KF5WidgetsAddons ${KF5_VERSION} CONFIG REQUIRED)
35 + find_package(KF5KIO ${KF5_VERSION} CONFIG REQUIRED)
36 + find_package(KF5Codecs ${KF5_VERSION} CONFIG REQUIRED)
37 +-#REMOVE IT WHEN all kdelib4support removed
38 +-find_package(KF5KDELibs4Support ${KF5_VERSION} CONFIG REQUIRED)
39 ++find_package(KF5IconThemes ${KF5_VERSION} CONFIG REQUIRED)
40 +
41 + add_definitions(-DTRANSLATION_DOMAIN=\"libkpimtextedit\")
42 + add_definitions("-DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_TO_ASCII")
43
44 diff --git a/kde-apps/kpimtextedit/kpimtextedit-15.08.1.ebuild b/kde-apps/kpimtextedit/kpimtextedit-15.08.1.ebuild
45 index cd07a04..3e438ab 100644
46 --- a/kde-apps/kpimtextedit/kpimtextedit-15.08.1.ebuild
47 +++ b/kde-apps/kpimtextedit/kpimtextedit-15.08.1.ebuild
48 @@ -13,6 +13,10 @@ LICENSE="LGPL-2+"
49 KEYWORDS="~amd64 ~x86"
50 IUSE=""
51
52 +PATCHES=(
53 + "${FILESDIR}"/kpimtextedit-15.08.0-remove-kdelibs4support.patch
54 +)
55 +
56 RDEPEND="
57 $(add_frameworks_dep kcodecs)
58 $(add_frameworks_dep kcompletion)
59
60 diff --git a/kde-apps/kpimtextedit/kpimtextedit-15.08.49.9999.ebuild b/kde-apps/kpimtextedit/kpimtextedit-15.08.49.9999.ebuild
61 index a41c203..e86a0ae 100644
62 --- a/kde-apps/kpimtextedit/kpimtextedit-15.08.49.9999.ebuild
63 +++ b/kde-apps/kpimtextedit/kpimtextedit-15.08.49.9999.ebuild
64 @@ -13,6 +13,10 @@ LICENSE="LGPL-2+"
65 KEYWORDS=""
66 IUSE=""
67
68 +PATCHES=(
69 + "${FILESDIR}"/kpimtextedit-15.08.0-remove-kdelibs4support.patch
70 +)
71 +
72 RDEPEND="
73 $(add_frameworks_dep kcodecs)
74 $(add_frameworks_dep kcompletion)