Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master z-rejected grimoire by Anton Brondz (e8641d83833730de24224232a3d264f41bef745c)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Anton Brondz <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master z-rejected grimoire by Anton Brondz (e8641d83833730de24224232a3d264f41bef745c)
  • Date: Fri, 28 Jul 2006 13:29:26 -0500

GIT changes to master z-rejected grimoire by Anton Brondz
<dinolinux AT gmail.com>:

z-x11/ttf-lido/DETAILS | 2 +-
z-x11/ttf-lido/HISTORY | 4 ++++
z-x11/ttf-lido/INSTALL | 7 +------
3 files changed, 6 insertions(+), 7 deletions(-)

New commits:
commit e8641d83833730de24224232a3d264f41bef745c
Author: Anton Brondz <dinolinux AT gmail.com>
Commit: Anton Brondz <dinolinux AT gmail.com>

Fixed wrong sha512sum and removed bad cp

diff --git a/z-x11/ttf-lido/DETAILS b/z-x11/ttf-lido/DETAILS
index ce78dff..c9ddbed 100755
--- a/z-x11/ttf-lido/DETAILS
+++ b/z-x11/ttf-lido/DETAILS
@@ -6,7 +6,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
SOURCE_URL[0]=http://lege.cz/typo/$SOURCE
SOURCE2_URL[1]=http://lege.cz/typo/$SOURCE2
WEB_SITE=http://www.stormtype.com/
-
SOURCE_HASH=sha512:451961251f461b58c39169d961d6e627d71906261d313e3f154728cb21dfa9ed65e4acd6f42e13640fcd8c56ca54075e38873ad5421f686376f145d21b0919dc
+
SOURCE_HASH=sha512:63a810c987543b481a9bb344ada8f18c95a8125e42920ae5922e2a5441c362d50a1eee4fd43f5dc26756f86fa0095c9424bd87cbe53160997bd567a7778dfa16

SOURCE2_HASH=sha512:ef81d513b0b143bf483668d97451f4825dbae872e69fc4a766cb4996a7774c0c24bebe7bb7c066a0f813320f1d9bb6f6ef475e9e4c4b1585eb1b98a46815f96c
LICENSE[0]=http://www.stormtype.com/license.html
ENTERED=20040426
diff --git a/z-x11/ttf-lido/HISTORY b/z-x11/ttf-lido/HISTORY
index be3c0bd..e8dd472 100644
--- a/z-x11/ttf-lido/HISTORY
+++ b/z-x11/ttf-lido/HISTORY
@@ -1,3 +1,7 @@
+2006-27-07 Anton Brondz <dinolinux AT gmail.com>
+ * INSTALL: removed cp local.conf because it doesn't exist
+ * DETAILS: fixed wrong SHA512
+
2005-12-01 Seth Woolley <seth AT tautology.org>
* DETAILS: MD5 -> SHA512

diff --git a/z-x11/ttf-lido/INSTALL b/z-x11/ttf-lido/INSTALL
index 70bfc0e..d96374c 100755
--- a/z-x11/ttf-lido/INSTALL
+++ b/z-x11/ttf-lido/INSTALL
@@ -2,9 +2,4 @@ mkdir -p /usr/share/fonts/truetype &&
cd lidostfce_pc &&
cp *.ttf /usr/share/fonts/truetype &&
cd ../lidostf_pc &&
-cp *.ttf /usr/share/fonts/truetype &&
-if [ -d /etc/fonts/ ]; then
- if ! [ -e /etc/fonts/local.conf ]; then
- cp local.conf /etc/fonts
- fi
-fi
+cp *.ttf /usr/share/fonts/truetype
\ No newline at end of file




Archive powered by MHonArc 2.6.24.

Top of Page