* [gentoo-commits] gentoo-x86 commit in kde-misc/kopete-antispam/files: kopete-antispam-0.4-fixlink.patch
@ 2009-02-03 10:18 Alexey Shvetsov (alexxy)
0 siblings, 0 replies; 2+ messages in thread
From: Alexey Shvetsov (alexxy) @ 2009-02-03 10:18 UTC (permalink / raw
To: gentoo-commits
alexxy 09/02/03 10:18:42
Added: kopete-antispam-0.4-fixlink.patch
Log:
Fix linkage for kopete-antispam
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Revision Changes Path
1.1 kde-misc/kopete-antispam/files/kopete-antispam-0.4-fixlink.patch
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-misc/kopete-antispam/files/kopete-antispam-0.4-fixlink.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-misc/kopete-antispam/files/kopete-antispam-0.4-fixlink.patch?rev=1.1&content-type=text/plain
Index: kopete-antispam-0.4-fixlink.patch
===================================================================
--- kopete-antispam-kde4-0.4/CMakeLists.txt.orig 2009-02-03 13:12:45.000000000 +0300
+++ kopete-antispam-kde4-0.4/CMakeLists.txt 2009-02-03 13:13:36.000000000 +0300
@@ -2,10 +2,14 @@
find_package( KDE4 REQUIRED )
find_package( Automoc4 REQUIRED )
-
+find_package( Qt4 REQUIRED )
+set(QT_USE_QTGUI 1)
+set(QT_USE_QTCORE 1)
+set(QT_USE_QT3SUPPORT 1)
+include(${QT_USE_FILE})
add_definitions(${QT_DEFINITIONS} ${KDE4_DEFINITIONS})
-include_directories( ${KDE4_INCLUDES} ${CMAKE_CURRENT_BINARY_DIR} )
+include_directories( ${KDE4_INCLUDES} ${CMAKE_CURRENT_BINARY_DIR} )
link_directories( ${KDE4_LIB_DIR} ${CMAKE_CURRENT_BINARY_DIR} )
# libkopete_antispam
@@ -15,7 +19,7 @@
kde4_add_kcfg_files( KOPETEANTISPAM_SRCS kopeteantispamconfig.kcfgc )
kde4_add_plugin( kopete_antispam ${KOPETEANTISPAM_SRCS} )
-target_link_libraries( kopete_antispam kopete kdeui )
+target_link_libraries( kopete_antispam kopete kdecore kdeui ${QT_LIBRARIES} )
# libkcm_kopete_antispam
@@ -25,11 +29,12 @@
kde4_add_ui_files( KCMKOPETEANTISPAM_SRCS kopeteantispampreferencesuibase.ui )
kde4_add_plugin( kcm_kopete_antispam ${KCMKOPETEANTISPAM_SRCS} )
-target_link_libraries( kcm_kopete_antispam kopete kdeui )
+target_link_libraries( kcm_kopete_antispam kopete kdecore kdeui ${QT_LIBRARIES} )
# installation
install( FILES kopeteantispamconfig.kcfg DESTINATION ${KCFG_INSTALL_DIR} )
install( FILES kopete_antispam.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
install( FILES kopete_antispam_config.desktop DESTINATION ${SERVICES_INSTALL_DIR}/kconfiguredialog )
-install( TARGETS kopete_antispam kcm_kopete_antispam DESTINATION ${PLUGIN_INSTALL_DIR} )
\ В конце файла нет новой строки
+install( TARGETS kopete_antispam kcm_kopete_antispam DESTINATION ${PLUGIN_INSTALL_DIR} )
+
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in kde-misc/kopete-antispam/files: kopete-antispam-0.4-fixlink.patch
@ 2009-11-03 9:15 Jonathan Callen (abcd)
0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Callen (abcd) @ 2009-11-03 9:15 UTC (permalink / raw
To: gentoo-commits
abcd 09/11/03 09:15:27
Removed: kopete-antispam-0.4-fixlink.patch
Log:
Drop old version
(Portage version: -svn/cvs/Linux i686)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-11-03 9:15 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-03 9:15 [gentoo-commits] gentoo-x86 commit in kde-misc/kopete-antispam/files: kopete-antispam-0.4-fixlink.patch Jonathan Callen (abcd)
-- strict thread matches above, loose matches on Subject: below --
2009-02-03 10:18 Alexey Shvetsov (alexxy)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox