packages: kde4-kdepim/kde4-kdepim-libknotification.patch (NEW) - init

shadzik shadzik at pld-linux.org
Thu May 28 15:13:13 CEST 2009


Author: shadzik                      Date: Thu May 28 13:13:13 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- init

---- Files affected:
packages/kde4-kdepim:
   kde4-kdepim-libknotification.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/kde4-kdepim/kde4-kdepim-libknotification.patch
diff -u /dev/null packages/kde4-kdepim/kde4-kdepim-libknotification.patch:1.1
--- /dev/null	Thu May 28 15:13:13 2009
+++ packages/kde4-kdepim/kde4-kdepim-libknotification.patch	Thu May 28 15:13:08 2009
@@ -0,0 +1,92 @@
+diff -urN akonadi-4.2.87.old/cmake/modules/FindLibKNotificationItem-1.cmake akonadi-4.2.87/cmake/modules/FindLibKNotificationItem-1.cmake
+--- akonadi-4.2.87.old/cmake/modules/FindLibKNotificationItem-1.cmake	2009-05-19 16:06:45.000000000 +0400
++++ akonadi-4.2.87/cmake/modules/FindLibKNotificationItem-1.cmake	1970-01-01 03:00:00.000000000 +0300
+@@ -1,37 +0,0 @@
+-# - Find libknotification-1 library
+-# Find the libknotification-1. This is an experimental library which is not 
+-# supposed to stay source- or binary compatible, it may even go away in the future again.
+-#
+-# This module defines
+-#  LIBKNOTIFICATIONITEM-1_FOUND - whether the libkonitification-1 library was found
+-#  LIBKNOTIFICATIONITEM-1_LIBRARIES - the libknotification-1 library
+-#  LIBKNOTIFICATIONITEM-1_INCLUDE_DIR - the include path of the libknotification-1 library
+-
+-
+-
+-find_library (LIBKNOTIFICATIONITEM-1_LIBRARY
+-  NAMES
+-  knotificationitem-1
+-  HINTS
+-  ${LIB_INSTALL_DIR}
+-  ${KDE4_LIB_DIR}
+-)
+-
+-set(LIBKNOTIFICATIONITEM-1_LIBRARIES  ${LIBKNOTIFICATIONITEM-1_LIBRARY})
+-
+-find_path (LIBKNOTIFICATIONITEM-1_INCLUDE_DIR
+-  NAMES
+-  knotificationitem.h
+-  PATH_SUFFIXES
+-  knotificationitem-1
+-  HINTS
+-  ${INCLUDE_INSTALL_DIR}
+-  ${KDE4_INCLUDE_DIR}
+-)
+-
+-
+-
+-include(FindPackageHandleStandardArgs)
+-find_package_handle_standard_args(LibKNotificationItem-1  DEFAULT_MSG  LIBKNOTIFICATIONITEM-1_LIBRARY LIBKNOTIFICATIONITEM-1_INCLUDE_DIR)
+-
+-mark_as_advanced(LIBKNOTIFICATIONITEM-1_INCLUDE_DIR LIBKNOTIFICATIONITEM-1_LIBRARY)
+diff -urN akonadi-4.2.87.old/cmake/modules/FindLibKNotificationItem-1_New.cmake akonadi-4.2.87/cmake/modules/FindLibKNotificationItem-1_New.cmake
+--- akonadi-4.2.87.old/cmake/modules/FindLibKNotificationItem-1_New.cmake	1970-01-01 03:00:00.000000000 +0300
++++ akonadi-4.2.87/cmake/modules/FindLibKNotificationItem-1_New.cmake	2009-05-21 19:41:48.000000000 +0400
+@@ -0,0 +1,37 @@
++# - Find libknotification-1 library
++# Find the libknotification-1. This is an experimental library which is not 
++# supposed to stay source- or binary compatible, it may even go away in the future again.
++#
++# This module defines
++#  LIBKNOTIFICATIONITEM-1_FOUND - whether the libkonitification-1 library was found
++#  LIBKNOTIFICATIONITEM-1_LIBRARIES - the libknotification-1 library
++#  LIBKNOTIFICATIONITEM-1_INCLUDE_DIR - the include path of the libknotification-1 library
++
++
++
++find_library (LIBKNOTIFICATIONITEM-1_LIBRARY
++  NAMES
++  knotificationitem-1
++  HINTS
++  ${LIB_INSTALL_DIR}
++  ${KDE4_LIB_DIR}
++)
++
++set(LIBKNOTIFICATIONITEM-1_LIBRARIES  ${LIBKNOTIFICATIONITEM-1_LIBRARY})
++
++find_path (LIBKNOTIFICATIONITEM-1_INCLUDE_DIR
++  NAMES
++  knotificationitem.h
++  PATH_SUFFIXES
++  knotificationitem-1
++  HINTS
++  ${INCLUDE_INSTALL_DIR}
++  ${KDE4_INCLUDE_DIR}
++)
++
++
++
++include(FindPackageHandleStandardArgs)
++find_package_handle_standard_args(LibKNotificationItem-1  DEFAULT_MSG  LIBKNOTIFICATIONITEM-1_LIBRARY LIBKNOTIFICATIONITEM-1_INCLUDE_DIR)
++
++mark_as_advanced(LIBKNOTIFICATIONITEM-1_INCLUDE_DIR LIBKNOTIFICATIONITEM-1_LIBRARY)
+diff -urN akonadi-4.2.87.old/CMakeLists.txt akonadi-4.2.87/CMakeLists.txt
+--- akonadi-4.2.87.old/CMakeLists.txt	2009-05-21 19:49:04.000000000 +0400
++++ akonadi-4.2.87/CMakeLists.txt	2009-05-21 19:49:35.101907254 +0400
+@@ -104,7 +104,7 @@
+   macro_optional_find_package(Nepomuk)
+   macro_log_feature(Nepomuk_FOUND "Nepomuk" "The Nepomuk libraries" "http://www.kde.org" FALSE "" "Nepomuk extends the search and tagging functionalities in KMail and Akonadi")
+ 
+-  find_package(LibKNotificationItem-1 )
++  find_package(LibKNotificationItem-1_New)
+   macro_log_feature(LIBKNOTIFICATIONITEM-1_FOUND "LibKNotificationItem-1" "An experimental library" "svn://anonsvn.kde.org/home/kde/trunk/KDE/kdelibs/experimental" TRUE "" "LibKNotificationItem-1 is an unfinished library which is required by korgac and akonaditray.")
================================================================


More information about the pld-cvs-commit mailing list