Skip to Content.
Sympa Menu

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

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 (7e66676cc1cfea4b8faca1455a2129df495216d0)
  • Date: Wed, 8 May 2024 22:25:19 +0000

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

ChangeLog | 1 +
fonts-x11/noto-color-emoji/CONFLICTS | 1 +
fonts-x11/noto-color-emoji/DEPENDS | 1 -
fonts-x11/noto-color-emoji/DETAILS | 9 ++++++---
fonts-x11/noto-color-emoji/HISTORY | 3 +++
fonts-x11/noto-color-emoji/INSTALL | 3 +--
fonts-x11/noto-color-emoji/PRE_BUILD | 4 +---
fonts-x11/noto-color-emoji/UP_TRIGGERS | 2 ++
8 files changed, 15 insertions(+), 9 deletions(-)

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

fonts-x11/noto-color-emoji: deprecated

install ttf-noto-emoji instead

diff --git a/ChangeLog b/ChangeLog
index 6d07cc3..a67d98c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,7 @@
* utils/ly: new spell, console ui display manager
* wm-addons/scenefx: new spell, wlroots scene api replacement
* windowmanagers/swayfx: new spell, sway with eye candy
+ * fonts-x11/noto-color-emoji: deprecated in favor of ttf-noto-emoji

2024-05-06 Pavel Vinogradov <public AT sourcemage.org>
* wm-addons/hypridle: new spell. Hyprland's idle daemon
diff --git a/fonts-x11/noto-color-emoji/CONFLICTS
b/fonts-x11/noto-color-emoji/CONFLICTS
new file mode 100755
index 0000000..5625eba
--- /dev/null
+++ b/fonts-x11/noto-color-emoji/CONFLICTS
@@ -0,0 +1 @@
+conflicts noto-color-emoji y
diff --git a/fonts-x11/noto-color-emoji/DEPENDS
b/fonts-x11/noto-color-emoji/DEPENDS
deleted file mode 100755
index 9f16f82..0000000
--- a/fonts-x11/noto-color-emoji/DEPENDS
+++ /dev/null
@@ -1 +0,0 @@
-. "$SECTION_DIRECTORY/X11_DEPENDS"
diff --git a/fonts-x11/noto-color-emoji/DETAILS
b/fonts-x11/noto-color-emoji/DETAILS
index 3021297..f4d9dcb 100755
--- a/fonts-x11/noto-color-emoji/DETAILS
+++ b/fonts-x11/noto-color-emoji/DETAILS
@@ -1,10 +1,13 @@
SPELL=noto-color-emoji
VERSION=2.042
-
SOURCE_HASH=sha512:7c119d64559aed9a42f0a6f4dc7e53dd004169a57c89ed813d08651fb76fac862360581c7e3386272616904fcdc3e48a096611c0f9655c2996872be7227657c7
- SOURCE=$SPELL.ttf-$VERSION
-
SOURCE_URL[0]=https://github.com/googlefonts/noto-emoji/raw/main/fonts/NotoColorEmoji.ttf
+ PATCHLEVEL=1
+#
SOURCE_HASH=sha512:7c119d64559aed9a42f0a6f4dc7e53dd004169a57c89ed813d08651fb76fac862360581c7e3386272616904fcdc3e48a096611c0f9655c2996872be7227657c7
+# SOURCE=$SPELL.ttf-$VERSION
+#
SOURCE_URL[0]=https://github.com/googlefonts/noto-emoji/raw/main/fonts/NotoColorEmoji.ttf
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL"
WEB_SITE=https://fonts.google.com/noto/specimen/Noto+Color+Emoji
+ ARCHIVE=off
+ GATHER_DOCS=off
LICENSE[0]="SIL"
KEYWORDS="fonts ttf"
SHORT=""
diff --git a/fonts-x11/noto-color-emoji/HISTORY
b/fonts-x11/noto-color-emoji/HISTORY
index 7a67e54..a3c849a 100644
--- a/fonts-x11/noto-color-emoji/HISTORY
+++ b/fonts-x11/noto-color-emoji/HISTORY
@@ -1,3 +1,6 @@
+2024-05-08 Conner Clere <xenanthropy AT sourcemage.org>
+ * DEPRECATED in favor of [ttf-noto-emoji]
+
2023-12-06 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: reformat

diff --git a/fonts-x11/noto-color-emoji/INSTALL
b/fonts-x11/noto-color-emoji/INSTALL
index d2f15e6..27ba77d 100755
--- a/fonts-x11/noto-color-emoji/INSTALL
+++ b/fonts-x11/noto-color-emoji/INSTALL
@@ -1,2 +1 @@
-install -vm 755 -d "$INSTALL_ROOT/usr/share/fonts/TTF" &&
-install -vm 644 *.ttf "$INSTALL_ROOT/usr/share/fonts/TTF"
+true
diff --git a/fonts-x11/noto-color-emoji/PRE_BUILD
b/fonts-x11/noto-color-emoji/PRE_BUILD
index 0d3778e..27ba77d 100755
--- a/fonts-x11/noto-color-emoji/PRE_BUILD
+++ b/fonts-x11/noto-color-emoji/PRE_BUILD
@@ -1,3 +1 @@
-mk_source_dir $SOURCE_DIRECTORY &&
-cd $SOURCE_DIRECTORY &&
-cp $SOURCE_CACHE/$SOURCE ${SOURCE%-*}
+true
diff --git a/fonts-x11/noto-color-emoji/UP_TRIGGERS
b/fonts-x11/noto-color-emoji/UP_TRIGGERS
new file mode 100755
index 0000000..ad6c98f
--- /dev/null
+++ b/fonts-x11/noto-color-emoji/UP_TRIGGERS
@@ -0,0 +1,2 @@
+up_trigger noto-color-emoji dispel_self &&
+up_trigger ttf-noto-emoji cast_self


  • [[SM-Commit] ] GIT changes to master grimoire by Conner Clere (7e66676cc1cfea4b8faca1455a2129df495216d0), Conner Clere, 05/08/2024

Archive powered by MHonArc 2.6.24.

Top of Page