Skip to Content.
Sympa Menu

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

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 (361e0977440a7795008674a968cdb3e8852ef516)
  • Date: Wed, 12 Jul 2023 23:01:11 +0000

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

ChangeLog | 1 +
fonts-x11/ttf-noto-emoji/BUILD | 1 +
fonts-x11/ttf-noto-emoji/CONFIGURE | 2 ++
fonts-x11/ttf-noto-emoji/DEPENDS | 1 +
fonts-x11/ttf-noto-emoji/DETAILS | 14 ++++++++++++++
fonts-x11/ttf-noto-emoji/HISTORY | 3 +++
fonts-x11/ttf-noto-emoji/INSTALL | 11 +++++++++++
7 files changed, 33 insertions(+)

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

fonts-x11/ttf-noto-emoji: new spell, google's noto-emoji font

We NEEDED emojis :) (adding this for starship prompt, it uses emojis)

diff --git a/ChangeLog b/ChangeLog
index f47cd0d..0dfb0fe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,7 @@
* x11/picom: new spell, lightweight x11 compositor based on compton
* fonts-x11/ttf-firacode-nerdfont: new spell, fira code with nerdfont
patches
* fonts-x11/ttf-iosevka-nerdfont: new spell, iosevka with nerdfont
patches
+ * fonts-x11/ttf-noto-emoji: new spell, google's noto-emoji font

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-noto-emoji/BUILD b/fonts-x11/ttf-noto-emoji/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/fonts-x11/ttf-noto-emoji/BUILD
@@ -0,0 +1 @@
+true
diff --git a/fonts-x11/ttf-noto-emoji/CONFIGURE
b/fonts-x11/ttf-noto-emoji/CONFIGURE
new file mode 100755
index 0000000..596bc16
--- /dev/null
+++ b/fonts-x11/ttf-noto-emoji/CONFIGURE
@@ -0,0 +1,2 @@
+config_query NOTO_INSTALL_ICONS \
+ "Do you want to install icons? Warning - a LOT of icons" n
diff --git a/fonts-x11/ttf-noto-emoji/DEPENDS
b/fonts-x11/ttf-noto-emoji/DEPENDS
new file mode 100755
index 0000000..79f11f2
--- /dev/null
+++ b/fonts-x11/ttf-noto-emoji/DEPENDS
@@ -0,0 +1 @@
+depends smgl-foma
diff --git a/fonts-x11/ttf-noto-emoji/DETAILS
b/fonts-x11/ttf-noto-emoji/DETAILS
new file mode 100755
index 0000000..26fa8cc
--- /dev/null
+++ b/fonts-x11/ttf-noto-emoji/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=ttf-noto-emoji
+ VERSION=2.038
+ SOURCE=noto-emoji-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/noto-emoji-$VERSION
+
SOURCE_URL[0]=https://github.com/googlefonts/noto-emoji/archive/v${VERSION}.tar.gz
+
SOURCE_HASH=sha256:47d8b39733a1e82efced7dee96e30cb31d205b150dc3ca44d59abbb22d027195
+ LICENSE[0]=OFL
+ WEB_SITE=https://github.com/googlefonts/noto-emoji
+ ENTERED=20230712
+ KEYWORDS="font noto emoji googlefont"
+ SHORT="noto-emoji font"
+cat << EOF
+Google's noto-emoji font
+EOF
diff --git a/fonts-x11/ttf-noto-emoji/HISTORY
b/fonts-x11/ttf-noto-emoji/HISTORY
new file mode 100644
index 0000000..df8b511
--- /dev/null
+++ b/fonts-x11/ttf-noto-emoji/HISTORY
@@ -0,0 +1,3 @@
+2023-07-12 Conner Clere <xenanthropy AT sourcemage.org>
+ * BUILD, CONFIGURE, INSTALL, DEPENDS, DETAILS: version 2.038 , new
spell
+
diff --git a/fonts-x11/ttf-noto-emoji/INSTALL
b/fonts-x11/ttf-noto-emoji/INSTALL
new file mode 100755
index 0000000..b3cbe36
--- /dev/null
+++ b/fonts-x11/ttf-noto-emoji/INSTALL
@@ -0,0 +1,11 @@
+if [[ $NOTO_INSTALL_ICONS == y ]]; then
+ cd "${SOURCE_DIRECTORY}/png/" &&
+ find . | cpio --pass-through --make-directories --unconditional --verbose \
+ "${INSTALL_ROOT}/usr/share/icons/noto-emoji/"
+fi &&
+
+rm
"${SOURCE_DIRECTORY}"/fonts/Noto{ColorEmoji_WindowsCompatible,-COLRv1,-COLRv1-noflags}.ttf
&&
+
+fontdir="$INSTALL_ROOT/usr/share/fonts/TTF/" &&
+install -d "$fontdir" &&
+find "$SOURCE_DIRECTORY" -iname '*.[ot]tf' -exec install -vm444 -t
"$fontdir" {} +



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

Archive powered by MHonArc 2.6.24.

Top of Page