rpms/gnome-do/devel gnome-do-0.8.1.3-applicationspath.patch, NONE, 1.1 gnome-do.spec, 1.32, 1.33

Sindre Pedersen Bjørdal sindrepb at fedoraproject.org
Wed Apr 1 04:54:33 UTC 2009


Author: sindrepb

Update of /cvs/pkgs/rpms/gnome-do/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3003

Modified Files:
	gnome-do.spec 
Added Files:
	gnome-do-0.8.1.3-applicationspath.patch 
Log Message:
fix indexing bug

gnome-do-0.8.1.3-applicationspath.patch:

--- NEW FILE gnome-do-0.8.1.3-applicationspath.patch ---
diff -up ./Do.Platform.Linux/src/Do.Universe/ApplicationItemSource.cs.orig ./Do.Platform.Linux/src/Do.Universe/ApplicationItemSource.cs
--- ./Do.Platform.Linux/src/Do.Universe/ApplicationItemSource.cs.orig	2009-04-01 06:42:55.000000000 +0200
+++ ./Do.Platform.Linux/src/Do.Universe/ApplicationItemSource.cs	2009-04-01 06:43:33.000000000 +0200
@@ -131,7 +131,7 @@ namespace Do.Universe.Linux {
 						yield return (new [] {home, ".local/share", appDirSuffix}.Aggregate (Path.Combine));
 					} else if (xdgVar == "XDG_DATA_DIRS") {
 						yield return Path.Combine ("/usr/local/share/", appDirSuffix);
-						yield return Path.Combine ("/usr/share/applications", appDirSuffix);
+						yield return Path.Combine ("/usr/share/", appDirSuffix);
 					}
 				} else {
 					foreach (string dir in envPath.Split (':'))


Index: gnome-do.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-do/devel/gnome-do.spec,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- gnome-do.spec	18 Mar 2009 00:06:28 -0000	1.32
+++ gnome-do.spec	1 Apr 2009 04:54:03 -0000	1.33
@@ -3,7 +3,7 @@
 
 Name:			gnome-do
 Version:		0.8.1.3
-Release:		2%{?dist}
+Release:		3%{?dist}
 Summary:		Quick launch and search
 
 License:		GPLv3+
@@ -11,6 +11,8 @@
 URL:			http://do.davebsd.com/
 Source0:		http://edge.launchpad.net/do/0.8/%{mainver}/+download/gnome-do-%{version}.tar.gz
 
+Patch0:			%{name}-%{version}-applicationspath.patch
+
 BuildRoot:		%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 # Various Mono dependencies are not available for ppc64; see bug 241850.
@@ -57,6 +59,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure
@@ -126,6 +129,9 @@
 %{_libdir}/pkgconfig/*
 
 %changelog
+* Wed Apr 01 2009 Sindre Pedersen Bjørdal <sindrepb at fedoraproject.org> - 0.8.1.3-3
+- Add patch to fix issue where applications wasn't being indexed
+
 * Tue Mar 17 2009 Sindre Pedersen Bjørdal <sindrepb at fedoraproject.org> - 0.8.1.3-2
 - New upstream release
 




More information about the fedora-extras-commits mailing list