Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Justin Boffemmyer (a371e972535b4889ea0e7a3777b804b6604d333d)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Justin Boffemmyer <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Justin Boffemmyer (a371e972535b4889ea0e7a3777b804b6604d333d)
  • Date: Sat, 3 May 2008 07:38:18 -0500

GIT changes to master grimoire by Justin Boffemmyer <flux AT sourcemage.org>:

fonts/terminus-font/DEPENDS | 7 ++++++-
fonts/terminus-font/HISTORY | 3 +++
2 files changed, 9 insertions(+), 1 deletion(-)

New commits:
commit a371e972535b4889ea0e7a3777b804b6604d333d
Author: Justin Boffemmyer <flux AT sourcemage.org>
Commit: Justin Boffemmyer <flux AT sourcemage.org>

terminus-font/DEPENDS: added check for xorg-modular

bcdtopcf is only needed as a dependency when using xorg-modular

diff --git a/fonts/terminus-font/DEPENDS b/fonts/terminus-font/DEPENDS
index 1b2bfb3..c37c07e 100755
--- a/fonts/terminus-font/DEPENDS
+++ b/fonts/terminus-font/DEPENDS
@@ -1,4 +1,9 @@
depends gawk &&
depends perl &&
-depends bdftopcf &&
+
+if check_if_xorg_modular_libs
+then
+ depends bdftopcf
+fi &&
+
source $SECTION_DIRECTORY/X11_DEPENDS
diff --git a/fonts/terminus-font/HISTORY b/fonts/terminus-font/HISTORY
index 4d7274c..2999107 100644
--- a/fonts/terminus-font/HISTORY
+++ b/fonts/terminus-font/HISTORY
@@ -1,3 +1,6 @@
+2008-05-03 Justin Boffemmyer <flux AT sourcemage.org>
+ * DEPENDS: added check for xorg-modular
+
2008-04-25 Justin Boffemmyer <flux AT sourcemage.org>
* DEPENDS: added depends bdftopcf (fails build without)




  • [SM-Commit] GIT changes to master grimoire by Justin Boffemmyer (a371e972535b4889ea0e7a3777b804b6604d333d), Justin Boffemmyer, 05/03/2008

Archive powered by MHonArc 2.6.24.

Top of Page