summaryrefslogtreecommitdiffstats
path: root/fonts-x11
diff options
context:
space:
mode:
Diffstat (limited to 'fonts-x11')
-rw-r--r--fonts-x11/xfonts-nexus/4.patch11
-rwxr-xr-xfonts-x11/xfonts-nexus/CONFIGURE1
-rw-r--r--fonts-x11/xfonts-nexus/HISTORY3
-rwxr-xr-xfonts-x11/xfonts-nexus/PRE_BUILD6
4 files changed, 20 insertions, 1 deletions
diff --git a/fonts-x11/xfonts-nexus/4.patch b/fonts-x11/xfonts-nexus/4.patch
new file mode 100644
index 0000000000..39a808e741
--- /dev/null
+++ b/fonts-x11/xfonts-nexus/4.patch
@@ -0,0 +1,11 @@
+--- nex6x10.bdf.orig
++++ nex6x10.bdf
+@@ -934,7 +934,7 @@
+ 60
+ 10
+ 10
+-00
++10
+ 00
+ 00
+ ENDCHAR
diff --git a/fonts-x11/xfonts-nexus/CONFIGURE b/fonts-x11/xfonts-nexus/CONFIGURE
new file mode 100755
index 0000000000..35bc0791f4
--- /dev/null
+++ b/fonts-x11/xfonts-nexus/CONFIGURE
@@ -0,0 +1 @@
+config_query XFONTS_NEXUS_4 "Patch character '4'?" n
diff --git a/fonts-x11/xfonts-nexus/HISTORY b/fonts-x11/xfonts-nexus/HISTORY
index 127a4a93db..2dfb439b28 100644
--- a/fonts-x11/xfonts-nexus/HISTORY
+++ b/fonts-x11/xfonts-nexus/HISTORY
@@ -1,2 +1,3 @@
2020-05-27 Vlad Glagolev <stealth@sourcemage.org>
- * DETAILS, DEPENDS, BUILD, INSTALL: created spell, version 0.0.2
+ * DETAILS, DEPENDS, {PRE_,}BUILD, INSTALL, CONFIGURE, 4.patch: created
+ spell, version 0.0.2
diff --git a/fonts-x11/xfonts-nexus/PRE_BUILD b/fonts-x11/xfonts-nexus/PRE_BUILD
new file mode 100755
index 0000000000..d154330b6e
--- /dev/null
+++ b/fonts-x11/xfonts-nexus/PRE_BUILD
@@ -0,0 +1,6 @@
+default_pre_build &&
+cd "${SOURCE_DIRECTORY}" &&
+
+if [ "${XFONTS_NEXUS_4}" == "y" ]; then
+ patch -p0 < "${SPELL_DIRECTORY}/4.patch"
+fi