[Libreoffice-commits] .: 2 commits - configure.in scp2/source

Kalman "" Szalai kami911 at kemper.freedesktop.org
Sat Oct 30 21:16:12 PDT 2010


 configure.in                                    |   29 ++++++++++++++++++
 scp2/source/extensions/directory_extensions.scp |   26 +++++++++++++++-
 scp2/source/extensions/file_extensions.scp      |   30 +++++++++++++++++-
 scp2/source/extensions/module_extensions.scp    |   38 ++++++++++++++++++++++--
 scp2/source/extensions/module_extensions.ulf    |   16 ++++++++--
 5 files changed, 131 insertions(+), 8 deletions(-)

New commits:
commit ed7b946bc89eb0018780ec6db0f91ca0cf88adaf
Author: Kalman Szalai - KAMI <kami911 at gmail.com>
Date:   Sun Oct 31 05:15:17 2010 +0100

    Adding Barcode extension

diff --git a/configure.in b/configure.in
index aba6864..e0ec770 100644
--- a/configure.in
+++ b/configure.in
@@ -6848,6 +6848,18 @@ fi
 AC_SUBST(WITH_VALIDATOR_EXTENSION)
 
 dnl ===================================================================
+dnl Test whether to include Barcode extension
+dnl ===================================================================
+AC_MSG_CHECKING([for Barcode extension integration])
+if test "z$with_barcode" = "z" -o "z$with_barcode" = "zno" ; then
+  AC_MSG_RESULT([no])
+else
+  AC_MSG_RESULT([yes])
+  SCPDEFS="$SCPDEFS -DWITH_EXTENSION_BARCODE"
+fi
+AC_SUBST(WITH_BARCODE_EXTENSION)
+
+dnl ===================================================================
 dnl Test whether to include ConvertTextToNumber extension
 dnl ===================================================================
 AC_MSG_CHECKING([for ConvertTextToNumber extension integration])
diff --git a/scp2/source/extensions/directory_extensions.scp b/scp2/source/extensions/directory_extensions.scp
index 2478722..0e072a9 100644
--- a/scp2/source/extensions/directory_extensions.scp
+++ b/scp2/source/extensions/directory_extensions.scp
@@ -6,7 +6,7 @@
  *
  *  $Revision: 1.2 $
  *
- *  last change: $Author: KAMI $ $Date: 2010/10/31 04:40:10 $
+ *  last change: $Author: KAMI $ $Date: 2010/10/31 04:58:10 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 3.
@@ -176,6 +176,17 @@ End
 
 #endif
 
+/* ** Barcode ** */
+
+#ifdef WITH_EXTENSION_BARCODE
+
+Directory gid_Brand_Dir_Share_Extensions_Barcode
+	ParentID = gid_Brand_Dir_Share_Extensions;
+	DosName = "Barcode";
+End
+
+#endif
+
 /* ** Google Docs ** */
 
 #ifdef WITH_EXTENSION_GOOGLE_DOCS
diff --git a/scp2/source/extensions/file_extensions.scp b/scp2/source/extensions/file_extensions.scp
index 22acb49..79bbce9 100644
--- a/scp2/source/extensions/file_extensions.scp
+++ b/scp2/source/extensions/file_extensions.scp
@@ -6,7 +6,7 @@
  *
  *  $Revision: 1.4 $
  *
- *  last change: $Author: KAMI $ $Date: 2010/10/31 04:40:10 $
+ *  last change: $Author: KAMI $ $Date: 2010/10/31 04:58:10 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 3.
@@ -207,6 +207,19 @@ End
 
 #endif
 
+/* ** Validator ** */
+
+#ifdef WITH_EXTENSION_BARCODE
+
+File gid_File_Oxt_Barcode
+    TXT_FILE_BODY;
+    Styles = (PACKED, ARCHIVE);
+    Dir = gid_Brand_Dir_Share_Extensions_Validator;
+    Name = "Barcode.oxt";
+End
+
+#endif
+
 /* ** Google Docs ** */
 
 #ifdef WITH_EXTENSION_GOOGLE_DOCS
diff --git a/scp2/source/extensions/module_extensions.scp b/scp2/source/extensions/module_extensions.scp
index 50d7894..6f0af6d 100644
--- a/scp2/source/extensions/module_extensions.scp
+++ b/scp2/source/extensions/module_extensions.scp
@@ -6,7 +6,7 @@
  *
  *  $Revision: 1.2 $
  *
