[gedit/f16] patch: remove unity quicklist

Ignacio Casal Quinteiro nacho at fedoraproject.org
Thu Aug 4 09:57:00 UTC 2011


commit 30d4c154f8b83ca247324265825ecc783e7de3ad
Author: Ignacio Casal Quinteiro <icq at gnome.org>
Date:   Thu Aug 4 11:57:51 2011 +0200

    patch: remove unity quicklist

 gedit-remove-unity-quicklist.patch |   34 ++++++++++++++++++++++++++++++++++
 gedit.spec                         |    8 ++++++++
 2 files changed, 42 insertions(+), 0 deletions(-)
---
diff --git a/gedit-remove-unity-quicklist.patch b/gedit-remove-unity-quicklist.patch
new file mode 100644
index 0000000..9281252
--- /dev/null
+++ b/gedit-remove-unity-quicklist.patch
@@ -0,0 +1,34 @@
+From d5855ef158714fb574183c29aa9af03d16ef2dc3 Mon Sep 17 00:00:00 2001
+From: Ignacio Casal Quinteiro <icq at gnome.org>
+Date: Thu, 4 Aug 2011 11:28:08 +0200
+Subject: [PATCH] Revert "Add Unity quicklist to desktop file."
+
+This reverts commit 2529f991e628b22e2e43e8be8cf14f99ea0a08bb.
+
+Reverted as it is not validating
+---
+ data/gedit.desktop.in.in |   11 -----------
+ 1 files changed, 0 insertions(+), 11 deletions(-)
+
+diff --git a/data/gedit.desktop.in.in b/data/gedit.desktop.in.in
+index 3660b12..9bb4bf6 100644
+--- a/data/gedit.desktop.in.in
++++ b/data/gedit.desktop.in.in
+@@ -16,14 +16,3 @@ X-GNOME-Bugzilla-Product=gedit
+ X-GNOME-Bugzilla-Component=general
+ X-GNOME-Bugzilla-Version=@VERSION@
+ X-GNOME-Bugzilla-ExtraInfoScript=@FULL_LIBEXECDIR@/gedit/gedit-bugreport.sh
+-X-Ayatana-Desktop-Shortcuts=NewDocument;NewWindow;
+-
+-[NewDocument Shortcut Group]
+-_Name=Create a new document
+-Exec=gedit --new-document
+-TargetEnvironment=Unity
+-
+-[NewWindow Shortcut Group]
+-_Name=Open a new window
+-Exec=gedit --new-window
+-TargetEnvironment=Unity
+-- 
+1.7.6
+
diff --git a/gedit.spec b/gedit.spec
index 868aca6..da261dd 100644
--- a/gedit.spec
+++ b/gedit.spec
@@ -27,6 +27,8 @@ Requires(postun):       desktop-file-utils >= %{desktop_file_utils_version}
 Patch1: gedit-2.13.90-libdir.patch
 %endif
 
+Patch2: gedit-remove-unity-quicklist.patch
+
 # http://bugzilla.gnome.org/show_bug.cgi?id=587053
 #Patch3: print-to-file.patch
 
@@ -100,6 +102,8 @@ access and leave event for documents used with gedit.
 %patch1 -p1 -b .libdir
 %endif
 
+%patch2 -p1 -b .remove-unity-quicklist
+
 #%patch3 -p1 -b .print-to-file
 
 autoreconf -i -f
@@ -206,6 +210,10 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas
 %{_libdir}/gedit/plugins/libzeitgeistplugin.so
 
 %changelog
+* Tue Aug 04 2011 Ignacio Casal Quinteiro <icq at gnome.org> - 2:3.1.3-1
+- Update to 3.1.3
+- Add patch to not include the unity quicklist on the desktop file.
+
 * Tue Jul 05 2011 Ignacio Casal Quinteiro <icq at gnome.org> - 2:3.1.2-1
 - Update to 3.1.2
 


More information about the scm-commits mailing list