[Lunar-commits] r21008 - moonbase/trunk/x11-utils/fontconfig
Chad Kittel
v3rt1g0 at lunar-linux.org
Tue Aug 15 18:37:40 UTC 2006
Author: v3rt1g0
Date: 2006-08-15 18:37:39 +0000 (Tue, 15 Aug 2006)
New Revision: 21008
Modified:
moonbase/trunk/x11-utils/fontconfig/BUILD
moonbase/trunk/x11-utils/fontconfig/DEPENDS
moonbase/trunk/x11-utils/fontconfig/DETAILS
Log:
Misc Tidy: fontconfig (2.3.1)
* formatting (whitespace) cleanup
* adding a bit more informative description
Modified: moonbase/trunk/x11-utils/fontconfig/BUILD
===================================================================
--- moonbase/trunk/x11-utils/fontconfig/BUILD 2006-08-15 18:18:34 UTC (rev 21007)
+++ moonbase/trunk/x11-utils/fontconfig/BUILD 2006-08-15 18:37:39 UTC (rev 21008)
@@ -4,15 +4,12 @@
# timezone set (/etc/localtime). It creates invalid XML
# syntax in a comment located in /etc/fonts/fonts.conf.
sedit "s:\`date\`::" configure &&
-
+
./configure --prefix=/usr \
--with-confdir=/etc/fonts \
--disable-docs \
- $OPTS &&
-
- default_make
+ $OPTS &&
-) > $C_FIFO 2>&1
+ default_make
-
-
+) > $C_FIFO 2>&1
Modified: moonbase/trunk/x11-utils/fontconfig/DEPENDS
===================================================================
--- moonbase/trunk/x11-utils/fontconfig/DEPENDS 2006-08-15 18:18:34 UTC (rev 21007)
+++ moonbase/trunk/x11-utils/fontconfig/DEPENDS 2006-08-15 18:37:39 UTC (rev 21008)
@@ -1,3 +1,3 @@
-depends sed &&
-depends expat &&
-depends freetype2
+depends sed &&
+depends expat &&
+depends freetype2
Modified: moonbase/trunk/x11-utils/fontconfig/DETAILS
===================================================================
--- moonbase/trunk/x11-utils/fontconfig/DETAILS 2006-08-15 18:18:34 UTC (rev 21007)
+++ moonbase/trunk/x11-utils/fontconfig/DETAILS 2006-08-15 18:37:39 UTC (rev 21008)
@@ -3,11 +3,19 @@
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL=http://www.fontconfig.org/release/
SOURCE_VFY=sha1:f429ee221a2e6cb76eda4b85c07c853990a93d94
- WEB_SITE=http://www.fontconfig.org
+ WEB_SITE=http://www.fontconfig.org/
ENTERED=20030425
UPDATED=20050310
- SHORT="Fontconfig is a library for configuring and customizing font access"
+ SHORT="a library for configuring and customizing font access"
cat << EOF
-Fontconfig is a library for configuring and customizing font access.
+Fontconfig is a font configuration and customization library, which
+does not depend on the X Window System. It is designed to locate
+fonts within the system and select them according to requirements
+specified by applications.
+
+This package contains a program to maintain the fontconfig cache
+(fc-cache), a sample program to list installed fonts (fc-list),
+and a program to test the matching rules (fc-match). It also makes
+fonts managed by defoma available to fontconfig applications.
EOF
More information about the Lunar-commits
mailing list