[Lunar-commits] <moonbase> plotutils: a revamp of this module. Some of these are needed in order

Dennis 'stumbles' Veatch stumbles at lunar-linux.org
Wed Jun 10 16:43:12 CEST 2009


commit a60c136a1dd37f5e78bb24ec2925b5ead092e3e0
Author: Dennis 'stumbles' Veatch <stumbles at lunar-linux.org>
Date:   Wed Jun 10 10:43:12 2009 -0400

    plotutils: a revamp of this module. Some of these are needed in order
    
    for pic2plot to be compiled, else this command does not exist. Saw this
    while fiddling with zlocal/telepathy-stream-engine.
---
 graphics/plotutils/BUILD     |    8 ++++++++
 graphics/plotutils/CONFIGURE |    1 -
 graphics/plotutils/DEPENDS   |    3 +++
 3 files changed, 11 insertions(+), 1 deletions(-)

diff --git a/graphics/plotutils/BUILD b/graphics/plotutils/BUILD
new file mode 100644
index 0000000..61848f0
--- /dev/null
+++ b/graphics/plotutils/BUILD
@@ -0,0 +1,8 @@
+(
+
+  OPTS="--enable-libplotter --enable-ps-fonts-in-pcl --enable-lj-fonts-in-ps \
+        --enable-lj-fonts-in-x --enable-libxmi --with-motif --with-xpm"
+
+  default_build
+
+) > $C_FIFO 2>&1
diff --git a/graphics/plotutils/CONFIGURE b/graphics/plotutils/CONFIGURE
deleted file mode 100644
index 6e0edf1..0000000
--- a/graphics/plotutils/CONFIGURE
+++ /dev/null
@@ -1 +0,0 @@
-mquery ENABLE_XMI "build the libxmi scan-conversion library (needed for enblend)" y --enable-libxmi
diff --git a/graphics/plotutils/DEPENDS b/graphics/plotutils/DEPENDS
new file mode 100644
index 0000000..6329cdd
--- /dev/null
+++ b/graphics/plotutils/DEPENDS
@@ -0,0 +1,3 @@
+depends libxmi
+depends libXpm
+depends openMotif


More information about the Lunar-commits mailing list