rpms/konq-plugins/devel konq-plugins-4.1.0-fix-uninstalled-akregator-files.patch, NONE, 1.1 konq-plugins.spec, 1.6, 1.7

Kevin Kofler (kkofler) fedora-extras-commits at redhat.com
Thu Aug 7 04:01:54 UTC 2008


Author: kkofler

Update of /cvs/pkgs/rpms/konq-plugins/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3485/devel

Modified Files:
	konq-plugins.spec 
Added Files:
	konq-plugins-4.1.0-fix-uninstalled-akregator-files.patch 
Log Message:
* Thu Aug 07 2008 Kevin Kofler <Kevin at tigcc.ticalc.org> - 4.1.0-2
- fix data files from akregator plugin not getting installed

konq-plugins-4.1.0-fix-uninstalled-akregator-files.patch:

--- NEW FILE konq-plugins-4.1.0-fix-uninstalled-akregator-files.patch ---
Index: konq-plugins/akregator/CMakeLists.txt
===================================================================
--- konq-plugins/akregator/CMakeLists.txt	(revision 843359)
+++ konq-plugins/akregator/CMakeLists.txt	(revision 843360)
@@ -26,3 +26,9 @@
 
 install(TARGETS akregatorkonqfeedicon DESTINATION ${PLUGIN_INSTALL_DIR} )
 
+
+########### install files ###############
+
+#install( FILES akregator_konqplugin.desktop  DESTINATION  ${SERVICES_INSTALL_DIR} )
+install( FILES akregator_konqfeedicon.desktop akregator_konqfeedicon.rc  DESTINATION  ${DATA_INSTALL_DIR}/khtml/kpartplugins )
+install( FILES feed.png DESTINATION ${DATA_INSTALL_DIR}/akregator/pics )


Index: konq-plugins.spec
===================================================================
RCS file: /cvs/pkgs/rpms/konq-plugins/devel/konq-plugins.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- konq-plugins.spec	7 Aug 2008 03:50:22 -0000	1.6
+++ konq-plugins.spec	7 Aug 2008 04:01:24 -0000	1.7
@@ -2,7 +2,7 @@
 
 Name:           konq-plugins
 Version:        4.1.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Additional plugins that interact with konqueror
 
 Group:          Applications/Internet
@@ -22,6 +22,10 @@
 
 Source0: ftp://ftp.kde.org/pub/kde/stable/4.1.0/src/extragear/konq-plugins-%{version}.tar.bz2
 
+# http://websvn.kde.org/?view=rev&revision=843360
+# Fix data files from akregator plugin not getting installed
+Patch100: konq-plugins-4.1.0-fix-uninstalled-akregator-files.patch
+
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires: kdebase4-devel >= 4.1
@@ -55,6 +59,7 @@
 
 %prep
 %setup -q
+%patch100 -p0 -b .akregator-files
 
 
 %build
@@ -102,6 +107,7 @@
 %{_kde4_docdir}/HTML/en/*
 %{_kde4_bindir}/fsview
 %{_datadir}/config/translaterc
+%{_kde4_appsdir}/akregator/
 %{_kde4_appsdir}/dolphinpart/kpartplugins/
 %{_kde4_appsdir}/domtreeviewer/
 %{_kde4_appsdir}/fsview/
@@ -118,6 +124,9 @@
 
 
 %changelog
+* Thu Aug 07 2008 Kevin Kofler <Kevin at tigcc.ticalc.org> - 4.1.0-2
+- fix data files from akregator plugin not getting installed
+
 * Wed Aug 06 2008 Rex Dieter <rdieter at fedoraproject.org> - 4.1.0-1
 - 4.1.0
 - drop searchbar-crash patch (no longer needed with Konqueror 4.1)




More information about the fedora-extras-commits mailing list