diff options
3 files changed, 28 insertions, 0 deletions
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 00000000000..9a52e3172ad --- /dev/null +++ b/kde-apps/kpimtextedit/files/kpimtextedit-15.08.0-remove-kdelibs4support.patch @@ -0,0 +1,20 @@ +commit 1d0d86f017ab4b53442c1c6eb04d3d50b483a741 +Author: Montel Laurent <montel@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 cd07a04f31e..3e438ab435b 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 a41c2037360..e86a0aef1f1 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) |
