[Lunar-commits] <moonbase-xorg> fontconfig: Moved from xorg to core.

Peter de Ridder peter at lunar-linux.org
Tue Mar 26 20:45:25 CET 2013


commit cf28b649b7b0b781b890fe75853e0662e2203af4
Author: Peter de Ridder <peter at lunar-linux.org>
Date: Tue, 26 Mar 2013 12:45:25 -0700
URL: https://github.com/lunar-linux/moonbase-xorg/commit/cf28b649b7b0b781b890fe75853e0662e2203af4

fontconfig: Moved from xorg to core.
---
  fontconfig/10-lunar-fonts.conf | +0/-10    
  fontconfig/BUILD               | +0/-32    
  fontconfig/CONFIGURE           | +0/-1     
  fontconfig/DEPENDS             | +0/-3     
  fontconfig/DETAILS             | +0/-21    
  fontconfig/POST_INSTALL        | +0/-9     
  6 files changed, 76 deletions(-)

--- a/fontconfig/10-lunar-fonts.conf
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
-<!-- Provided by lunar to make fonts world accessable -->
-<fontconfig>
-
-<!-- Font directory list -->
-
-	<dir>/usr/lib/X11/fonts</dir>
-
-</fontconfig>
--- a/fontconfig/BUILD
+++ /dev/null
@@ -1,32 +0,0 @@
-(
-
-  # 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.
-  sedit "s:\`date\`::" configure  &&
-
-
-  ./configure --prefix=/usr     \
-              --sysconfdir=/etc \
-              --with-templatedir=/etc/fonts/conf.avail \
-              --with-xmldir=/etc/fonts \
-              --localstatedir=/var     \
-              --disable-static         \
-              --with-default-fonts=/usr/share/fonts \
-              --with-add-fonts=/usr/share/fonts     \
-              $OPTS                                &&
-
-
-#  sedit "s:(BASECONFIGDIR):(CONFIGDIR):" Makefile  &&
-
-  default_make &&
-
-  install -m644 $SCRIPT_DIRECTORY/10-lunar-fonts.conf \
-                /etc/fonts/conf.d/
-
-) > $C_FIFO 2>&1
--- a/fontconfig/CONFIGURE
+++ /dev/null
@@ -1 +0,0 @@
-mquery DOCS "Build docs?" n "" "--disable-docs"
--- a/fontconfig/DEPENDS
+++ /dev/null
@@ -1,3 +0,0 @@
-depends  sed
-depends  expat
-depends  freetype2
--- a/fontconfig/DETAILS
+++ /dev/null
@@ -1,21 +0,0 @@
-          MODULE=fontconfig
-         VERSION=2.10.2
-          SOURCE=$MODULE-$VERSION.tar.gz
-      SOURCE_URL=http://www.fontconfig.org/release
-      SOURCE_VFY=sha1:3999fc8a850c3bd07c71837f0579ec66378e1ebf
-        WEB_SITE=http://www.fontconfig.org
-         ENTERED=20030425
-         UPDATED=20121130
-           SHORT="A library for configuring and customizing font access"
-
-cat << EOF
-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
--- a/fontconfig/POST_INSTALL
+++ /dev/null
@@ -1,9 +0,0 @@
-if module_installed pango; then lin -c pango; fi
-
-# We need to make sure theres no symlinks left to rot
-if [ -h /usr/share/fonts/fonts ] ; then
-  rm -f /usr/share/fonts/fonts
-fi
-
-message "** Running fc-cache please be patient **"
-/usr/bin/fc-cache -f




More information about the Lunar-commits mailing list