Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (0bf1b0509b741b1b4ef7aae0aaa8afe3c8d24c58)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (0bf1b0509b741b1b4ef7aae0aaa8afe3c8d24c58)
  • Date: Wed, 26 Jul 2006 09:57:03 -0500

GIT changes to master grimoire by Treeve Jelbert <treeve AT scarlet.be>:

printer/cups/BUILD | 13 +++++++++++++
printer/cups/CONFIGURE | 2 ++
printer/cups/HISTORY | 9 +++++++++
3 files changed, 24 insertions(+)

New commits:
commit 757540ad2d671aa3c63c9cc912330ea0100d87f0
Author: Treeve Jelbert <treeve AT scarlet.be>
Commit: Treeve Jelbert <treeve AT scarlet.be>

cups - fix bug #12911

diff --git a/printer/cups/BUILD b/printer/cups/BUILD
new file mode 100755
index 0000000..3f630c5
--- /dev/null
+++ b/printer/cups/BUILD
@@ -0,0 +1,13 @@
+# prevent install of init scripts
+OPTS="--without-rcdir $OPTS" &&
+# choose languages
+local CLIST &&
+# remove leading blank,
+CLIST=`echo ${CUPS_LANG} | sed "s/^ *//"` &&
+
+if [ $CLIST == none ];then
+ OPTS="--without-languages $OPTS"
+else
+ OPTS="--with-languages=\"$CLIST\" $OPTS"
+fi &&
+default_build
diff --git a/printer/cups/CONFIGURE b/printer/cups/CONFIGURE
new file mode 100755
index 0000000..f47ae87
--- /dev/null
+++ b/printer/cups/CONFIGURE
@@ -0,0 +1,2 @@
+source $GRIMOIRE/FUNCTIONS &&
+config_query_multi CUPS_LANG "which additional language to install?" de es
ja pl sv
diff --git a/printer/cups/HISTORY b/printer/cups/HISTORY
index fa92f94..62f6208 100644
--- a/printer/cups/HISTORY
+++ b/printer/cups/HISTORY
@@ -1,3 +1,12 @@
+2006-07-26 Treeve Jelbert <treeve01 AT pi.be>
+ * CONFIGURE: add
+ allow user choice of installed languages
+ the choice 'none' is currently disabled, configure fails with it
+ also only one language currently works
+ * BUILD: add --without-rcdir
+ fixes bug #12911
+ add code for languages
+
2006-07-25 Treeve Jelbert <treeve01 AT pi.be>
* DEPENDS: add optional dbus




  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (0bf1b0509b741b1b4ef7aae0aaa8afe3c8d24c58), Treeve Jelbert, 07/26/2006

Archive powered by MHonArc 2.6.24.

Top of Page