Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (1f536e7eecaa670264611fe9a895b35ed2f20c2f)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (1f536e7eecaa670264611fe9a895b35ed2f20c2f)
  • Date: Tue, 28 Jan 2020 19:19:44 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

ChangeLog | 3 +++
fonts-x11/ttf-jetbrains-mono/BUILD | 1 +
fonts-x11/ttf-jetbrains-mono/DEPENDS | 1 +
fonts-x11/ttf-jetbrains-mono/DETAILS | 21 +++++++++++++++++++++
fonts-x11/ttf-jetbrains-mono/HISTORY | 2 ++
fonts-x11/ttf-jetbrains-mono/INSTALL | 1 +
6 files changed, 29 insertions(+)

New commits:
commit 1f536e7eecaa670264611fe9a895b35ed2f20c2f
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

ttf-jetbrains-mono: new spell, JetBrains Mono Typeface

diff --git a/ChangeLog b/ChangeLog
index 33262e7..6de3443 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2020-01-28 Ismael Luceno <ismael AT sourcemage.org>
+ * fonts-x11/ttf-jetbrains-mono: new spell, JetBrains Mono Typeface
+
2020-01-27 Ismael Luceno <ismael AT sourcemage.org>
* python-pypi/python-colcon-core: new spell, collective construction

diff --git a/fonts-x11/ttf-jetbrains-mono/BUILD
b/fonts-x11/ttf-jetbrains-mono/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/fonts-x11/ttf-jetbrains-mono/BUILD
@@ -0,0 +1 @@
+true
diff --git a/fonts-x11/ttf-jetbrains-mono/DEPENDS
b/fonts-x11/ttf-jetbrains-mono/DEPENDS
new file mode 100644
index 0000000..f7c362b
--- /dev/null
+++ b/fonts-x11/ttf-jetbrains-mono/DEPENDS
@@ -0,0 +1 @@
+depends unzip
diff --git a/fonts-x11/ttf-jetbrains-mono/DETAILS
b/fonts-x11/ttf-jetbrains-mono/DETAILS
new file mode 100755
index 0000000..0eb1b90
--- /dev/null
+++ b/fonts-x11/ttf-jetbrains-mono/DETAILS
@@ -0,0 +1,21 @@
+ SPELL=ttf-jetbrains-mono
+ VERSION=1.0.2
+ SOURCE="JetBrainsMono-$VERSION.zip"
+ SOURCE_URL[0]=https://download.jetbrains.com/fonts/$SOURCE
+
SOURCE_HASH=sha512:544fa0616bc464c3d4910916066b8e7172efb6b4c9ba60b0bb8b874ded47729ea1a26c0293422344da46e4a60551ebcb2596109eef7e72a265e8a5dacbdcef48
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SOURCE%.zip}"
+ WEB_SITE="https://www.jetbrains.com/lp/mono/";
+ LICENSE[0]=Apache-2.0
+ ENTERED=20200128
+ SHORT="JetBrains Mono Typeface"
+cat << EOF
+A typeface made for developers.
+
+* Increased height for a better reading experience
+* Adapted to reading code
+* many code-specific ligatures
+* support for 145 languages
+* weights with matching italics
+* free & open-source
+EOF
+
diff --git a/fonts-x11/ttf-jetbrains-mono/HISTORY
b/fonts-x11/ttf-jetbrains-mono/HISTORY
new file mode 100644
index 0000000..c105388
--- /dev/null
+++ b/fonts-x11/ttf-jetbrains-mono/HISTORY
@@ -0,0 +1,2 @@
+2020-01-28 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD, DEPENDS, DETAILS, INSTALL, PRE_BUILD: spell created
diff --git a/fonts-x11/ttf-jetbrains-mono/INSTALL
b/fonts-x11/ttf-jetbrains-mono/INSTALL
new file mode 100755
index 0000000..67c6ac0
--- /dev/null
+++ b/fonts-x11/ttf-jetbrains-mono/INSTALL
@@ -0,0 +1 @@
+install -m444 "$SOURCE_DIRECTORY"/ttf/*.ttf
"$INSTALL_ROOT"/usr/share/fonts/TTF/



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (1f536e7eecaa670264611fe9a895b35ed2f20c2f), Ismael Luceno, 01/28/2020

Archive powered by MHonArc 2.6.24.

Top of Page