commit: edb240059ca249281205f11c03dd6b20c426cab2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org> AuthorDate: Wed Mar 9 06:00:51 2016 +0000 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org> CommitDate: Wed Mar 9 10:44:25 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edb24005
media-gfx/kphotoalbum: remove unused patch Package-Manager: portage-2.2.27 .../files/kphotoalbum-4.6.2-bump-min-cmake.patch | 31 ---------------------- 1 file changed, 31 deletions(-) diff --git a/media-gfx/kphotoalbum/files/kphotoalbum-4.6.2-bump-min-cmake.patch b/media-gfx/kphotoalbum/files/kphotoalbum-4.6.2-bump-min-cmake.patch deleted file mode 100644 index f23a8f8..0000000 --- a/media-gfx/kphotoalbum/files/kphotoalbum-4.6.2-bump-min-cmake.patch +++ /dev/null @@ -1,31 +0,0 @@ -From: David Faure <[email protected]> -Date: Sun, 26 Jul 2015 16:12:24 +0000 -Subject: set cmake_min_req to 2.8.9 to match kdelibs4 policy; fix build accordingly -X-Git-Url: http://quickgit.kde.org/?p=kphotoalbum.git&a=commitdiff&h=f785317ba88528760886b592aa9604b0c4ba62dd ---- -set cmake_min_req to 2.8.9 to match kdelibs4 policy; fix build accordingly - -(working around the lack of ${KDE4_KMEDIAPLAYER_LIBS}) - -CCMAIL: [email protected] ---- - - ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -1,4 +1,4 @@ --cmake_minimum_required(VERSION 2.8.3 FATAL_ERROR) -+cmake_minimum_required(VERSION 2.8.9) - project(kphotoalbum) - - if(POLICY CMP0017) -@@ -456,7 +456,7 @@ - target_link_libraries(kphotoalbum Utilities) - - # External components --target_link_libraries(kphotoalbum ${KDE4_KIO_LIBS} ${JPEG_LIBRARY} kmediaplayer ${KDE4_PHONON_LIBS}) -+target_link_libraries(kphotoalbum ${KDE4_KIO_LIBS} ${JPEG_LIBRARY} ${KDE4_TARGET_PREFIX}kmediaplayer ${KDE4_PHONON_LIBS}) - - if(KIPI_FOUND) - target_link_libraries(kphotoalbum ${KIPI_LIBRARIES}) -
