Accepting request 621914 from home:msmeissn:branches:X11:terminals
- xterm-better-fonts.patch: Adjust the defaults fonts a bit so some chinese letters are displayed better (bsc#1089049) OBS-URL: https://build.opensuse.org/request/show/621914 OBS-URL: https://build.opensuse.org/package/show/X11:terminals/xterm?expand=0&rev=155
This commit is contained in:
parent
c9de1c9fb5
commit
9a9510c4f6
15
xterm-better-fonts.patch
Normal file
15
xterm-better-fonts.patch
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
--- xterm/XTerm.ad 2018-07-10 14:16:04.913131251 +0200
|
||||||
|
+++ xterm/XTerm.ad 2018-07-10 14:22:15.180237066 +0200
|
||||||
|
@@ -116,9 +116,9 @@
|
||||||
|
|
||||||
|
*fontMenu.Label: VT Fonts
|
||||||
|
*fontMenu*fontdefault*Label: Default
|
||||||
|
-*VT100.font: -misc-fixed-medium-r-semicondensed-*-13-120-75-75-c-60-iso10646-1
|
||||||
|
-*VT100.wideFont: -misc-fixed-medium-r-normal-*-13-120-75-75-c-120-iso10646-1
|
||||||
|
-*VT100.wideBoldFont: -misc-fixed-medium-r-normal-*-13-120-75-75-c-120-iso10646-1
|
||||||
|
+*VT100*font: -misc-fixed-medium-r-normal-*-18-120-100-100-c-90-iso10646-1
|
||||||
|
+*VT100*boldfont: -misc-fixed-bold-r-normal-*-18-120-100-100-c-90-iso10646-1
|
||||||
|
+*VT100*wideFont: -misc-fixed-medium-r-normal-*-18-120-100-100-c-180-iso10646-1
|
||||||
|
|
||||||
|
*fontMenu*font1*Label: Unicode Best
|
||||||
|
*VT100.font1: -misc-fixed-medium-r-normal-*-18-120-100-100-c-90-iso10646-1
|
@ -1,15 +1,11 @@
|
|||||||
Group the desktop file into the Utilities folder in the GNOME
|
Group the desktop file into the Utilities folder in the GNOME
|
||||||
shell application overview.
|
shell application overview.
|
||||||
|
|
||||||
diff --git a/xterm.desktop b/xterm.desktop
|
Index: xterm-332/xterm.desktop
|
||||||
--- a/xterm.desktop
|
===================================================================
|
||||||
+++ b/xterm.desktop
|
--- xterm-332.orig/xterm.desktop
|
||||||
@@ -34,10 +34,10 @@
|
+++ xterm-332/xterm.desktop
|
||||||
Name=XTerm
|
@@ -39,5 +39,5 @@ Terminal=false
|
||||||
#GenericName=Terminal
|
|
||||||
Comment=standard terminal emulator for the X window system
|
|
||||||
Exec=xterm
|
|
||||||
Terminal=false
|
|
||||||
Type=Application
|
Type=Application
|
||||||
Encoding=UTF-8
|
Encoding=UTF-8
|
||||||
Icon=terminal
|
Icon=terminal
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 10 14:20:54 UTC 2018 - meissner@suse.com
|
||||||
|
|
||||||
|
- xterm-better-fonts.patch: Adjust the defaults fonts a bit so
|
||||||
|
some chinese letters are displayed better (bsc#1089049)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Apr 23 13:42:05 UTC 2018 - mimi.vx@gmail.com
|
Mon Apr 23 13:42:05 UTC 2018 - mimi.vx@gmail.com
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@ Release: 0
|
|||||||
Summary: The basic X terminal program
|
Summary: The basic X terminal program
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: System/X11/Utilities
|
Group: System/X11/Utilities
|
||||||
URL: http://invisible-island.net/xterm/
|
Url: http://invisible-island.net/xterm/
|
||||||
Source: ftp://ftp.invisible-island.net/xterm/%{name}-%{version}.tgz
|
Source: ftp://ftp.invisible-island.net/xterm/%{name}-%{version}.tgz
|
||||||
Source1: ftp://ftp.invisible-island.net/xterm/%{name}-%{version}.tgz.asc
|
Source1: ftp://ftp.invisible-island.net/xterm/%{name}-%{version}.tgz.asc
|
||||||
Source2: luitx
|
Source2: luitx
|
||||||
@ -48,6 +48,7 @@ Patch6: xterm-enable_libtinfo.patch
|
|||||||
Patch7: xterm-allow_iso-utf_fonts_in_menu.patch
|
Patch7: xterm-allow_iso-utf_fonts_in_menu.patch
|
||||||
Patch8: xterm-decomposed_bitmaps.patch
|
Patch8: xterm-decomposed_bitmaps.patch
|
||||||
Patch9: xterm-desktop-item-in-gnome-utilities-appfolder.patch
|
Patch9: xterm-desktop-item-in-gnome-utilities-appfolder.patch
|
||||||
|
Patch10: xterm-better-fonts.patch
|
||||||
BuildRequires: groff
|
BuildRequires: groff
|
||||||
BuildRequires: ncurses-devel
|
BuildRequires: ncurses-devel
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
@ -95,6 +96,7 @@ This package contains the basic X.Org terminal program.
|
|||||||
%patch7 -p1
|
%patch7 -p1
|
||||||
%patch8 -p1
|
%patch8 -p1
|
||||||
%patch9 -p1
|
%patch9 -p1
|
||||||
|
%patch10 -p1
|
||||||
cp -t . %{SOURCE8} %{SOURCE9}
|
cp -t . %{SOURCE8} %{SOURCE9}
|
||||||
bunzip2 %{basename:%{SOURCE8}} %{basename:%{SOURCE9}}
|
bunzip2 %{basename:%{SOURCE8}} %{basename:%{SOURCE9}}
|
||||||
cd ../vttest-%{vttest_version}
|
cd ../vttest-%{vttest_version}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user