Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (c3dfe63734abcd846c23dedbe559784626ab05bf)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (c3dfe63734abcd846c23dedbe559784626ab05bf)
  • Date: Wed, 27 Jul 2016 19:22:03 +0000

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

ChangeLog | 3 +++
fonts-x11/hack/BUILD | 1 +
fonts-x11/hack/DEPENDS | 1 +
fonts-x11/hack/DETAILS | 18 ++++++++++++++++++
fonts-x11/hack/HISTORY | 2 ++
fonts-x11/hack/INSTALL | 2 ++
fonts-x11/hack/PRE_BUILD | 3 +++
python-pypi/grit-i18n/DEPENDS | 2 +-
python-pypi/grit-i18n/DETAILS | 12 +++++++-----
python-pypi/grit-i18n/HISTORY | 3 +++
10 files changed, 41 insertions(+), 6 deletions(-)

New commits:
commit c3dfe63734abcd846c23dedbe559784626ab05bf
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

hack-v2.02

commit ea4a6fda13010ab3c4c9fa3512c0dc90acb35ab6
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

grit-i18n: => 20160727

diff --git a/ChangeLog b/ChangeLog
index 2f59633..541853a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2016-07-27 Treeve Jelbert <treeve AT sourcemage.org>
+ * fonts-x11/hack: new font
+
2016-07-24 Pavel Vinogradov <public AT sourcemage.org>
* python-pypi/pydenticon: new spell, a library for generating
identicons
diff --git a/fonts-x11/hack/BUILD b/fonts-x11/hack/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/fonts-x11/hack/BUILD
@@ -0,0 +1 @@
+true
diff --git a/fonts-x11/hack/DEPENDS b/fonts-x11/hack/DEPENDS
new file mode 100755
index 0000000..9f16f82
--- /dev/null
+++ b/fonts-x11/hack/DEPENDS
@@ -0,0 +1 @@
+. "$SECTION_DIRECTORY/X11_DEPENDS"
diff --git a/fonts-x11/hack/DETAILS b/fonts-x11/hack/DETAILS
new file mode 100755
index 0000000..5919cad
--- /dev/null
+++ b/fonts-x11/hack/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=hack
+ SPELLX=Hack
+ VERSION=v2.020
+
SOURCE_HASH=sha512:de3c8e13ace5ee49bb2b5dd331cc3109ad12b762f967c88cdf8f0d1080e5c3cb99d2dffe1c986c9fcc6e46e31c3bc7141cf1c9e1b8430d1ef76a90ab461d1a09
+ SOURCE=$SPELLX-${VERSION//./_}-ttf.zip
+ DOCS="README LICENSE AUTHORS NEWS BUGS *.txt"
+
SOURCE_URL[0]=https://github.com/chrissimpkins/Hack/releases/download/${VERSION}/$SOURCE
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELLX"
+ WEB_SITE=http://sourcefoundry.org/hack
+ LICENSE[0]="OFL"
+ KEYWORDS="fonts ttf"
+ SHORT=""
+cat << EOF
+Hack includes monospaced regular, bold, oblique, and bold oblique sets to
cover all of your
+syntax highlighting need.
+Hack is hand groomed and optically balanced to be your go-to code face.
+successor to Bitstream Vera and DejaVu
+EOF
diff --git a/fonts-x11/hack/HISTORY b/fonts-x11/hack/HISTORY
new file mode 100644
index 0000000..ac186b7
--- /dev/null
+++ b/fonts-x11/hack/HISTORY
@@ -0,0 +1,2 @@
+2016-07-27 Treeve Jelbert <treeve AT sourcemage.org>
+ * ALL: spell created version 2.020
diff --git a/fonts-x11/hack/INSTALL b/fonts-x11/hack/INSTALL
new file mode 100755
index 0000000..d2f15e6
--- /dev/null
+++ b/fonts-x11/hack/INSTALL
@@ -0,0 +1,2 @@
+install -vm 755 -d "$INSTALL_ROOT/usr/share/fonts/TTF" &&
+install -vm 644 *.ttf "$INSTALL_ROOT/usr/share/fonts/TTF"
diff --git a/fonts-x11/hack/PRE_BUILD b/fonts-x11/hack/PRE_BUILD
new file mode 100755
index 0000000..fee3737
--- /dev/null
+++ b/fonts-x11/hack/PRE_BUILD
@@ -0,0 +1,3 @@
+mk_source_dir $SOURCE_DIRECTORY &&
+cd $SOURCE_DIRECTORY &&
+unpack_file
diff --git a/python-pypi/grit-i18n/DEPENDS b/python-pypi/grit-i18n/DEPENDS
index 8e7ccbb..10f7ea6 100755
--- a/python-pypi/grit-i18n/DEPENDS
+++ b/python-pypi/grit-i18n/DEPENDS
@@ -1,2 +1,2 @@
depends python &&
-depends SVN
+depends git
diff --git a/python-pypi/grit-i18n/DETAILS b/python-pypi/grit-i18n/DETAILS
index 4de18d3..7d2b31a 100755
--- a/python-pypi/grit-i18n/DETAILS
+++ b/python-pypi/grit-i18n/DETAILS
@@ -3,14 +3,16 @@ if [[ "$GYP_SCM_AUTOUPDATE" == "y" ]]
then
VERSION=$(date +%Y%m%d)
else
- VERSION=svn
+ VERSION=scm
fi
- SOURCE=$SPELL-svn.tar.bz2
+ SOURCE=$SPELL-scm.tar.bz2
SOURCE_IGNORE=volatile
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-svn
-
SOURCE_URL[0]=svn_http://grit-i18n.googlecode.com/svn/trunk:$SPELL-read-only
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
+
SOURCE_URL[0]="git_https://chromium.googlesource.com/chromium/src/tools/grit";
+#grit-i18n.googlecode.com/svn/trunk:$SPELL-read-only
LICENSE[0]=BSD
- WEB_SITE=https://code.google.com/p/grit-i18n/
+ WEB_SITE=https://chromium.googlesource.com/$SPELL
+#https://code.google.com/p/grit-i18n/
KEYWORDS="utils"
ENTERED=20140730
SHORT='internationalization tool'
diff --git a/python-pypi/grit-i18n/HISTORY b/python-pypi/grit-i18n/HISTORY
index 68f8b38..e318221 100644
--- a/python-pypi/grit-i18n/HISTORY
+++ b/python-pypi/grit-i18n/HISTORY
@@ -1,3 +1,6 @@
+2016-07-27 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS, DEPENDS: switch to git
+
2014-07-30 Treeve Jelbert <treeve AT sourcemage.org>
* PREPARE, DETAILS: Created




  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (c3dfe63734abcd846c23dedbe559784626ab05bf), Treeve Jelbert, 07/27/2016

Archive powered by MHonArc 2.6.24.

Top of Page