Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Conner Clere (4de3cd2d297ef961829dca5e824c4d416528cdcf)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Conner Clere <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Conner Clere (4de3cd2d297ef961829dca5e824c4d416528cdcf)
  • Date: Wed, 17 Jan 2024 20:07:32 +0000

GIT changes to master grimoire by Conner Clere <xenanthropy AT sourcemage.org>:

ChangeLog | 2 ++
fonts-x11/ttf-jetbrainsmono-nerdfont/BUILD | 1 +
fonts-x11/ttf-jetbrainsmono-nerdfont/DEPENDS | 1 +
fonts-x11/ttf-jetbrainsmono-nerdfont/DETAILS | 15 +++++++++++++++
fonts-x11/ttf-jetbrainsmono-nerdfont/HISTORY | 3 +++
fonts-x11/ttf-jetbrainsmono-nerdfont/INSTALL | 3 +++
fonts-x11/ttf-jetbrainsmono-nerdfont/PRE_BUILD | 3 +++
fonts-x11/ttf-jetbrainsmono-nerdfont/PROVIDES | 1 +
8 files changed, 29 insertions(+)

New commits:
commit 4de3cd2d297ef961829dca5e824c4d416528cdcf
Author: Conner Clere <xenanthropy AT sourcemage.org>
Commit: Conner Clere <xenanthropy AT sourcemage.org>

fonts-x11/ttf-jetbrainsmono-nerdfont: new spell

jetbrains-mono font with nerdfont patches

diff --git a/ChangeLog b/ChangeLog
index aeebd67..d5ac60f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2024-01-17 Conner Clere <xenanthropy AT sourcemage.org>
* desktop-themes/papirus-icon-theme: new spell, papirus icon theme
+ * fonts-x11/ttf-jetbrainsmono-nerdfont: new spell, jetbrains-mono with
+ nerdfont patches

2024-01-16 Conner Clere <xenanthropy AT sourcemage.org>
* vulkan/shaderc: new spell, tools and libs for vulkan shader
compilation
diff --git a/fonts-x11/ttf-jetbrainsmono-nerdfont/BUILD
b/fonts-x11/ttf-jetbrainsmono-nerdfont/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/fonts-x11/ttf-jetbrainsmono-nerdfont/BUILD
@@ -0,0 +1 @@
+true
diff --git a/fonts-x11/ttf-jetbrainsmono-nerdfont/DEPENDS
b/fonts-x11/ttf-jetbrainsmono-nerdfont/DEPENDS
new file mode 100755
index 0000000..79f11f2
--- /dev/null
+++ b/fonts-x11/ttf-jetbrainsmono-nerdfont/DEPENDS
@@ -0,0 +1 @@
+depends smgl-foma
diff --git a/fonts-x11/ttf-jetbrainsmono-nerdfont/DETAILS
b/fonts-x11/ttf-jetbrainsmono-nerdfont/DETAILS
new file mode 100755
index 0000000..09b3ada
--- /dev/null
+++ b/fonts-x11/ttf-jetbrainsmono-nerdfont/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=ttf-jetbrainsmono-nerdfont
+ VERSION=3.1.1
+ SOURCE=JetBrainsMono.tar.xz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL}
+ FORCE_DOWNLOAD=ON
+
SOURCE_URL[0]=https://github.com/ryanoasis/nerd-fonts/releases/download/v${VERSION}/$SOURCE
+
SOURCE_HASH=sha512:d0642d40ef5bb6843f789722eb1e9cc8aa8ac55f49516166e37e37b9b626eda842f60e37fc16ff0cc99d98b0a8aedab8870a99355fb3c31749f00fe09d4f589c
+ LICENSE[0]=OFL
+ WEB_SITE=https://github.com/ryanoasis/nerd-fonts/
+ ENTERED=20240117
+ KEYWORDS="font ligature nerd jetbrains"
+ SHORT="jetbrains mono font with nerdfont patches"
+cat << EOF
+Free monospaced font with programming ligatures and nerd-font patches
+EOF
diff --git a/fonts-x11/ttf-jetbrainsmono-nerdfont/HISTORY
b/fonts-x11/ttf-jetbrainsmono-nerdfont/HISTORY
new file mode 100644
index 0000000..f2527f8
--- /dev/null
+++ b/fonts-x11/ttf-jetbrainsmono-nerdfont/HISTORY
@@ -0,0 +1,3 @@
+2024-01-17 Conner Clere <xenanthropy AT sourcemage.org>
+ * BUILD, DEPENDS, INSTALL, PRE_BUILD, PROVIDES, DETAILS: ver 3.1.1,
new spell
+
diff --git a/fonts-x11/ttf-jetbrainsmono-nerdfont/INSTALL
b/fonts-x11/ttf-jetbrainsmono-nerdfont/INSTALL
new file mode 100755
index 0000000..e42f390
--- /dev/null
+++ b/fonts-x11/ttf-jetbrainsmono-nerdfont/INSTALL
@@ -0,0 +1,3 @@
+fontdir="$INSTALL_ROOT/usr/share/fonts/TTF/" &&
+install -d "$fontdir" &&
+find "$SOURCE_DIRECTORY" -iname '*.[ot]tf' -exec install -vm444 -t
"$fontdir" {} +
diff --git a/fonts-x11/ttf-jetbrainsmono-nerdfont/PRE_BUILD
b/fonts-x11/ttf-jetbrainsmono-nerdfont/PRE_BUILD
new file mode 100755
index 0000000..fc57e1c
--- /dev/null
+++ b/fonts-x11/ttf-jetbrainsmono-nerdfont/PRE_BUILD
@@ -0,0 +1,3 @@
+mk_source_dir "${SOURCE_DIRECTORY}" &&
+cd "${SOURCE_DIRECTORY}" &&
+unpack_file
diff --git a/fonts-x11/ttf-jetbrainsmono-nerdfont/PROVIDES
b/fonts-x11/ttf-jetbrainsmono-nerdfont/PROVIDES
new file mode 100755
index 0000000..8bb2aa7
--- /dev/null
+++ b/fonts-x11/ttf-jetbrainsmono-nerdfont/PROVIDES
@@ -0,0 +1 @@
+NERDFONT



  • [SM-Commit] GIT changes to master grimoire by Conner Clere (4de3cd2d297ef961829dca5e824c4d416528cdcf), Conner Clere, 01/17/2024

Archive powered by MHonArc 2.6.24.

Top of Page