Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by George Sherwood (6d6ccb1a36029961ee1b765f4d166fa8c7363c4b)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by George Sherwood (6d6ccb1a36029961ee1b765f4d166fa8c7363c4b)
  • Date: Sat, 4 Sep 2010 15:17:14 -0500

GIT changes to master grimoire by George Sherwood <gsherwood AT sourcemage.org>:

fonts-x11/ttf-anonymouspro/DETAILS | 2 +-
fonts-x11/ttf-anonymouspro/HISTORY | 5 +++--
fonts-x11/ttf-anonymouspro/INSTALL | 10 ++++++----
fonts-x11/ttf-anonymouspro/PRE_BUILD | 4 ++--
4 files changed, 12 insertions(+), 9 deletions(-)

New commits:
commit 6d6ccb1a36029961ee1b765f4d166fa8c7363c4b
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

ttf-anonymouspro: Added spell based on IRC comment. Already written
in Bug 15820. Adding that version and giving proper credit

diff --git a/fonts-x11/ttf-anonymouspro/DETAILS
b/fonts-x11/ttf-anonymouspro/DETAILS
index 3073c44..6fdcf0f 100755
--- a/fonts-x11/ttf-anonymouspro/DETAILS
+++ b/fonts-x11/ttf-anonymouspro/DETAILS
@@ -5,7 +5,7 @@

SOURCE_HASH=sha512:3cbe798f464092a534c396753f7bbb5cc4755dc4385eab56773210036aec4c9ed32a7c9f7bccd9957205b000d9552fb3b4a416415cedf143d40b619966f86c4e
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/AnonymousPro-${VERSION}"
WEB_SITE="http://www.ms-studio.com/FontSales/anonymouspro.html";
- LICENSE[0]="Open Font License"
+ LICENSE[0]=OFL
ENTERED=20100904
KEYWORDS=""
SHORT="family of four fixed-width fonts"
diff --git a/fonts-x11/ttf-anonymouspro/HISTORY
b/fonts-x11/ttf-anonymouspro/HISTORY
index 1212097..c24815f 100644
--- a/fonts-x11/ttf-anonymouspro/HISTORY
+++ b/fonts-x11/ttf-anonymouspro/HISTORY
@@ -1,3 +1,4 @@
-2010-09-04 George Sherwood <gsherwood AT sourcemage.org>
- * PRE_BUILD< BUILD, DETAILS, INSTALL: spell created
+2010-09-04 dh <d/h AT online.de>
+ * BUILD, DETAILS, INSTALL, PRE_BUILD, DEPENDS:
+ spell created

diff --git a/fonts-x11/ttf-anonymouspro/INSTALL
b/fonts-x11/ttf-anonymouspro/INSTALL
index 8d3e2ec..9cf41bc 100755
--- a/fonts-x11/ttf-anonymouspro/INSTALL
+++ b/fonts-x11/ttf-anonymouspro/INSTALL
@@ -1,4 +1,6 @@
-mkdir -p "$INSTALL_ROOT/usr/share/fonts/TTF" &&
-cd $SOURCE_DIRECTORY/AnonymousPro-${VERSION} &&
-install -m 644 -o root -g root *.ttf "$INSTALL_ROOT/usr/share/fonts/TTF"
-
+local FONT_DIR=${INSTALL_ROOT}/usr/share/fonts/X11/TTF
+local DOC_DIR=${INSTALL_ROOT}/usr/share/doc/${SPELL}
+install -d ${DOC_DIR} &&
+install -d ${FONT_DIR} &&
+install -t ${DOC_DIR} AnonymousPro-${VERSION}/*.txt &&
+install -t ${FONT_DIR} AnonymousPro-${VERSION}/*.ttf
diff --git a/fonts-x11/ttf-anonymouspro/PRE_BUILD
b/fonts-x11/ttf-anonymouspro/PRE_BUILD
index 473e9a2..471ef66 100755
--- a/fonts-x11/ttf-anonymouspro/PRE_BUILD
+++ b/fonts-x11/ttf-anonymouspro/PRE_BUILD
@@ -1,3 +1,3 @@
-mkdir $SOURCE_DIRECTORY &&
-cd $SOURCE_DIRECTORY &&
+mk_source_dir $SOURCE_DIRECTORY &&
+cd $SOURCE_DIRECTORY &&
unpack_file



  • [SM-Commit] GIT changes to master grimoire by George Sherwood (6d6ccb1a36029961ee1b765f4d166fa8c7363c4b), George Sherwood, 09/04/2010

Archive powered by MHonArc 2.6.24.

Top of Page