rpms/kmagnet/devel kmagnet-fix-ld.patch, NONE, 1.1 kmagnet.spec, 1.2, 1.3

Ryan Rix rrix at fedoraproject.org
Fri Nov 6 02:12:42 UTC 2009


Author: rrix

Update of /cvs/pkgs/rpms/kmagnet/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23242

Modified Files:
	kmagnet.spec 
Added Files:
	kmagnet-fix-ld.patch 
Log Message:
Added a patch to hopefully get LD to stop complaining about missing symboles


kmagnet-fix-ld.patch:
 CMakeLists.txt |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

--- NEW FILE kmagnet-fix-ld.patch ---
diff -Nur kmagnet-0.04/src/CMakeLists.txt kmagnet-0.04-fedora/src/CMakeLists.txt
--- kmagnet-0.04/src/CMakeLists.txt	2009-10-31 16:38:47.000000000 -0700
+++ kmagnet-0.04-fedora/src/CMakeLists.txt	2009-11-05 19:03:12.019837437 -0700
@@ -15,7 +15,8 @@
 
 kde4_add_executable(kmagnet ${kmagnet_SRCS})
 
-target_link_libraries(kmagnet ${KDE4_KDEUI_LIBS} ${KDE4_KFILE_LIBS} ${KDEGAMES_LIBRARY}  )
+target_link_libraries(kmagnet ${KDE4_KDEUI_LIBS} ${KDE4_KFILE_LIBS}
+${KDEGAMES_LIBRARY}  ${KDE4_KIO_LIBRARY})
 
 install(TARGETS kmagnet ${INSTALL_TARGETS_DEFAULT_ARGS} )
 


Index: kmagnet.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kmagnet/devel/kmagnet.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- kmagnet.spec	6 Nov 2009 01:39:02 -0000	1.2
+++ kmagnet.spec	6 Nov 2009 02:12:42 -0000	1.3
@@ -7,6 +7,7 @@ Group:          Amusements/Games
 License:        GPLv3+
 URL:            http://kde-apps.org/content/show.php/kmagnet?content=109111
 Source0:        http://www.kde-apps.org/CONTENT/content-files/109111-%{name}-%{version}.tar.bz2
+Patch0:         kmagnet-fix-ld.patch 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  kdegames-devel
@@ -21,7 +22,7 @@ obstacle or arrives to a hole. To win th
 
 %prep
 %setup -q
-
+%patch -p1
 
 %build
 mkdir -p %{_target_platform}
@@ -74,7 +75,8 @@ gtk-update-icon-cache %{_kde4_iconsdir}/
 %changelog
 * Thu Nov 5  2009 Ryan Rix < phrkonaleash [AT] gmail dot com > - 0.04-1
 - Updated source
-- Patch0 no longer necessary
+- Patch on desktop file no longer necessary
+- Added Patch to fix LD complaining about missing symbols
 
 * Sat Oct 17 2009 Ryan Rix < phrkonaleash [AT] gmail dot com > - 0.03-5
 - Fixed changelog macro usage in 0.02-3




More information about the fedora-extras-commits mailing list