aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--enable-wide-glyphs.patch18
3 files changed, 13 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 76776f89eb9a..740ea6c5bc44 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = rxvt-unicode-cvs-patched-wideglyphs
pkgdesc = Unicode enabled rxvt-clone terminal emulator (urxvt) with fixed font spacing and wide glyphs patch (cvs version)
pkgver = 20170412
- pkgrel = 3
+ pkgrel = 4
url = http://software.schmorp.de/pkg/rxvt-unicode.html
arch = i686
arch = x86_64
@@ -27,7 +27,7 @@ pkgbase = rxvt-unicode-cvs-patched-wideglyphs
sha1sums = 01ee8f212add79a158dcd4ed78d0ea1324bdc59b
sha1sums = b7fde1c46af45e831828738874f14b092b1e795f
sha1sums = f478acf3662aab3f5b1703a4a29bcfe055dbdd66
- sha1sums = b2f3dd43851106dfadead7566d7d0e1339281e43
+ sha1sums = 1b4feb5ab8b22ddc1498ac4d5d9789891e71ddc8
pkgname = rxvt-unicode-cvs-patched-wideglyphs
diff --git a/PKGBUILD b/PKGBUILD
index c62b7b58db40..2df80ab91996 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
_pkgname=rxvt-unicode
pkgname=rxvt-unicode-cvs-patched-wideglyphs
pkgver=20170412
-pkgrel=3
+pkgrel=4
pkgdesc='Unicode enabled rxvt-clone terminal emulator (urxvt) with fixed font spacing and wide glyphs patch (cvs version)'
arch=('i686' 'x86_64')
url='http://software.schmorp.de/pkg/rxvt-unicode.html'
@@ -32,7 +32,7 @@ sha1sums=('b5a4507f85ebb7bac589db2e07d9bc40106720d9'
'01ee8f212add79a158dcd4ed78d0ea1324bdc59b'
'b7fde1c46af45e831828738874f14b092b1e795f'
'f478acf3662aab3f5b1703a4a29bcfe055dbdd66'
- 'b2f3dd43851106dfadead7566d7d0e1339281e43')
+ '1b4feb5ab8b22ddc1498ac4d5d9789891e71ddc8')
prepare() {
cd ${srcdir}
diff --git a/enable-wide-glyphs.patch b/enable-wide-glyphs.patch
index a52968ee5dd4..6132cd6aaa11 100644
--- a/enable-wide-glyphs.patch
+++ b/enable-wide-glyphs.patch
@@ -1,5 +1,5 @@
diff --git a/config.h.in b/config.h.in
-index 914d606..2e2e03f 100644
+index 914d6062..2e2e03f3 100644
--- a/config.h.in
+++ b/config.h.in
@@ -18,6 +18,9 @@
@@ -13,7 +13,7 @@ index 914d606..2e2e03f 100644
#undef ENCODING_EU
diff --git a/configure b/configure
-index 3e3f78b..b8b1591 100755
+index 3e3f78bd..b8b1591d 100755
--- a/configure
+++ b/configure
@@ -717,6 +717,7 @@ enable_unicode3
@@ -76,7 +76,7 @@ index 3e3f78b..b8b1591 100755
$as_echo "#define ISO_14755 1" >>confdefs.h
diff --git a/configure.ac b/configure.ac
-index 0da3b59..52ab8e4 100644
+index 0da3b596..52ab8e4c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -132,6 +132,7 @@ AC_ARG_ENABLE(everything,
@@ -119,7 +119,7 @@ index 0da3b59..52ab8e4 100644
AC_DEFINE(ISO_14755, 1, Define if you want ISO 14755 extended support)
fi
diff --git a/src/command.C b/src/command.C
-index 19e4fcc..75853d7 100644
+index 19e4fccf..75853d75 100644
--- a/src/command.C
+++ b/src/command.C
@@ -237,7 +237,9 @@ rxvt_term::iso14755_51 (unicode_t ch, rend_t r, int x, int y, int y2)
@@ -133,7 +133,7 @@ index 19e4fcc..75853d7 100644
}
diff --git a/src/rxvtfont.C b/src/rxvtfont.C
-index c56921c..9d75541 100644
+index c56921c8..9d75541a 100644
--- a/src/rxvtfont.C
+++ b/src/rxvtfont.C
@@ -471,6 +471,7 @@ rxvt_font_default::draw (rxvt_drawable &d, int x, int y,
@@ -182,7 +182,7 @@ index c56921c..9d75541 100644
if (extents.xOff == 0)
diff --git a/src/screen.C b/src/screen.C
-index 115afbf..61681b8 100644
+index 115afbf2..61681b84 100644
--- a/src/screen.C
+++ b/src/screen.C
@@ -936,7 +936,61 @@ rxvt_term::scr_add_lines (const wchar_t *str, int len, int minlines) NOTHROW
@@ -263,7 +263,7 @@ index 115afbf..61681b8 100644
// force redraw before "careful" characters to avoid pixel droppings
diff --git a/src/xdefaults.C b/src/xdefaults.C
-index 9b47bf2..add21ee 100644
+index 9b47bf2c..add21eec 100644
--- a/src/xdefaults.C
+++ b/src/xdefaults.C
@@ -294,6 +294,9 @@ static const char optionsstring[] = "options: "
@@ -278,9 +278,9 @@ index 9b47bf2..add21ee 100644
#endif
diff --git a/wide-glyphs-after.png b/wide-glyphs-after.png
new file mode 100644
-index 0000000..5661ea7
+index 00000000..5661ea79
Binary files /dev/null and b/wide-glyphs-after.png differ
diff --git a/wide-glyphs-before.png b/wide-glyphs-before.png
new file mode 100644
-index 0000000..71ae7d5
+index 00000000..71ae7d5d
Binary files /dev/null and b/wide-glyphs-before.png differ