[beesu] fix Edit with Pluma

Tom Callaway spot at fedoraproject.org
Thu Aug 7 15:07:58 UTC 2014


commit 1d824e8f95a40fc26347789ebf32b52fccdf6a30
Author: Tom Callaway <spot at fedoraproject.org>
Date:   Thu Aug 7 17:07:53 2014 +0200

    fix Edit with Pluma

 beesu-2.7-pluma-fix.patch |    9 +++++++++
 beesu.spec                |    7 ++++++-
 2 files changed, 15 insertions(+), 1 deletions(-)
---
diff --git a/beesu-2.7-pluma-fix.patch b/beesu-2.7-pluma-fix.patch
new file mode 100644
index 0000000..2d0eef2
--- /dev/null
+++ b/beesu-2.7-pluma-fix.patch
@@ -0,0 +1,9 @@
+--- "beesu-2.7/caja-beesu-manager-1.8/libexec/scripts/Edit with Pluma.fixfix"	2014-08-07 17:00:59.826813130 +0200
++++ "beesu-2.7/caja-beesu-manager-1.8/libexec/scripts/Edit with Pluma"	2014-08-07 17:00:33.315986769 +0200
+@@ -1,5 +1,5 @@
+ #!/bin/bash
+-beesu_requires "mate-text-editor" "mate-text-editor"
++beesu_requires "pluma" "pluma"
+ if [[ -n "$CAJA_SCRIPT_SELECTED_FILE_PATHS" ]]
+ then
+     quoted=$(echo -e "$CAJA_SCRIPT_SELECTED_FILE_PATHS" | 
diff --git a/beesu.spec b/beesu.spec
index 8a6831f..b0a5e01 100644
--- a/beesu.spec
+++ b/beesu.spec
@@ -5,7 +5,7 @@ Name: beesu
 Version: 2.7
 # Don't ever decrease this version (unless all beesu, nbm, and gbp update) or the subpackages will go backwards.
 # It is easier to do this than to track a separate release field.
-Release: 20%{?dist}
+Release: 21%{?dist}
 Summary: Graphical wrapper for su
 URL: http://www.honeybeenet.altervista.org
 Group: Applications/System
@@ -23,6 +23,7 @@ Patch3:  beesu-nemo-scripts-fixes.patch
 # Not working yet.
 # Patch4:  gedit-plugin-3.12.patch
 Patch5:  caja-beesu-manager-pluma-fix.patch
+Patch6:  beesu-2.7-pluma-fix.patch
 BuildRequires: desktop-file-utils
 Requires: pam, usermode, usermode-gtk
 
@@ -97,6 +98,7 @@ to Nemo using beesu to elevate the user's privileges to root.
 %patch3 -p1
 # %%patch4 -p1 -b .gedit312
 %patch5 -p1 
+%patch6 -p1
 chmod -x nautilus-beesu-manager-%{nbmversion}/COPYING nautilus-beesu-manager-%{nbmversion}/README
 chmod -x nemo-beesu-manager-%{nbmversion}/COPYING nemo-beesu-manager-%{nbmversion}/README
 chmod -x caja-beesu-manager-%{nbmversion}/COPYING caja-beesu-manager-%{nbmversion}/README
@@ -255,6 +257,9 @@ fi
 %{_libexecdir}/nemo-beesu-manager/
 
 %changelog
+* Thu Aug  7 2014 Tom Callaway <spot at fedoraproject.org> - 2.7-21
+- fix Edit with Pluma script (bz1118974)
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.7-20
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list