[Lunar-commits] <moonbase> fontconfig: Update to 2.6.0.
Moritz Heiber
moe at lunar-linux.org
Fri Jun 20 21:24:29 CEST 2008
commit dc60304c231abb3381d2bb6d52a9d0d4c3bd6e66
Author: Moritz Heiber <moe at lunar-linux.org>
Date: Fri Jun 20 16:09:05 2008 +0200
fontconfig: Update to 2.6.0.
---
x11-utils/fontconfig/BUILD | 8 +++++---
x11-utils/fontconfig/DETAILS | 8 +++-----
2 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/x11-utils/fontconfig/BUILD b/x11-utils/fontconfig/BUILD
index d47b7c6..0929789 100644
--- a/x11-utils/fontconfig/BUILD
+++ b/x11-utils/fontconfig/BUILD
@@ -1,7 +1,9 @@
(
-
- patch_it $SOURCE2 0 &&
- autoconf &&
+ # We need to clear the cache dir or otherwise the build is going to fail
+ if [ -d /var/cache/fontconfig ] ; then
+ rm -f /var/cache/fontconfig/*
+ fi
+
# There is a documented issue when the user does not have a
# timezone set (/etc/localtime). It creates invalid XML
# syntax in a comment located in /etc/fonts/fonts.conf.
diff --git a/x11-utils/fontconfig/DETAILS b/x11-utils/fontconfig/DETAILS
index 508c6a3..cee4a6d 100644
--- a/x11-utils/fontconfig/DETAILS
+++ b/x11-utils/fontconfig/DETAILS
@@ -1,14 +1,12 @@
MODULE=fontconfig
- VERSION=2.4.2
+ VERSION=2.6.0
SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE2=$MODULE-2.3.2-docbook.patch
SOURCE_URL=http://www.fontconfig.org/release/
SOURCE2_URL=$PATCH_URL
- SOURCE_VFY=sha1:cd5e30625680a0435563b586275156eaf8d0d34a
- SOURCE2_VFY=sha1:1054f38cef09c93baf34f08253345ca2ae638e4a
+ SOURCE_VFY=sha1:93752566b8327485b153bd156049614f779b4c57
WEB_SITE=http://www.fontconfig.org/
ENTERED=20030425
- UPDATED=20071112
+ UPDATED=20080620
SHORT="A library for configuring and customizing font access"
cat << EOF
More information about the Lunar-commits
mailing list