Page MenuHomeFreeBSD

D13463.id36617.diff
No OneTemporary

D13463.id36617.diff

Index: x11/lilyterm/Makefile
===================================================================
--- x11/lilyterm/Makefile
+++ x11/lilyterm/Makefile
@@ -22,14 +22,15 @@
GH_ACCOUNT= Tetralet
GH_PROJECT= LilyTerm
-OPTIONS_DEFINE= NLS
+OPTIONS_DEFINE= DOCS NLS
OPTIONS_SUB= yes
-NLS_USES= gettext
+NLS_USES= gettext
NLS_CONFIGURE_ENABLE= nls
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/lilyterm
+ ${RM} -r ${STAGEDIR}${EXAMPLESDIR}
${MV} ${STAGEDIR}${PREFIX}/etc/xdg/lilyterm.conf \
${STAGEDIR}${PREFIX}/etc/xdg/lilyterm.conf.sample
Index: x11/lilyterm/files/patch-data_lilyterm.1
===================================================================
--- /dev/null
+++ x11/lilyterm/files/patch-data_lilyterm.1
@@ -0,0 +1,55 @@
+--- data/lilyterm.1.orig 2013-02-27 09:04:56 UTC
++++ data/lilyterm.1
+@@ -110,7 +110,7 @@ The following key bindings may custom or
+ Disable/Enable hyperlinks, function keys and right click menu for temporary.
+
+ .TP
+-.BI <Ctrl><T>
++.BI <Shift+Ctrl><T>
+ Add a New tab with current directory.
+
+ .TP
+@@ -134,7 +134,7 @@ Move current tab to First/Last.
+ Switch to 1st ~ 12th tab.
+
+ .TP
+-.BI <Ctrl><O>
++.BI <Shift+Ctrl><O>
+ Select all the text in the Vte Terminal box.
+
+ .TP
+@@ -158,11 +158,11 @@ Asks to scroll Up/Down 1 line on Vte Ter
+ Asks to scroll Up/Down on Vte Terminal box.
+
+ .TP
+-.BI <Ctrl><Delete/Insert>
++.BI <Shift+Ctrl><C>
+ Copy the text to clipboard / Paste the text in clipboard.
+
+ .TP
+-.BI <Shift><Delete/Insert>
++.BI <Shift+Ctrl><V>
+ Copy the text to primary clipboard / Paste the text in primary clipboard.
+ .br
+ i.e. Emulate a middle button mouse click to copy/paste the text.
+@@ -171,17 +171,17 @@ i.e. Emulate a middle button mouse click
+ Some key bindings that disabled by default but maybe useful:
+
+ .TP
+-.BI <Ctrl><Q>
++.BI <Shift+Ctrl><Q>
+ Close current tab.
+ .br
+ \fIUsing \fR\fB<Ctrl><D>\fR\fI or '\fR\fBexit\fR\fI' to close tabs is recommended.\fR
+
+ .TP
+-.BI <Ctrl><N>
++.BI <Shift+Ctrl><N>
+ Open a new window with current directory.
+
+ .TP
+-.BI <Ctrl><E>
++.BI <Shift+Ctrl><E>
+ Rename the current tab.
+
+ .SH FILE
Index: x11/lilyterm/files/patch-data_lilyterm.conf
===================================================================
--- x11/lilyterm/files/patch-data_lilyterm.conf
+++ x11/lilyterm/files/patch-data_lilyterm.conf
@@ -61,7 +61,7 @@
# Shows copy/paste menu on right click menu.
show_copy_paste_menu = 1
-@@ -302,7 +302,7 @@ disable_key_binding = Ctrl grave
+@@ -302,19 +302,19 @@ disable_key_binding = Ctrl grave
# Add a new tab.
# Left it blank to disable this function key.
@@ -70,7 +70,13 @@
# Close current tab.
# Left it blank to disable this function key.
-@@ -314,7 +314,7 @@ edit_label_key =
+-close_tab_key =
++close_tab_key = Shift+Ctrl Q
+
+ # Rename the page name of current tab.
+ # Left it blank to disable this function key.
+-edit_label_key =
++edit_label_key = Shift+Ctrl E
# Find the strings matching the search regex.
# Left it blank to disable this function key.
Index: x11/lilyterm/pkg-plist
===================================================================
--- x11/lilyterm/pkg-plist
+++ x11/lilyterm/pkg-plist
@@ -5,7 +5,6 @@
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
%%PORTDOCS%%%%DOCSDIR%%/COPYING
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lilyterm.conf
%%NLS%%share/locale/de/LC_MESSAGES/lilyterm.mo
%%NLS%%share/locale/es/LC_MESSAGES/lilyterm.mo
%%NLS%%share/locale/fr/LC_MESSAGES/lilyterm.mo

File Metadata

Mime Type
text/plain
Expires
Fri, Jan 2, 10:06 AM (13 h, 47 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27455089
Default Alt Text
D13463.id36617.diff (3 KB)

Event Timeline