diff --git a/nemo.spec b/nemo.spec index 51794c3..811b40b 100644 --- a/nemo.spec +++ b/nemo.spec @@ -15,7 +15,7 @@ Name: nemo Summary: File manager for Cinnamon Version: 1.0.3 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ and LGPLv2+ Group: User Interface/Desktops # To generate source @@ -58,12 +58,10 @@ BuildRequires: gnome-themes-standard # the main binary links against libnemo-extension.so # don't depend on soname, rather on exact version Requires: nemo-extensions%{?_isa} = %{version}-%{release} -Requires: gnome-terminal Patch0: rtl-fix.patch -Patch1: open_as_root.patch -Patch2: open_terminal.patch +Patch1: remove_open_terminal.patch %description @@ -108,7 +106,6 @@ Nemo theme fix for Adwaita %patch0 -p1 -b .rtl-fix %patch1 -p1 -%patch2 -p1 %build @@ -215,6 +212,10 @@ fi %doc %{_datadir}/gtk-doc/html/libnemo-extension/* %changelog +* Mon Oct 08 2012 Leigh Scott - 1.0.3-2 +- remove requires gnome-terminal +- patch to remove "open in terminal" + * Mon Oct 01 2012 Leigh Scott - 1.0.3-1 - update to 1.0.3 release diff --git a/open_as_root.patch b/open_as_root.patch deleted file mode 100644 index ca0a8a5..0000000 --- a/open_as_root.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- a/src/nemo-directory-view-ui.xml -+++ b/src/nemo-directory-view-ui.xml -@@ -178,7 +178,6 @@ - - - -- - - - diff --git a/open_terminal.patch b/open_terminal.patch deleted file mode 100644 index 0d1a492..0000000 --- a/open_terminal.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/src/nemo-view.c -+++ b/src/nemo-view.c -@@ -6071,7 +6071,7 @@ static void - open_in_terminal (gchar *location) - { - gchar *argv[2]; -- argv[0] = "x-terminal-emulator"; -+ argv[0] = "gnome-terminal"; - argv[1] = NULL; - g_spawn_async(location, argv, NULL, G_SPAWN_SEARCH_PATH, NULL, NULL, NULL, NULL); - } diff --git a/remove_open_terminal.patch b/remove_open_terminal.patch new file mode 100644 index 0000000..c3804d4 --- /dev/null +++ b/remove_open_terminal.patch @@ -0,0 +1,21 @@ +--- a/src/nemo-directory-view-ui.xml ++++ b/src/nemo-directory-view-ui.xml +@@ -111,8 +111,6 @@ + + + +- +- + + + +@@ -176,9 +174,6 @@ + + + +- +- +- + + +