[Lunar-commits] <moonbase> terminus-font: now installs the X fonts too.

Florin Braescu florin at lunar-linux.org
Mon May 3 20:56:17 CEST 2010


commit 68c1dadd12291b171885b27510e3a04805f2c362
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Mon May 3 21:56:17 2010 +0300

    terminus-font: now installs the X fonts too.
---
 fonts/terminus-font/BUILD        |   14 --------------
 fonts/terminus-font/DEPENDS      |    1 +
 fonts/terminus-font/POST_INSTALL |    2 ++
 3 files changed, 3 insertions(+), 14 deletions(-)

diff --git a/fonts/terminus-font/BUILD b/fonts/terminus-font/BUILD
deleted file mode 100644
index b87d67b..0000000
--- a/fonts/terminus-font/BUILD
+++ /dev/null
@@ -1,14 +0,0 @@
-(
-
-  ./configure --prefix=/usr  &&
-  make  psf          &&
-  prepare_install    &&
-  make  install-psf  &&
-  make  txt          &&
-  if 'module_installed kbd'; then
-      make  install-uni
-    else
-      make  install-acm
-  fi
-
-) > $C_FIFO 2>&1
diff --git a/fonts/terminus-font/DEPENDS b/fonts/terminus-font/DEPENDS
index 6826bc7..b35c427 100644
--- a/fonts/terminus-font/DEPENDS
+++ b/fonts/terminus-font/DEPENDS
@@ -1 +1,2 @@
 depends perl
+depends fontconfig
diff --git a/fonts/terminus-font/POST_INSTALL b/fonts/terminus-font/POST_INSTALL
new file mode 100644
index 0000000..c83d8b4
--- /dev/null
+++ b/fonts/terminus-font/POST_INSTALL
@@ -0,0 +1,2 @@
+message "${MESSAGE_COLOR}Running fc-cache please be patient${DEFAULT_COLOR}" &&
+fc-cache -f


More information about the Lunar-commits mailing list