summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVlad Glagolev2020-05-27 18:57:01 +0000
committerVlad Glagolev2020-05-27 18:57:01 +0000
commit3fde17af450d4f6c69aece6a17195d9b97595826 (patch)
tree6a1658210f384f86b39618c067124ef9c2dce6dd
parent2496872d9d68aae8a173a01716a1d7a3c4a0377a (diff)
xfonts-nexus: new spell, Nexus font for X
-rw-r--r--ChangeLog3
-rwxr-xr-xfonts-x11/xfonts-nexus/BUILD1
-rwxr-xr-xfonts-x11/xfonts-nexus/DEPENDS2
-rwxr-xr-xfonts-x11/xfonts-nexus/DETAILS14
-rw-r--r--fonts-x11/xfonts-nexus/HISTORY2
-rwxr-xr-xfonts-x11/xfonts-nexus/INSTALL7
6 files changed, 29 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index eea10a58e9..57ff3a6adc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2020-05-27 Vlad Glagolev <stealth@sourcemage.org>
+ * fonts-x11/xfonts-nexus: new spell, Nexus font for X
+
2020-05-24 Vlad Glagolev <stealth@sourcemage.org>
* sir.cmpwn.gpg: added, 090047CA public key (Drew DeVault
<sir@cmpwn.com>)
diff --git a/fonts-x11/xfonts-nexus/BUILD b/fonts-x11/xfonts-nexus/BUILD
new file mode 100755
index 0000000000..8f58e6df93
--- /dev/null
+++ b/fonts-x11/xfonts-nexus/BUILD
@@ -0,0 +1 @@
+make
diff --git a/fonts-x11/xfonts-nexus/DEPENDS b/fonts-x11/xfonts-nexus/DEPENDS
new file mode 100755
index 0000000000..e55186c68e
--- /dev/null
+++ b/fonts-x11/xfonts-nexus/DEPENDS
@@ -0,0 +1,2 @@
+depends smgl-foma &&
+depends bdftopcf
diff --git a/fonts-x11/xfonts-nexus/DETAILS b/fonts-x11/xfonts-nexus/DETAILS
new file mode 100755
index 0000000000..bca80cb757
--- /dev/null
+++ b/fonts-x11/xfonts-nexus/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=xfonts-nexus
+ VERSION=0.0.2
+ SOURCE=${SPELL}_${VERSION}.orig.tar.gz
+ SOURCE_URL[0]=http://deb.debian.org/debian/pool/main/x/${SPELL}/${SOURCE}
+ SOURCE_HASH=sha512:27f77d902be7a7a02dfea17e0d0c0c50a171bba94de0b2c060b5ee1311b78de5f0dabe0b52be909c99b2c3dfb36938654577c759410764b87d6a4b6cca9414a3
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE=https://packages.debian.org/sid/xfonts-nexus
+ LICENSE[0]=BSD
+ ENTERED=20200527
+ SHORT="Nexus font for X"
+cat << EOF
+Nexus is a sans-serif, fixed width font with iso8859 encoding. Only available
+as 10 point with medium weight.
+EOF
diff --git a/fonts-x11/xfonts-nexus/HISTORY b/fonts-x11/xfonts-nexus/HISTORY
new file mode 100644
index 0000000000..127a4a93db
--- /dev/null
+++ b/fonts-x11/xfonts-nexus/HISTORY
@@ -0,0 +1,2 @@
+2020-05-27 Vlad Glagolev <stealth@sourcemage.org>
+ * DETAILS, DEPENDS, BUILD, INSTALL: created spell, version 0.0.2
diff --git a/fonts-x11/xfonts-nexus/INSTALL b/fonts-x11/xfonts-nexus/INSTALL
new file mode 100755
index 0000000000..eca71ebc38
--- /dev/null
+++ b/fonts-x11/xfonts-nexus/INSTALL
@@ -0,0 +1,7 @@
+local font_dir="${INSTALL_ROOT}/usr/share/fonts/X11/misc/" &&
+
+if [ ! -d "${font_dir}" ]; then
+ mkdir -p "${font_dir}"
+fi &&
+
+install -vm 0644 *.pcf.gz "${font_dir}"