[Lunar-commits] r21912 - moonbase/trunk/x11/dejavu-ttf
Terry Chan
tchan at lunar-linux.org
Tue Oct 24 05:45:17 CEST 2006
Author: tchan
Date: 2006-10-24 05:45:16 +0200 (Tue, 24 Oct 2006)
New Revision: 21912
Modified:
moonbase/trunk/x11/dejavu-ttf/BUILD
moonbase/trunk/x11/dejavu-ttf/DETAILS
Log:
Version bump to dejavu-ttf-2.11. Fixed the rmdir with an added test.
Also added ARCHIVE=off to the DETAILS file as the /var/cache/lunar
tarball is redundant with the source tarball containing fonts that
just get unpacked.
Modified: moonbase/trunk/x11/dejavu-ttf/BUILD
===================================================================
--- moonbase/trunk/x11/dejavu-ttf/BUILD 2006-10-24 02:39:06 UTC (rev 21911)
+++ moonbase/trunk/x11/dejavu-ttf/BUILD 2006-10-24 03:45:16 UTC (rev 21912)
@@ -8,8 +8,10 @@
mkdir -p $DEJ
fi &&
- rmdir old.libraries &&
-
+ if [ -d old.libraries ] ; then
+ rmdir old.libraries
+ fi &&
+
cp -f $SOURCE_DIRECTORY/* $DEJ
) > $C_FIFO 2>&1
Modified: moonbase/trunk/x11/dejavu-ttf/DETAILS
===================================================================
--- moonbase/trunk/x11/dejavu-ttf/DETAILS 2006-10-24 02:39:06 UTC (rev 21911)
+++ moonbase/trunk/x11/dejavu-ttf/DETAILS 2006-10-24 03:45:16 UTC (rev 21912)
@@ -1,12 +1,13 @@
MODULE=dejavu-ttf
- VERSION=2.10
+ VERSION=2.11
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL=$SFORGE_URL/dejavu
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
- SOURCE_VFY=sha1:f96d6c27563c8f22652fda10e9d54f0cc1d016e0
- WEB_SITE=http://dejavu.sourceforge.net/wiki/index.php/Main_Page/
+ SOURCE_VFY=sha1:71779b159cfd9573fe74ac42e7fdf651ab420e8f
+ WEB_SITE=http://dejavu.sourceforge.net/
ENTERED=20060711
- UPDATED=20060918
+ UPDATED=20061023
+ ARCHIVE=off
SHORT="A font family based on the Bitstream Vera Fonts"
cat << EOF
More information about the Lunar-commits
mailing list