rev 10350 - branches/kde4/packages/kdebase-workspace/debian/patches

Armin Berres trigger-guest at alioth.debian.org
Mon Apr 28 22:27:51 UTC 2008


Author: trigger-guest
Date: 2008-04-28 22:27:51 +0000 (Mon, 28 Apr 2008)
New Revision: 10350

Modified:
   branches/kde4/packages/kdebase-workspace/debian/patches/97_fix_target_link_libraries.diff
Log:
patch 97 should be completely unfucked now

Modified: branches/kde4/packages/kdebase-workspace/debian/patches/97_fix_target_link_libraries.diff
===================================================================
--- branches/kde4/packages/kdebase-workspace/debian/patches/97_fix_target_link_libraries.diff	2008-04-28 22:10:46 UTC (rev 10349)
+++ branches/kde4/packages/kdebase-workspace/debian/patches/97_fix_target_link_libraries.diff	2008-04-28 22:27:51 UTC (rev 10350)
@@ -501,22 +501,6 @@
  target_link_libraries(khotkeysprivate kworkspace ${KDE4_KDE3SUPPORT_LIBS})
  set_target_properties(khotkeysprivate PROPERTIES VERSION ${GENERIC_LIB_VERSION} SOVERSION ${GENERIC_LIB_SOVERSION})
  install(TARGETS khotkeysprivate DESTINATION ${LIB_INSTALL_DIR})
---- a/kcontrol/kfontinst/lib/CMakeLists.txt
-+++ /dev/null
-@@ -1,13 +0,0 @@
--include_directories(${FREETYPE_INCLUDE_DIR})
--
--set(kfontinst_LIB_SRCS Misc.cpp DisabledFonts.cpp Fc.cpp)
--set(kfontinstui_LIB_SRCS FcEngine.cpp )
--
--kde4_add_library(kfontinst SHARED ${kfontinst_LIB_SRCS})
--target_link_libraries(kfontinst  ${KDE4_KIO_LIBS} ${FREETYPE_LIBRARIES} ${FONTCONFIG_LIBRARIES})
--set_target_properties(kfontinst PROPERTIES VERSION ${GENERIC_LIB_VERSION} SOVERSION ${GENERIC_LIB_SOVERSION} )
--
--kde4_add_library(kfontinstui SHARED ${kfontinstui_LIB_SRCS})
--target_link_libraries(kfontinstui  ${KDE4_KIO_LIBS} ${FREETYPE_LIBRARIES} ${FONTCONFIG_LIBRARIES} ${X11_Xft_LIB} kfontinst )
--set_target_properties(kfontinstui PROPERTIES VERSION ${GENERIC_LIB_VERSION} SOVERSION ${GENERIC_LIB_SOVERSION} )
--install(TARGETS kfontinst kfontinstui ${INSTALL_TARGETS_DEFAULT_ARGS} )
 --- a/kcontrol/kfontinst/kcmfontinst/CMakeLists.txt
 +++ b/kcontrol/kfontinst/kcmfontinst/CMakeLists.txt
 @@ -9,7 +9,7 @@




More information about the pkg-kde-commits mailing list