diff options
author | Johannes Huber <johu@gentoo.org> | 2016-07-08 22:59:40 +0200 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2016-07-08 23:02:18 +0200 |
commit | 6187b980a9e5a19125b9b98291989190694a68ac (patch) | |
tree | 8192a2f6619f176948ae761f9b8833cd0c291125 /kde-apps/kdepim-wizards | |
parent | kde-apps/kdebase-kioslaves: Remove unused patch (diff) | |
download | gentoo-6187b980a9e5a19125b9b98291989190694a68ac.tar.gz gentoo-6187b980a9e5a19125b9b98291989190694a68ac.tar.bz2 gentoo-6187b980a9e5a19125b9b98291989190694a68ac.zip |
kde-apps/kdepim-wizards: Remove unused patch
Package-Manager: portage-2.3.0
Diffstat (limited to 'kde-apps/kdepim-wizards')
-rw-r--r-- | kde-apps/kdepim-wizards/files/kdepim-wizards-4.4.11.1-underlinking.patch | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/kde-apps/kdepim-wizards/files/kdepim-wizards-4.4.11.1-underlinking.patch b/kde-apps/kdepim-wizards/files/kdepim-wizards-4.4.11.1-underlinking.patch deleted file mode 100644 index 2ec6c7a499e0..000000000000 --- a/kde-apps/kdepim-wizards/files/kdepim-wizards-4.4.11.1-underlinking.patch +++ /dev/null @@ -1,40 +0,0 @@ -diff -ruN kdepim-wizards-4.4.11.1.orig/wizards/CMakeLists.txt kdepim-wizards-4.4.11.1/wizards/CMakeLists.txt ---- kdepim-wizards-4.4.11.1.orig/wizards/CMakeLists.txt 2011-04-20 22:03:31.000000000 +0200 -+++ kdepim-wizards-4.4.11.1/wizards/CMakeLists.txt 2011-08-06 19:11:11.852576714 +0200 -@@ -22,7 +22,7 @@ - - kde4_add_executable(groupwarewizard ${groupwarewizard_SRCS}) - -- target_link_libraries(groupwarewizard ${QT_QT3SUPPORT_LIBRARY} ${KDE4_KDECORE_LIBS} -+ target_link_libraries(groupwarewizard ${QT_QTGUI_LIBRARY} ${QT_QT3SUPPORT_LIBRARY} ${KDE4_KDECORE_LIBS} kio kdeui kpimutils - kabcgroupwise kcalgroupwise - kcal_slox kabc_slox - kabckolab knoteskolab -@@ -44,7 +44,8 @@ - - kde4_add_executable(groupwisewizard ${groupwisewizard_SRCS}) - -- target_link_libraries(groupwisewizard ${KDEPIMLIBS_KPIMIDENTITIES_LIBS} ${QT_QT3SUPPORT_LIBRARY} ${KDE4_KDECORE_LIBS} ${KDE4_KIDENTITIES_LIBS} kabcgroupwise kcalgroupwise ${KDEPIMLIBS_KCAL_LIBS} kdepim ) -+ target_link_libraries(groupwisewizard ${KDEPIMLIBS_KPIMIDENTITIES_LIBS} ${QT_QTGUI_LIBRARY} -+ ${QT_QT3SUPPORT_LIBRARY} ${KDE4_KDECORE_LIBS} ${KDE4_KIDENTITIES_LIBS} kabcgroupwise kcalgroupwise ${KDEPIMLIBS_KCAL_LIBS} kdepim kpimutils kio ) - - install(TARGETS groupwisewizard ${INSTALL_TARGETS_DEFAULT_ARGS}) - -@@ -60,7 +61,8 @@ - - kde4_add_executable(sloxwizard ${sloxwizard_SRCS}) - -- target_link_libraries(sloxwizard ${QT_QT3SUPPORT_LIBRARY} ${KDE4_KDECORE_LIBS} kcal_slox kabc_slox ${KDEPIMLIBS_KCAL_LIBS} ${KDEPIMLIBS_KABC_LIBS} kdepim ) -+ target_link_libraries(sloxwizard ${QT_QTGUI_LIBRARY} ${QT_QT3SUPPORT_LIBRARY} ${KDE4_KDECORE_LIBS} kcal_slox kabc_slox ${KDEPIMLIBS_KCAL_LIBS} -+ ${KDEPIMLIBS_KABC_LIBS} kdepim kio ) - - install(TARGETS sloxwizard ${INSTALL_TARGETS_DEFAULT_ARGS}) - -@@ -83,6 +85,7 @@ - kde4_add_executable(kolabwizard ${kolabwizard_SRCS}) - - target_link_libraries(kolabwizard -+ ${QT_QTGUI_LIBRARY} kio - ${QT_QT3SUPPORT_LIBRARY} - ${KDEPIMLIBS_KCAL_LIBS} - ${KDEPIMLIBS_KABC_LIBS} |