- *  last change: $Author: KAMI $ $Date: 2010/10/31 04:40:10 $
+ *  last change: $Author: KAMI $ $Date: 2010/10/31 04:58:10 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 3.
@@ -262,6 +262,23 @@ End
 #endif
 #endif
 
+/* ** Barcode ** */
+
+#ifdef WITH_EXTENSION_BARCODE
+#ifdef WITH_EXTENSION_INTEGRATION
+Module gid_Module_Optional_Extensions_Barcode
+    PackageInfo = "packinfo_extensions.txt";
+    MOD_NAME_DESC(MODULE_OPTIONAL_EXTENSIONS_BARCODE);
+    ParentID = gid_Module_Optional_Extensions;
+    Files = (
+        gid_File_Oxt_Barcode );
+    Minimal = NO;
+    Default = YES;
+    Styles = ( );
+End
+#endif
+#endif
+
 /* ** Google Docs ** */
 
 #ifdef WITH_EXTENSION_GOOGLE_DOCS
diff --git a/scp2/source/extensions/module_extensions.ulf b/scp2/source/extensions/module_extensions.ulf
index f888a71..a2099fd 100644
--- a/scp2/source/extensions/module_extensions.ulf
+++ b/scp2/source/extensions/module_extensions.ulf
@@ -6,7 +6,7 @@
  *
  *  $Revision: 1.2 $
  *
- *  last change: $Author: KAMI $ $Date: 2010/10/31 04:40:10 $
+ *  last change: $Author: KAMI $ $Date: 2010/10/31 04:58:10 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 3.
@@ -117,6 +117,12 @@ en-US = "Validator"
 [STR_DESC_MODULE_OPTIONAL_EXTENSIONS_VALIDATOR]
 en-US = "Validator"
 
+[STR_NAME_MODULE_OPTIONAL_EXTENSIONS_VALIDATOR]
+en-US = "Barcode"
+
+[STR_DESC_MODULE_OPTIONAL_EXTENSIONS_VALIDATOR]
+en-US = "Barcode"
+
 [STR_NAME_MODULE_OPTIONAL_EXTENSIONS_GOOGLE_DOCS]
 en-US = "Google Docs & Zoho"
 
commit af1f9d6498432cfeea0b8af5b52aa2b79aa654f8
Author: Kalman Szalai - KAMI <kami911 at gmail.com>
Date:   Sun Oct 31 04:50:14 2010 +0100

    Adding Validator extension

diff --git a/configure.in b/configure.in
index 29dd71d..aba6864 100644
--- a/configure.in
+++ b/configure.in
@@ -902,6 +902,11 @@ AC_ARG_WITH(diagram,
   --with-diagram      Integrate Diagram extension],
 ,)
 
