[ooo-build-commit] .: bin/unpack configure.in patches/dev300

Andras Timar timar at kemper.freedesktop.org
Mon Apr 26 06:59:39 PDT 2010


 bin/unpack                          |    4 ++--
 configure.in                        |    4 ++--
 patches/dev300/scp2_extensions.diff |    4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

New commits:
commit 4c75eb0cba177c41b1dc956713150ac35a594be3
Author: Andras Timar <timar at fsf.hu>
Date:   Mon Apr 26 15:55:40 2010 +0200

    Numbertext 0.8.2 and Hun. crossref 0.3
    
    * bin/unpack: removed version numbers from filenames
    * configure.in: bumped version numbers
    * patches/dev300/scp2_extensions.diff: removed version numbers

diff --git a/bin/unpack b/bin/unpack
index e62a362..76108d6 100755
--- a/bin/unpack
+++ b/bin/unpack
@@ -916,14 +916,14 @@ if test "x$NUMBERTEXT_EXTENSION" != "x"; then
     check_file $SRCDIR/$NUMBERTEXT_EXTENSION
     echo "Copying NumberText extension into the tree"
     mkdir -p $OOBUILDDIR/extras/source/extensions/ || exit 1
-    $GNUCP $SRCDIR/$NUMBERTEXT_EXTENSION -d $OOBUILDDIR/extras/source/extensions || exit 1
+    $GNUCP $SRCDIR/$NUMBERTEXT_EXTENSION -d $OOBUILDDIR/extras/source/extensions/numbertext.oxt || exit 1
 fi
 
 if test "x$HUNART_EXTENSION" != "x"; then
     check_file $SRCDIR/$HUNART_EXTENSION
     echo "Copying Hungarian Cross/reference Toolbar extension into the tree"
     mkdir -p $OOBUILDDIR/extras/source/extensions/ || exit 1
-    $GNUCP $SRCDIR/$HUNART_EXTENSION -d $OOBUILDDIR/extras/source/extensions || exit 1
+    $GNUCP $SRCDIR/$HUNART_EXTENSION -d $OOBUILDDIR/extras/source/extensions/hunart.oxt || exit 1
 fi
 
 if test "x$CT2N_EXTENSION" != "x"; then
diff --git a/configure.in b/configure.in
index 51e988c..40c232c 100644
--- a/configure.in
+++ b/configure.in
@@ -1479,7 +1479,7 @@ AC_SUBST(LIGHTPROOF_FILENAMES)
 AC_MSG_CHECKING([whether to include numbertext extension])
 if test "$enable_extensions" != "no" ; then
     if test "z$with_numbertext" = "zyes" ; then
-	NUMBERTEXT_EXTENSION="numbertext-0.8.oxt"        
+	NUMBERTEXT_EXTENSION="numbertext-0.8.2.oxt"        
 	WITH_NUMBERTEXT=YES
         AC_MSG_RESULT([yes])
     else
@@ -1493,7 +1493,7 @@ AC_SUBST(NUMBERTEXT_EXTENSION)
 AC_MSG_CHECKING([whether to include hunart extension])
 if test "$enable_extensions" != "no" ; then
     if test "z$with_hunart" = "zyes" ; then
-	HUNART_EXTENSION="hunart-0.2.1.oxt"        
+	HUNART_EXTENSION="hunart-0.3.oxt"        
 	WITH_HUNART=YES
         AC_MSG_RESULT([yes])
     else
diff --git a/patches/dev300/scp2_extensions.diff b/patches/dev300/scp2_extensions.diff
index b2d4d7d..7ec2f56 100644
--- a/patches/dev300/scp2_extensions.diff
+++ b/patches/dev300/scp2_extensions.diff
@@ -127,7 +127,7 @@
 +    TXT_FILE_BODY;
 +    Styles = (PACKED);
 +    Dir = gid_Brand_Dir_Share_Extension_Install;
-+    Name = "numbertext-0.8.oxt";
++    Name = "numbertext.oxt";
 +End
 +
 +#endif
@@ -140,7 +140,7 @@
 +    TXT_FILE_BODY;
 +    Styles = (PACKED);
 +    Dir = gid_Brand_Dir_Share_Extension_Install;
-+    Name = "hunart-0.2.1.oxt";
++    Name = "hunart.oxt";
 +End
 +
 +#endif


More information about the ooo-build-commit mailing list