patch: remove unity quicklist
This commit is contained in:
parent
350e14fddb
commit
30d4c154f8
34
gedit-remove-unity-quicklist.patch
Normal file
34
gedit-remove-unity-quicklist.patch
Normal file
@ -0,0 +1,34 @@
|
||||
From d5855ef158714fb574183c29aa9af03d16ef2dc3 Mon Sep 17 00:00:00 2001
|
||||
From: Ignacio Casal Quinteiro <icq@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
|
||||
|
||||
@ -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@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@gnome.org> - 2:3.1.2-1
|
||||
- Update to 3.1.2
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user