+AC_ARG_WITH(validator,
+[
+  --with-validator      Integrate Validator extension],
+,)
+
 AC_ARG_WITH(google-docs,
 [
   --with-google-docs      Download and integrate Google Documents extension.],
@@ -6831,6 +6836,18 @@ fi
 AC_SUBST(WITH_DIAGRAM_EXTENSION)
 
 dnl ===================================================================
+dnl Test whether to include Validator extension
+dnl ===================================================================
+AC_MSG_CHECKING([for Validator extension integration])
+if test "z$with_validator" = "z" -o "z$with_validator" = "zno" ; then
+  AC_MSG_RESULT([no])
+else
+  AC_MSG_RESULT([yes])
+  SCPDEFS="$SCPDEFS -DWITH_EXTENSION_VALIDATOR"
+fi
+AC_SUBST(WITH_VALIDATOR_EXTENSION)
+
+dnl ===================================================================
 dnl Test whether to include ConvertTextToNumber extension
 dnl ===================================================================
 AC_MSG_CHECKING([for ConvertTextToNumber extension integration])
diff --git a/scp2/source/extensions/directory_extensions.scp b/scp2/source/extensions/directory_extensions.scp
index 1dc5090..2478722 100644
--- a/scp2/source/extensions/directory_extensions.scp
+++ b/scp2/source/extensions/directory_extensions.scp
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: directory_extensions.scp,v $
  *
- *  $Revision: 1.1 $
+ *  $Revision: 1.2 $
  *
- *  last change: $Author: KAMI $ $Date: 2010/10/30 19:40:10 $
+ *  last change: $Author: KAMI $ $Date: 2010/10/31 04:40:10 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 3.
@@ -165,6 +165,17 @@ End
 
 #endif
 
+/* ** Validator ** */
+
+#ifdef WITH_EXTENSION_VALIDATOR
+
+Directory gid_Brand_Dir_Share_Extensions_Validator
+	ParentID = gid_Brand_Dir_Share_Extensions;
+	DosName = "Validator";
+End
+
+#endif
+
 /* ** Google Docs ** */
 
 #ifdef WITH_EXTENSION_GOOGLE_DOCS
diff --git a/scp2/source/extensions/file_extensions.scp b/scp2/source/extensions/file_extensions.scp
index 8a8c61d..22acb49 100644
--- a/scp2/source/extensions/file_extensions.scp
+++ b/scp2/source/extensions/file_extensions.scp
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: file_extensions.scp,v $
  *
- *  $Revision: 1.3 $
+ *  $Revision: 1.4 $
  *
- *  last change: $Author: KAMI $ $Date: 2010/10/30 19:40:10 $
+ *  last change: $Author: KAMI $ $Date: 2010/10/31 04:40:10 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 3.
@@ -194,6 +194,19 @@ End
 
 #endif
 
+/* ** Validator ** */
+
+#ifdef WITH_EXTENSION_VALIDATOR
+
+File gid_File_Oxt_Validator
+    TXT_FILE_BODY;
+    Styles = (PACKED, ARCHIVE);
+    Dir = gid_Brand_Dir_Share_Extensions_Validator;
+    Name = "Validator.oxt";
+End
+
+#endif
+
 /* ** Google Docs ** */
 
 #ifdef WITH_EXTENSION_GOOGLE_DOCS
diff --git a/scp2/source/extensions/module_extensions.scp b/scp2/source/extensions/module_extensions.scp
index d8b68f5..50d7894 100644
--- a/scp2/source/extensions/module_extensions.scp
+++ b/scp2/source/extensions/module_extensions.scp
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: module_accessories.scp,v $
  *
- *  $Revision: 1.1 $
+ *  $Revision: 1.2 $
  *
- *  last change: $Author: KAMI $ $Date: 2010/10/30 19:40:10 $
+ *  last change: $Author: KAMI $ $Date: 2010/10/31 04:40:10 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 3.
@@ -245,6 +245,23 @@ End
 #endif
 #endif
 
+/* ** Validator ** */
+
+#ifdef WITH_EXTENSION_VALIDATOR
+#ifdef WITH_EXTENSION_INTEGRATION
+Module gid_Module_Optional_Extensions_Validator
+    PackageInfo = "packinfo_extensions.txt";
+    MOD_NAME_DESC(MODULE_OPTIONAL_EXTENSIONS_VALIDATOR);
+    ParentID = gid_Module_Optional_Extensions;
+    Files = (
+        gid_File_Oxt_Validator );
+    Minimal = NO;
+    Default = YES;
+    Styles = ( );
+End
+#endif
+#endif
+
 /* ** Google Docs ** */
 
 #ifdef WITH_EXTENSION_GOOGLE_DOCS
diff --git a/scp2/source/extensions/module_extensions.ulf b/scp2/source/extensions/module_extensions.ulf
index b77751a..f888a71 100644
--- a/scp2/source/extensions/module_extensions.ulf
+++ b/scp2/source/extensions/module_extensions.ulf
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: module_accessories.ulf,v $
  *
- *  $Revision: 1.1 $
+ *  $Revision: 1.2 $
  *
- *  last change: $Author: KAMI $ $Date: 2010/10/30 19:40:10 $
+ *  last change: $Author: KAMI $ $Date: 2010/10/31 04:40:10 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 3.
@@ -111,6 +111,12 @@ en-US = "Diagram"
 [STR_DESC_MODULE_OPTIONAL_EXTENSIONS_DIAGRAM]
 en-US = "Diagram"
 
+[STR_NAME_MODULE_OPTIONAL_EXTENSIONS_VALIDATOR]
+en-US = "Validator"
+
+[STR_DESC_MODULE_OPTIONAL_EXTENSIONS_VALIDATOR]
+en-US = "Validator"
+
 [STR_NAME_MODULE_OPTIONAL_EXTENSIONS_GOOGLE_DOCS]
 en-US = "Google Docs & Zoho"
 


More information about the Libreoffice-commits mailing list