commit:     f94013ea73102002a0141e27ee3c032887ad88a8
Author:     Matthew Dawson <matthew <AT> mjdsystems <DOT> ca>
AuthorDate: Sun Aug 30 14:25:02 2015 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Sep 24 19:19:08 2015 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=f94013ea

kde-apps/kpimtextedit: Remove dependency on kde-frameworks/kdelibs4support

Package-Manager: portage-2.2.20.1

 ...kpimtextedit-15.08.0-remove-kdelibs4support.patch | 20 ++++++++++++++++++++
 kde-apps/kpimtextedit/kpimtextedit-15.08.1.ebuild    |  4 ++++
 .../kpimtextedit/kpimtextedit-15.08.49.9999.ebuild   |  4 ++++
 3 files changed, 28 insertions(+)

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
new file mode 100644
index 0000000..9a52e31
--- /dev/null
+++ 
b/kde-apps/kpimtextedit/files/kpimtextedit-15.08.0-remove-kdelibs4support.patch
@@ -0,0 +1,20 @@
+commit 1d0d86f017ab4b53442c1c6eb04d3d50b483a741
+Author: Montel Laurent <mon...@kde.org>
+Date:   Tue Jul 28 07:01:16 2015 +0200
+
+    Remove KF5KDELibs4Support
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 2655c6a..bb55630 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -34,8 +34,7 @@ find_package(KF5TextWidgets ${KF5_VERSION} CONFIG REQUIRED)
+ find_package(KF5WidgetsAddons ${KF5_VERSION} CONFIG REQUIRED)
+ find_package(KF5KIO ${KF5_VERSION} CONFIG REQUIRED)
+ find_package(KF5Codecs ${KF5_VERSION} CONFIG REQUIRED)
+-#REMOVE IT WHEN all kdelib4support removed
+-find_package(KF5KDELibs4Support ${KF5_VERSION} CONFIG REQUIRED)
++find_package(KF5IconThemes ${KF5_VERSION} CONFIG REQUIRED)
+ 
+ add_definitions(-DTRANSLATION_DOMAIN=\"libkpimtextedit\")
+ add_definitions("-DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_TO_ASCII")

diff --git a/kde-apps/kpimtextedit/kpimtextedit-15.08.1.ebuild 
b/kde-apps/kpimtextedit/kpimtextedit-15.08.1.ebuild
index cd07a04..3e438ab 100644
--- a/kde-apps/kpimtextedit/kpimtextedit-15.08.1.ebuild
+++ b/kde-apps/kpimtextedit/kpimtextedit-15.08.1.ebuild
@@ -13,6 +13,10 @@ LICENSE="LGPL-2+"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
+PATCHES=(
+       "${FILESDIR}"/kpimtextedit-15.08.0-remove-kdelibs4support.patch
+)
+
 RDEPEND="
        $(add_frameworks_dep kcodecs)
        $(add_frameworks_dep kcompletion)

diff --git a/kde-apps/kpimtextedit/kpimtextedit-15.08.49.9999.ebuild 
b/kde-apps/kpimtextedit/kpimtextedit-15.08.49.9999.ebuild
index a41c203..e86a0ae 100644
--- a/kde-apps/kpimtextedit/kpimtextedit-15.08.49.9999.ebuild
+++ b/kde-apps/kpimtextedit/kpimtextedit-15.08.49.9999.ebuild
@@ -13,6 +13,10 @@ LICENSE="LGPL-2+"
 KEYWORDS=""
 IUSE=""
 
+PATCHES=(
+       "${FILESDIR}"/kpimtextedit-15.08.0-remove-kdelibs4support.patch
+)
+
 RDEPEND="
        $(add_frameworks_dep kcodecs)
        $(add_frameworks_dep kcompletion)

Reply via email to