rpms/sentinella/devel sentinella-fix-DSO.patch, 1.1, 1.2 sentinella.spec, 1.3, 1.4

thomasj thomasj at fedoraproject.org
Wed May 19 07:30:23 UTC 2010


Author: thomasj

Update of /cvs/pkgs/rpms/sentinella/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv15875

Modified Files:
	sentinella-fix-DSO.patch sentinella.spec 
Log Message:
changed DSO patch

sentinella-fix-DSO.patch:
 CMakeLists.txt |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: sentinella-fix-DSO.patch
===================================================================
RCS file: /cvs/pkgs/rpms/sentinella/devel/sentinella-fix-DSO.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sentinella-fix-DSO.patch	19 May 2010 07:18:54 -0000	1.1
+++ sentinella-fix-DSO.patch	19 May 2010 07:30:22 -0000	1.2
@@ -5,7 +5,7 @@
  kde4_add_executable(sentinella ${Sentinella_SRCS})
  
 -target_link_libraries(sentinella ${QT_LIBRARIES} sysactivity kworkspace processui ${KDE4_KDEUI_LIBS} ${KDE4_KPARTS_LIBS})
-+target_link_libraries(sentinella ${QT_LIBRARIES} sysactivity kworkspace processui ${KDE4_KDEUI_LIBS} ${KDE4_KPARTS_LIBS}) -lprocesscore
++target_link_libraries(sentinella ${QT_LIBRARIES} sysactivity kworkspace processui processcore ${KDE4_KDEUI_LIBS} ${KDE4_KPARTS_LIBS})
  
  install(TARGETS sentinella DESTINATION bin)
  


Index: sentinella.spec
===================================================================
RCS file: /cvs/pkgs/rpms/sentinella/devel/sentinella.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sentinella.spec	19 May 2010 07:18:54 -0000	1.3
+++ sentinella.spec	19 May 2010 07:30:22 -0000	1.4
@@ -10,7 +10,7 @@ Source0:        http://downloads.sourcef
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  cmake qt4-devel kdelibs4-devel libsysactivity-devel desktop-file-utils
-BuildRequires:	kdebase-workspace-devel
+BuildRequires:	kdebase-workspace-devel gettext
 
 %{?_kde4_macros_api:Requires: kde4-macros(api) = %{_kde4_macros_api} }
 



More information about the scm-commits mailing list