Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by George Sherwood (af3c8207e133abff1535e7bec251e3aa151b5d0a)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by George Sherwood (af3c8207e133abff1535e7bec251e3aa151b5d0a)
  • Date: Fri, 21 Nov 2008 11:46:09 -0600

GIT changes to master grimoire by George Sherwood <gsherwood AT sourcemage.org>:

printer/ghostscript/BUILD | 5 +++--
printer/ghostscript/CONFIGURE | 2 +-
printer/ghostscript/HISTORY | 4 ++++
3 files changed, 8 insertions(+), 3 deletions(-)

New commits:
commit af3c8207e133abff1535e7bec251e3aa151b5d0a
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

ghostscript: Added option for file formats only, no printers.
Bug 14889.

diff --git a/printer/ghostscript/BUILD b/printer/ghostscript/BUILD
index 260163b..0425686 100755
--- a/printer/ghostscript/BUILD
+++ b/printer/ghostscript/BUILD
@@ -1,6 +1,7 @@
# need a comma separated list
-OPTS="--with-drivers=`echo ${GS_PRINTERS} |sed "s/^ *//;s/ /,/g"`,FILES \
- --enable-dynamic ${GS_OMNI} ${OPTS}" &&
+OPTS="--with-drivers=`echo ${GS_PRINTERS} | \
+ sed "s/ */ /g;s/^ *//;s/ *$/ /;s/^NONE //;s/ /,/g"`FILES \
+ --enable-dynamic ${GS_OMNI} ${OPTS}" &&

default_build &&

diff --git a/printer/ghostscript/CONFIGURE b/printer/ghostscript/CONFIGURE
index 3cadc26..d1c202a 100755
--- a/printer/ghostscript/CONFIGURE
+++ b/printer/ghostscript/CONFIGURE
@@ -7,7 +7,7 @@ if [[ ${GS_SEL} == y ]]; then
persistent_remove GS_PRINTERS
fi
config_query_multi GS_PRINTERS "Please select printer types" \
- ALL APPLE BROTHER CANON EPSON HP IBM JAPAN LEXMARK OKI PCLXL
+ ALL NONE APPLE BROTHER CANON EPSON HP IBM JAPAN LEXMARK OKI
PCLXL
persistent_remove GS_SEL
config_query_option GS_OMNI "Build Omni drivers?" n\
"--with-omni" \
diff --git a/printer/ghostscript/HISTORY b/printer/ghostscript/HISTORY
index 1b75088..f91e6ee 100644
--- a/printer/ghostscript/HISTORY
+++ b/printer/ghostscript/HISTORY
@@ -1,3 +1,7 @@
+2008-11-21 George Sherwood <gsherwood AT sourcemage.org>
+ * BUILD: Added ability to build no printer drivers. Bug 14889.
+ * CONFIGURE: Added choice for no printer drivers. Bug 14889.
+
2008-11-09 Treeve Jelbert <treeve AT sourcemage.org>
* DEPENDS: xorg-libs -> libx11, libxext, libxt
add optional cairo



  • [SM-Commit] GIT changes to master grimoire by George Sherwood (af3c8207e133abff1535e7bec251e3aa151b5d0a), George Sherwood, 11/21/2008

Archive powered by MHonArc 2.6.24.

Top of Page