Skip to Content.
Sympa Menu

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

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 (dc61e5e90943b2502bc89854cd14a4335c02d25b)
  • Date: Wed, 12 Jul 2023 18:05:00 +0000

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

ChangeLog | 1 +
fonts-x11/ttf-firacode-nerdfont/BUILD | 1 +
fonts-x11/ttf-firacode-nerdfont/DEPENDS | 1 +
fonts-x11/ttf-firacode-nerdfont/DETAILS | 14 ++++++++++++++
fonts-x11/ttf-firacode-nerdfont/HISTORY | 3 +++
fonts-x11/ttf-firacode-nerdfont/INSTALL | 3 +++
fonts-x11/ttf-firacode-nerdfont/PRE_BUILD | 3 +++
fonts-x11/ttf-firacode-nerdfont/PROVIDES | 1 +
8 files changed, 27 insertions(+)

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

fonts-x11/ttf-firacode-nerdfont: new spell, fira code with nerdfont
patches

adding a PROVIDES of NERDFONT so people can add
other nerd fonts to the list when created

diff --git a/ChangeLog b/ChangeLog
index 80862e0..93b8b20 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
2023-07-12 Conner Clere <xenanthropy AT sourcemage.org>
* x11/picom: new spell, lightweight x11 compositor based on compton
+ * fonts-x11/ttf-firacode-nerdfont: new spell, fira code with nerdfont
patches

2023-07-11 Ismael Luceno <ismael AT sourcemage.org>
* gnu/gcc-10: new spell, the GNU Compiler Collection, version 10.x
diff --git a/fonts-x11/ttf-firacode-nerdfont/BUILD
b/fonts-x11/ttf-firacode-nerdfont/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/fonts-x11/ttf-firacode-nerdfont/BUILD
@@ -0,0 +1 @@
+true
diff --git a/fonts-x11/ttf-firacode-nerdfont/DEPENDS
b/fonts-x11/ttf-firacode-nerdfont/DEPENDS
new file mode 100755
index 0000000..79f11f2
--- /dev/null
+++ b/fonts-x11/ttf-firacode-nerdfont/DEPENDS
@@ -0,0 +1 @@
+depends smgl-foma
diff --git a/fonts-x11/ttf-firacode-nerdfont/DETAILS
b/fonts-x11/ttf-firacode-nerdfont/DETAILS
new file mode 100755
index 0000000..beeedaf
--- /dev/null
+++ b/fonts-x11/ttf-firacode-nerdfont/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=ttf-firacode-nerdfont
+ VERSION=3.0.2
+ SOURCE=FiraCode.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL}
+
SOURCE_URL[0]=https://github.com/ryanoasis/nerd-fonts/releases/download/v${VERSION}/FiraCode.tar.xz
+
SOURCE_HASH=sha256:76c1d691cea44b0cae4d6add56bb3ef52b83cedebb1c5f519b62d068f8586b93
+ LICENSE[0]=OFL
+ WEB_SITE=https://github.com/ryanoasis/nerd-fonts/
+ ENTERED=20230712
+ KEYWORDS="font ligature nerd fira"
+ SHORT="fira code font with nerdfont patches"
+cat << EOF
+Free monospaced font with programming ligatures and nerd-font patches
+EOF
diff --git a/fonts-x11/ttf-firacode-nerdfont/HISTORY
b/fonts-x11/ttf-firacode-nerdfont/HISTORY
new file mode 100644
index 0000000..49ab6ab
--- /dev/null
+++ b/fonts-x11/ttf-firacode-nerdfont/HISTORY
@@ -0,0 +1,3 @@
+2023-07-12 Conner Clere <xenanthropy AT sourcemage.org>
+ * DEPENDS, DETAILS: ver 3.0.2, new spell
+
diff --git a/fonts-x11/ttf-firacode-nerdfont/INSTALL
b/fonts-x11/ttf-firacode-nerdfont/INSTALL
new file mode 100755
index 0000000..e42f390
--- /dev/null
+++ b/fonts-x11/ttf-firacode-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-firacode-nerdfont/PRE_BUILD
b/fonts-x11/ttf-firacode-nerdfont/PRE_BUILD
new file mode 100755
index 0000000..fc57e1c
--- /dev/null
+++ b/fonts-x11/ttf-firacode-nerdfont/PRE_BUILD
@@ -0,0 +1,3 @@
+mk_source_dir "${SOURCE_DIRECTORY}" &&
+cd "${SOURCE_DIRECTORY}" &&
+unpack_file
diff --git a/fonts-x11/ttf-firacode-nerdfont/PROVIDES
b/fonts-x11/ttf-firacode-nerdfont/PROVIDES
new file mode 100755
index 0000000..8bb2aa7
--- /dev/null
+++ b/fonts-x11/ttf-firacode-nerdfont/PROVIDES
@@ -0,0 +1 @@
+NERDFONT



  • [SM-Commit] GIT changes to master grimoire by Conner Clere (dc61e5e90943b2502bc89854cd14a4335c02d25b), Conner Clere, 07/12/2023

Archive powered by MHonArc 2.6.24.

Top of Page