diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2010-09-10 23:22:37 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-09-12 23:08:50 -0500 |
commit | 7dca5bcde1dc9f9b5e4bf9a8488f4b42d042f82c (patch) | |
tree | 74d121397ae0b74c2488b8abaa3a606f5bb02566 /libraries/libkexiv2/libkexiv2cmake.diff | |
parent | 124f1a8e94460dc95029a35707ef6b0e7fc370a0 (diff) |
libraries/libkexiv2: Removed (this is part of kdegraphics)
Oops; my mistake. Thanks to Erik and others for cluebats.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'libraries/libkexiv2/libkexiv2cmake.diff')
-rw-r--r-- | libraries/libkexiv2/libkexiv2cmake.diff | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/libraries/libkexiv2/libkexiv2cmake.diff b/libraries/libkexiv2/libkexiv2cmake.diff deleted file mode 100644 index c047b864f2..0000000000 --- a/libraries/libkexiv2/libkexiv2cmake.diff +++ /dev/null @@ -1,24 +0,0 @@ -Index: CMakeLists.txt -=================================================================== ---- CMakeLists.txt (Revision 1117624) -+++ CMakeLists.txt (Arbeitskopie) -@@ -1,5 +1,20 @@ - PROJECT(libkexiv2) - -+FIND_PACKAGE(KDE4 REQUIRED) -+INCLUDE(KDE4Defaults) -+INCLUDE(MacroLibrary) -+INCLUDE(MacroOptionalAddSubdirectory) -+INCLUDE(FindPackageHandleStandardArgs) -+ -+ADD_DEFINITIONS (${QT_DEFINITIONS} ${QT_QTDBUS_DEFINITIONS} ${KDE4_DEFINITIONS}) -+INCLUDE_DIRECTORIES (${QDBUS_INCLUDE_DIRS} ${CMAKE_SOURCE_DIR} ${CMAKE_BINARY_DIR} ${KDE4_INCLUDES}) -+ -+# Preview acess was added in Exiv2 0.18 -+# IMPORTANT : Several fixes done in 0.19. Set as default version when KDE 4.4 will be released -+set(EXIV2_MIN_VERSION "0.18") -+macro_optional_find_package(Exiv2) -+macro_log_feature(EXIV2_FOUND "Exiv2" "A library to access image metadata" "http://www.exiv2.org" FALSE ${EXIV2_MIN_VERSION} "Required to build libkexiv2 and gwenview.") -+ - # ======================================================= - # Information to update before to release this library. |