aterm: use 6x13 fonts by default

This commit is contained in:
Leonid Pliushch 2018-11-28 19:51:49 +02:00 committed by Yaksh Bariya
parent 5b7c95f7c6
commit 9f93b7c0cc
No known key found for this signature in database
GPG Key ID: F7486BA7D3D27581
5 changed files with 21 additions and 4 deletions

View File

@ -1,6 +1,6 @@
diff -uNr aterm-1.0.1/autoconf/Make.common.in aterm-1.0.1.mod/autoconf/Make.common.in
--- aterm-1.0.1/autoconf/Make.common.in 2005-05-26 19:44:49.000000000 +0300
+++ aterm-1.0.1.mod/autoconf/Make.common.in 2018-11-07 22:33:22.089407176 +0200
+++ aterm-1.0.1.mod/autoconf/Make.common.in 2018-11-28 19:42:34.675482946 +0200
@@ -41,7 +41,7 @@
CP = @CP@
SED = @SED@

View File

@ -1,6 +1,6 @@
diff -uNr aterm-1.0.1/src/command.c aterm-1.0.1.mod/src/command.c
--- aterm-1.0.1/src/command.c 2006-06-26 21:01:20.000000000 +0300
+++ aterm-1.0.1.mod/src/command.c 2018-11-07 22:34:07.676283610 +0200
+++ aterm-1.0.1.mod/src/command.c 2018-11-28 19:42:34.678816349 +0200
@@ -425,45 +425,7 @@
void
privileges(int mode)

View File

@ -0,0 +1,17 @@
diff -uNr aterm-1.0.1/src/feature.h aterm-1.0.1.mod/src/feature.h
--- aterm-1.0.1/src/feature.h 2005-12-06 19:08:44.000000000 +0200
+++ aterm-1.0.1.mod/src/feature.h 2018-11-28 19:48:54.161918612 +0200
@@ -342,10 +342,10 @@
"taipei16"
# define NFONT_LIST "8x16", "10x20", "12x24", "10x20", "8x16"
# else /* no Kanji or Big5 support */
-# define NFONTS 5
-# define FONT0_IDX 2
+# define NFONTS 4
+# define FONT0_IDX 0
# undef MFONT_LIST
-# define NFONT_LIST "7x14", "6x10", "6x13", "8x13", "9x15"
+# define NFONT_LIST "6x13", "7x14", "8x13", "9x15"
# endif
#endif

View File

@ -1,6 +1,6 @@
diff -uNr aterm-1.0.1/src/rxvt.h aterm-1.0.1.mod/src/rxvt.h
--- aterm-1.0.1/src/rxvt.h 2006-02-17 23:35:37.000000000 +0200
+++ aterm-1.0.1.mod/src/rxvt.h 2018-11-07 22:33:22.099407222 +0200
+++ aterm-1.0.1.mod/src/rxvt.h 2018-11-28 19:42:34.682149753 +0200
@@ -564,7 +564,7 @@
# define OLD_WORD_SELECTION
#endif

View File

@ -3,7 +3,7 @@ TERMUX_PKG_MAINTAINER="Leonid Plyushch <leonid.plyushch@gmail.com> @xeffyr"
TERMUX_PKG_HOMEPAGE=http://aterm.sourceforge.net/
TERMUX_PKG_DESCRIPTION="An xterm replacement with transparency support"
TERMUX_PKG_VERSION=1.0.1
TERMUX_PKG_REVISION=7
TERMUX_PKG_REVISION=8
TERMUX_PKG_SRCURL=http://downloads.sourceforge.net/sourceforge/aterm/aterm-${TERMUX_PKG_VERSION}.tar.bz2
TERMUX_PKG_SHA256=a161c3b2d9c7149130a41963899993af21eae92e8e362f4b5b3c7c4cb16760ce
TERMUX_PKG_DEPENDS="libice, libsm, libx11, libxext, xorg-fonts-75dpi | xorg-fonts-100dpi"