rpms/kdebase-workspace/devel kdebase-workspace-4.2.0-syndication_libs.patch, NONE, 1.1 kdebase-workspace.spec, 1.176, 1.177

Rex Dieter rdieter at fedoraproject.org
Sun Feb 8 17:15:27 UTC 2009


Author: rdieter

Update of /cvs/pkgs/rpms/kdebase-workspace/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13216

Modified Files:
	kdebase-workspace.spec 
Added Files:
	kdebase-workspace-4.2.0-syndication_libs.patch 
Log Message:
* Sun Feb 08 2009 Rex Dieter <rdieter at fedoraproject.org> - 4.2.0-5
- include awol rss dataengine (kdebug#179050)


kdebase-workspace-4.2.0-syndication_libs.patch:

--- NEW FILE kdebase-workspace-4.2.0-syndication_libs.patch ---
diff -up kdebase-workspace-4.2.0/plasma/dataengines/CMakeLists.txt.syndication_libs kdebase-workspace-4.2.0/plasma/dataengines/CMakeLists.txt
--- kdebase-workspace-4.2.0/plasma/dataengines/CMakeLists.txt.syndication_libs	2008-12-21 14:19:13.000000000 -0600
+++ kdebase-workspace-4.2.0/plasma/dataengines/CMakeLists.txt	2009-02-08 10:36:57.000000000 -0600
@@ -14,9 +14,9 @@ add_subdirectory(time)
 add_subdirectory(weather)
 
 macro_optional_find_package(KdepimLibs)
-if(KDE4_SYNDICATION_LIBS)
+if(KDEPIMLIBS_SYNDICATION_LIBS)
    add_subdirectory(rss)
-endif(KDE4_SYNDICATION_LIBS)
+endif(KDEPIMLIBS_SYNDICATION_LIBS)
 
 if(NOT WIN32)
    add_subdirectory(mouse)
diff -up kdebase-workspace-4.2.0/plasma/dataengines/rss/CMakeLists.txt.syndication_libs kdebase-workspace-4.2.0/plasma/dataengines/rss/CMakeLists.txt
--- kdebase-workspace-4.2.0/plasma/dataengines/rss/CMakeLists.txt.syndication_libs	2008-12-04 02:34:58.000000000 -0600
+++ kdebase-workspace-4.2.0/plasma/dataengines/rss/CMakeLists.txt	2009-02-08 10:37:27.000000000 -0600
@@ -7,7 +7,7 @@ set(rss_engine_SRCS
 )
 
 kde4_add_plugin(plasma_engine_rss ${rss_engine_SRCS})
-target_link_libraries(plasma_engine_rss ${KDE4_PLASMA_LIBS} ${KDE4_KDECORE_LIBS} ${KDE4_SYNDICATION_LIBS})
+target_link_libraries(plasma_engine_rss ${KDE4_PLASMA_LIBS} ${KDE4_KDECORE_LIBS} ${KDEPIMLIBS_SYNDICATION_LIBS})
 
 install(TARGETS plasma_engine_rss DESTINATION ${PLUGIN_INSTALL_DIR})
 install(FILES plasma-dataengine-rss.desktop DESTINATION ${SERVICES_INSTALL_DIR} )


Index: kdebase-workspace.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kdebase-workspace/devel/kdebase-workspace.spec,v
retrieving revision 1.176
retrieving revision 1.177
diff -u -r1.176 -r1.177
--- kdebase-workspace.spec	30 Jan 2009 19:06:27 -0000	1.176
+++ kdebase-workspace.spec	8 Feb 2009 17:14:55 -0000	1.177
@@ -8,7 +8,7 @@
 Name: kdebase-workspace
 Version: 4.2.0
 
-Release: 4%{?dist}.2
+Release: 5%{?dist}
 Source0: ftp://ftp.kde.org/pub/kde/stable/%{version}/src/kdebase-workspace-%{version}.tar.bz2
 License: GPLv2
 Group: User Interface/Desktops
@@ -29,6 +29,9 @@
 Patch11: kdebase-workspace-4.1.96-font.patch
 Patch12: kdebase-workspace-4.2.0-default_applets.patch
 
+# upstreamable patches
+Patch50: kdebase-workspace-4.2.0-syndication_libs.patch
+
 # upstream patches:
 # trunk
 Patch100: kdebase-workspace-4.1.96-AllowExternalPaths.patch
@@ -194,6 +197,9 @@
 %patch11 -p1 -b .font
 %patch12 -p1 -b .default_applets
 
+# https://bugs.kde.org/179050
+%patch50 -p1 -b .syndication_libs
+
 # upstream patches
 %patch100 -p1 -b .AllowExternalPaths
 %if 0%{?have_bluez3}
@@ -326,6 +332,9 @@
 
 
 %changelog
+* Sun Feb 08 2009 Rex Dieter <rdieter at fedoraproject.org> - 4.2.0-5
+- include awol rss dataengine (kdebug#179050)
+
 * Fri Jan 30 2009 Rex Dieter <rdieter at fedoraproject.org> - 4.2.0-4.2
 - respin default_applets patch for kpowersave too (#483163)
 




More information about the scm-commits mailing list