xterm add man path patch
Signed-off-by: guibuilder_pel7x64builder0 <guibuilder@powerel.org>master
parent
34d449fc04
commit
15a95d34a0
|
@ -1,9 +1,10 @@
|
||||||
diff -up xterm-328/minstall.in.man-paths xterm-328/minstall.in
|
diff --git a/minstall.in b/minstall.in
|
||||||
--- xterm-328/minstall.in.man-paths 2016-10-25 00:29:20.000000000 +0200
|
index cd15775..a4b39a9 100644
|
||||||
+++ xterm-328/minstall.in 2017-06-01 16:36:26.544065282 +0200
|
--- a/minstall.in
|
||||||
@@ -138,6 +138,11 @@ USE_chr1=`echo "$USE_name" | sed -e 's/^
|
+++ b/minstall.in
|
||||||
|
@@ -141,6 +141,11 @@ USE_chr1=`echo "$USE_name" | sed -e 's/^.//'`
|
||||||
USE_Name=${USE_chr0}${USE_chr1}
|
USE_Name=${USE_chr0}${USE_chr1}
|
||||||
USE_NAME=`echo "$USE_name" | tr '[a-z]' '[A-Z]'`
|
USE_NAME=`echo "$USE_name" | tr "$lower" "$upper"`
|
||||||
|
|
||||||
+fontpath=/usr/share/X11/fonts
|
+fontpath=/usr/share/X11/fonts
|
||||||
+xorgcfgdir=/etc/X11
|
+xorgcfgdir=/etc/X11
|
||||||
|
@ -11,22 +12,23 @@ diff -up xterm-328/minstall.in.man-paths xterm-328/minstall.in
|
||||||
+X_MANSECT=7
|
+X_MANSECT=7
|
||||||
+
|
+
|
||||||
sed -e 's%__vendorversion__%"X Window System"%' \
|
sed -e 's%__vendorversion__%"X Window System"%' \
|
||||||
-e 's%__app_version__%Patch\ \#'$PATCH_NUM% \
|
-e 's%__app_version__%Patch\ \#'"$PATCH_NUM"% \
|
||||||
-e 's%__app_date__%'$PATCH_YMD% \
|
-e 's%__app_date__%'"$PATCH_YMD"% \
|
||||||
@@ -163,6 +168,9 @@ sed -e 's%__vendorversion__%"X Window Sy
|
@@ -167,6 +172,9 @@ sed -e 's%__vendorversion__%"X Window System"%' \
|
||||||
-e s%fIwtmp'\\%fI'$WTMP_NAME'\\%g' \
|
-e 's%fIwtmp\\%fI'$WTMP_NAME'\\%g' \
|
||||||
-e s%/etc/wtmp%$WTMP_PATH%g \
|
-e "s%/etc/wtmp%$WTMP_PATH%g" \
|
||||||
-e 's%/\\(\*\*%/*%g' \
|
-e 's%/\\(\*\*%/*%g' \
|
||||||
+ -e s%__fontpath__%$fontpath%g \
|
+ -e s%__fontpath__%$fontpath%g \
|
||||||
+ -e s%__xorgcfgdir__%$xorgcfgdir%g \
|
+ -e s%__xorgcfgdir__%$xorgcfgdir%g \
|
||||||
+ -e s%__xorgcfgfil__%$xorgcfgfil%g \
|
+ -e s%__xorgcfgfil__%$xorgcfgfil%g \
|
||||||
$OLD_FILE >$NEW_FILE
|
"$OLD_FILE" >$NEW_FILE
|
||||||
# diff -u $OLD_FILE $NEW_FILE
|
# diff -u $OLD_FILE $NEW_FILE
|
||||||
|
|
||||||
diff -up xterm-328/xterm.man.man-paths xterm-328/xterm.man
|
diff --git a/xterm.man b/xterm.man
|
||||||
--- xterm-328/xterm.man.man-paths 2017-05-31 00:57:12.000000000 +0200
|
index 14d97b8..bc76923 100644
|
||||||
+++ xterm-328/xterm.man 2017-06-01 16:33:16.493512367 +0200
|
--- a/xterm.man
|
||||||
@@ -2328,19 +2328,18 @@ Since X11R6, bitmap fonts have been scal
|
+++ b/xterm.man
|
||||||
|
@@ -2512,19 +2512,18 @@ Since X11R6, bitmap fonts have been scaled.
|
||||||
The font server claims to provide the bold font that \fI\*n\fP requests,
|
The font server claims to provide the bold font that \fI\*n\fP requests,
|
||||||
but the result is not always readable.
|
but the result is not always readable.
|
||||||
XFree86 introduced a feature which can be used to suppress the scaling.
|
XFree86 introduced a feature which can be used to suppress the scaling.
|
||||||
|
|
Loading…
Reference in New Issue