[packages/secpanel] - support for xfce4-terminal

blues blues at pld-linux.org
Mon Feb 11 12:23:02 CET 2013


commit 309bc753ddf2ebb8f0020ae0384ec4f1bde75266
Author: Paweł Gołaszewski <blues at pld-linux.org>
Date:   Mon Feb 11 12:19:46 2013 +0100

    - support for xfce4-terminal

 secpanel-xfce4terminal.patch | 15 +++++++++++++++
 secpanel.spec                |  4 +++-
 2 files changed, 18 insertions(+), 1 deletion(-)
---
diff --git a/secpanel.spec b/secpanel.spec
index db6b478..159f9c1 100644
--- a/secpanel.spec
+++ b/secpanel.spec
@@ -2,7 +2,7 @@ Summary:	Visual management of SSH connections
 Summary(pl.UTF-8):	Wizualna nakładka na klienta SSH
 Name:		secpanel
 Version:	0.6.1
-Release:	3
+Release:	3.1
 Epoch:		1
 License:	GPL v2+
 Group:		X11/Applications/Networking
@@ -14,6 +14,7 @@ Source3:	%{name}.xpm
 Patch0:		%{name}-data_location.patch
 Patch1:		%{name}-title.patch
 Patch2:		%{name}-distkeys_with_port.patch
+Patch3:		%{name}-xfce4terminal.patch
 URL:		http://themediahost.de/secpanel/
 Requires:	tk
 BuildArch:	noarch
@@ -37,6 +38,7 @@ SecPanel nie jest nową implementacją protokołu SecureShell.
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 %install
 rm -rf $RPM_BUILD_ROOT
diff --git a/secpanel-xfce4terminal.patch b/secpanel-xfce4terminal.patch
new file mode 100644
index 0000000..962094a
--- /dev/null
+++ b/secpanel-xfce4terminal.patch
@@ -0,0 +1,15 @@
+--- ./usr/local/lib/secpanel/termdefs.txt.org	2010-02-19 11:50:57.000000000 +0100
++++ ./usr/local/lib/secpanel/termdefs.txt	2013-02-11 12:18:13.536953618 +0100
+@@ -58,6 +58,12 @@ set termtype(XFCE-Terminal_iconpar) ""
+ set termtype(XFCE-Terminal_execpar) "-x"
+ set termtype(XFCE-Terminal_path) "Terminal"
+ 
++set termtype(XFCE4-Terminal_titlepar) "--title"
++set termtype(XFCE4-Terminal_quotepar) ""
++set termtype(XFCE4-Terminal_iconpar) ""
++set termtype(XFCE4-Terminal_execpar) "-x"
++set termtype(XFCE4-Terminal_path) "xfce4-terminal"
++
+ set termtype(Putty's-Terminal_titlepar) "-title"
+ set termtype(Putty's-Terminal_quotepar) ""
+ set termtype(Putty's-Terminal_iconpar) ""
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/secpanel.git/commitdiff/13ab26de24098dbeebd046d5b17f6e92b8855aa8



More information about the pld-cvs-commit mailing list