[Libreoffice-commits] core.git: scp2/InstallModule_ooo.mk scp2/source

2022-11-06 Thread Tor Lillqvist (via logerrit)
 scp2/InstallModule_ooo.mk|1 +
 scp2/source/ooo/file_ooo.scp |6 +++---
 2 files changed, 4 insertions(+), 3 deletions(-)

New commits:
commit 07d303b74108debc9e2b9855a49d69bf156a91a9
Author: Tor Lillqvist 
AuthorDate: Mon Oct 31 13:30:27 2022 +0200
Commit: Andras Timar 
CommitDate: Mon Nov 7 00:02:57 2022 +0100

Match conditionals in dictionaries/Module_dictionaries.mk

Change-Id: Ia80af0e949c160718cf815630d383bf7c36e5b00
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142071
Tested-by: Jenkins
Reviewed-by: Andras Timar 

diff --git a/scp2/InstallModule_ooo.mk b/scp2/InstallModule_ooo.mk
index 8739b86cfdf9..9a6f3eb4cb46 100644
--- a/scp2/InstallModule_ooo.mk
+++ b/scp2/InstallModule_ooo.mk
@@ -23,6 +23,7 @@ $(eval $(call 
gb_InstallModule_use_auto_install_libs,scp2/ooo,\
 $(eval $(call gb_InstallModule_define_if_set,scp2/ooo,\
ENABLE_MACOSX_SANDBOX \
ENABLE_ONLINE_UPDATE \
+   MPL_SUBSET \
SYSTEM_CURL \
SYSTEM_HSQLDB \
SYSTEM_LIBXSLT \
diff --git a/scp2/source/ooo/file_ooo.scp b/scp2/source/ooo/file_ooo.scp
index dc85a8b0154c..d6e424629536 100644
--- a/scp2/source/ooo/file_ooo.scp
+++ b/scp2/source/ooo/file_ooo.scp
@@ -383,7 +383,7 @@ File gid_File_Extension_Dictionary_Da
 End
 #endif
 
-#if defined WITH_MYSPELL_DICTS
+#if defined WITH_MYSPELL_DICTS && !defined MPL_SUBSET
 File gid_File_Extension_Dictionary_De
Dir = FILELIST_DIR;
Name = "Dictionary/dict-de.filelist";
@@ -392,7 +392,7 @@ File gid_File_Extension_Dictionary_De
 End
 #endif
 
-#if defined WITH_MYSPELL_DICTS
+#if defined WITH_MYSPELL_DICTS && !defined MPL_SUBSET
 File gid_File_Extension_Dictionary_En
Dir = FILELIST_DIR;
Name = "Dictionary/dict-en.filelist";
@@ -536,7 +536,7 @@ File gid_File_Extension_Dictionary_Is
 End
 #endif
 
-#if defined WITH_MYSPELL_DICTS
+#if defined WITH_MYSPELL_DICTS && !defined MPL_SUBSET
 File gid_File_Extension_Dictionary_It
Dir = FILELIST_DIR;
Name = "Dictionary/dict-it.filelist";


[Libreoffice-commits] core.git: scp2/InstallModule_ooo.mk

2018-07-05 Thread Rene Engelhard
 scp2/InstallModule_ooo.mk |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ab87f61b61d72a5d69ba4d4ef543953164848ac2
Author: Rene Engelhard 
Date:   Sun Jun 10 11:43:34 2018 +0200

fix HSQLDB_JAR define in scp2/InstallModule_ooo.mk

for one HSQLDB_JAR is already a path and secondly, gb_Helper_make_path
doesn't even exist (anymore). It's supposed to end up in
URE_MORE_JAVA_CLASSPATH_URLS so use gb_Helper_make_url

Change-Id: I52c6117299caeb4fac8c894fc54564befc673e67
Reviewed-on: https://gerrit.libreoffice.org/2
Tested-by: Jenkins
Reviewed-by: Michael Stahl 

diff --git a/scp2/InstallModule_ooo.mk b/scp2/InstallModule_ooo.mk
index f7f3c80867b2..8739b86cfdf9 100644
--- a/scp2/InstallModule_ooo.mk
+++ b/scp2/InstallModule_ooo.mk
@@ -33,7 +33,7 @@ $(eval $(call gb_InstallModule_define_if_set,scp2/ooo,\
 
 $(eval $(call gb_InstallModule_add_defs,scp2/ooo,\
$(if $(SYSTEM_HSQLDB),\
-   -DHSQLDB_JAR=\""$(call gb_Helper_make_path,$(HSQLDB_JAR))"\" \
+   -DHSQLDB_JAR=\""$(call gb_Helper_make_url,$(HSQLDB_JAR))"\" \
) \
 ))
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: scp2/InstallModule_ooo.mk scp2/source

2016-04-11 Thread Rene Engelhard
 scp2/InstallModule_ooo.mk|1 +
 scp2/source/ooo/common_brand.scp |2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

New commits:
commit cb6d938a07f727138a5ec2db1cbefaf4b1be3c50
Author: Rene Engelhard 
Date:   Mon Apr 11 09:56:23 2016 +0200

don't install qstart.desktop if it's disabled (--disable-systray)

Change-Id: I21a53381ad4018034de3833e8e244d0d7a7d28b8

diff --git a/scp2/InstallModule_ooo.mk b/scp2/InstallModule_ooo.mk
index d54ca2e..35db721 100644
--- a/scp2/InstallModule_ooo.mk
+++ b/scp2/InstallModule_ooo.mk
@@ -19,6 +19,7 @@ $(eval $(call 
gb_InstallModule_use_auto_install_libs,scp2/ooo,\
 
 $(eval $(call gb_InstallModule_define_if_set,scp2/ooo,\
ENABLE_GTK \
+   ENABLE_SYSTRAY_GTK \
ENABLE_GTK3 \
ENABLE_MACOSX_SANDBOX \
ENABLE_ONLINE_UPDATE \
diff --git a/scp2/source/ooo/common_brand.scp b/scp2/source/ooo/common_brand.scp
index 3bf3c91..7cd7733 100644
--- a/scp2/source/ooo/common_brand.scp
+++ b/scp2/source/ooo/common_brand.scp
@@ -609,7 +609,7 @@ End
 #endif
 
 #if defined UNX && ! defined MACOSX
-#ifdef ENABLE_GTK
+#ifdef ENABLE_SYSTRAY_GTK
 File gid_Brand_File_Share_Xdg_QStart
 TXT_FILE_BODY;
 Dir = gid_Brand_Dir_Share_Xdg;
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


Re: [Libreoffice-commits] core.git: scp2/InstallModule_ooo.mk

2016-01-20 Thread Pranav Kant
Hi Thorsten,

Sorry for responding late. I hope things are fixed now after Miklos and
yours patch.

On Wed, Jan 20, 2016 at 6:39 AM, Thorsten Behrens <
t...@documentfoundation.org> wrote:

> Hi Pranav,
>
> can you review the below commit - your scp2 changes broke Windows
> packaging.
>
> Thanks, Thorsten
>
> libreoffice-comm...@lists.freedesktop.org wrote:
> >  scp2/InstallModule_ooo.mk |4 +++-
> >  1 file changed, 3 insertions(+), 1 deletion(-)
> >
> > New commits:
> > commit 8a99e4b0de7a516b8577d34dd39296afda604290
> > Author: Thorsten Behrens 
> > Date:   Wed Jan 20 01:47:37 2016 +0100
> >
> > No LOKDocView packaging for Win/Mac for the while
> >
> > This unbreaks Windows packaging after
> > 85b46f51928dc17cda1bc974bca9159de9221b4d - I guess this should be
> > Linux-only for the moment.
> >
> > Change-Id: Ie19f7f3e4b611e2884e3fdb1a64c63927b018989
> >
> > diff --git a/scp2/InstallModule_ooo.mk b/scp2/InstallModule_ooo.mk
> > index 47c8cc6..2f4320b 100644
> > --- a/scp2/InstallModule_ooo.mk
> > +++ b/scp2/InstallModule_ooo.mk
> > @@ -103,7 +103,9 @@ $(eval $(call
> gb_InstallModule_add_scpfiles,scp2/ooo,\
> >   scp2/source/ooo/mingw_dlls \
> >   ) \
> >  scp2/source/ooo/module_filter \
> > -scp2/source/ooo/module_libreofficekit \
> > +$(if $(filter-out MACOSX WNT,$(OS)), \
> > + scp2/source/ooo/module_libreofficekit \
> > + ) \
> >  ))
> >
> >  $(eval $(call gb_InstallModule_add_localized_scpfiles,scp2/ooo,\
>
> ___
> LibreOffice mailing list
> LibreOffice@lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/libreoffice
>
>


-- 
Regards,
Pranav Kant
http://pranavk.me
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [Libreoffice-commits] core.git: scp2/InstallModule_ooo.mk

2016-01-20 Thread Miklos Vajna
Hi Thorsten,

On Wed, Jan 20, 2016 at 02:09:06AM +0100, Thorsten Behrens 
 wrote:
> can you review the below commit - your scp2 changes broke Windows
> packaging.

8373ae58eb0dfb57d5145afaf6830ec9f05849de fixed that, I hope. Sorry, I
didn't spot it during review.

Regards,

Miklos


signature.asc
Description: Digital signature
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-commits] core.git: scp2/InstallModule_ooo.mk scp2/source

2016-01-19 Thread Miklos Vajna
 scp2/InstallModule_ooo.mk |1 +
 scp2/source/ooo/module_libreofficekit.scp |2 ++
 2 files changed, 3 insertions(+)

New commits:
commit 8373ae58eb0dfb57d5145afaf6830ec9f05849de
Author: Miklos Vajna 
Date:   Tue Jan 19 22:03:39 2016 +0100

scp2: fix --disable-gtk3 build

Change-Id: I231cb935f1d0a4e69bc3f970e48aece8305ab2b3

diff --git a/scp2/InstallModule_ooo.mk b/scp2/InstallModule_ooo.mk
index 77b865c..47c8cc6 100644
--- a/scp2/InstallModule_ooo.mk
+++ b/scp2/InstallModule_ooo.mk
@@ -19,6 +19,7 @@ $(eval $(call 
gb_InstallModule_use_auto_install_libs,scp2/ooo,\
 
 $(eval $(call gb_InstallModule_define_if_set,scp2/ooo,\
ENABLE_GTK \
+   ENABLE_GTK3 \
ENABLE_MACOSX_SANDBOX \
ENABLE_ONLINE_UPDATE \
ENABLE_TDE \
diff --git a/scp2/source/ooo/module_libreofficekit.scp 
b/scp2/source/ooo/module_libreofficekit.scp
index e66331f..09b3220 100644
--- a/scp2/source/ooo/module_libreofficekit.scp
+++ b/scp2/source/ooo/module_libreofficekit.scp
@@ -28,6 +28,7 @@ Directory gid_Dir_Share_Libreofficekit
 DosName = "libreofficekit";
 End
 
+#ifdef ENABLE_GTK3
 File gid_File_Dat_HandleImageStart
 TXT_FILE_BODY;
 Dir = gid_Dir_Share_Libreofficekit;
@@ -55,5 +56,6 @@ File gid_File_Dat_HandleGraphic
 Name = "handle_graphic.png";
 Styles = (PACKED);
 End
+#endif
 
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


Re: [Libreoffice-commits] core.git: scp2/InstallModule_ooo.mk

2016-01-19 Thread Thorsten Behrens
Hi Pranav,

can you review the below commit - your scp2 changes broke Windows
packaging.

Thanks, Thorsten

libreoffice-comm...@lists.freedesktop.org wrote:
>  scp2/InstallModule_ooo.mk |4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)
> 
> New commits:
> commit 8a99e4b0de7a516b8577d34dd39296afda604290
> Author: Thorsten Behrens 
> Date:   Wed Jan 20 01:47:37 2016 +0100
> 
> No LOKDocView packaging for Win/Mac for the while
> 
> This unbreaks Windows packaging after
> 85b46f51928dc17cda1bc974bca9159de9221b4d - I guess this should be
> Linux-only for the moment.
> 
> Change-Id: Ie19f7f3e4b611e2884e3fdb1a64c63927b018989
> 
> diff --git a/scp2/InstallModule_ooo.mk b/scp2/InstallModule_ooo.mk
> index 47c8cc6..2f4320b 100644
> --- a/scp2/InstallModule_ooo.mk
> +++ b/scp2/InstallModule_ooo.mk
> @@ -103,7 +103,9 @@ $(eval $(call gb_InstallModule_add_scpfiles,scp2/ooo,\
>   scp2/source/ooo/mingw_dlls \
>   ) \
>  scp2/source/ooo/module_filter \
> -scp2/source/ooo/module_libreofficekit \
> +$(if $(filter-out MACOSX WNT,$(OS)), \
> + scp2/source/ooo/module_libreofficekit \
> + ) \
>  ))
>  
>  $(eval $(call gb_InstallModule_add_localized_scpfiles,scp2/ooo,\


signature.asc
Description: Digital signature
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-commits] core.git: scp2/InstallModule_ooo.mk

2016-01-19 Thread Thorsten Behrens
 scp2/InstallModule_ooo.mk |4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

New commits:
commit 8a99e4b0de7a516b8577d34dd39296afda604290
Author: Thorsten Behrens 
Date:   Wed Jan 20 01:47:37 2016 +0100

No LOKDocView packaging for Win/Mac for the while

This unbreaks Windows packaging after
85b46f51928dc17cda1bc974bca9159de9221b4d - I guess this should be
Linux-only for the moment.

Change-Id: Ie19f7f3e4b611e2884e3fdb1a64c63927b018989

diff --git a/scp2/InstallModule_ooo.mk b/scp2/InstallModule_ooo.mk
index 47c8cc6..2f4320b 100644
--- a/scp2/InstallModule_ooo.mk
+++ b/scp2/InstallModule_ooo.mk
@@ -103,7 +103,9 @@ $(eval $(call gb_InstallModule_add_scpfiles,scp2/ooo,\
scp2/source/ooo/mingw_dlls \
) \
 scp2/source/ooo/module_filter \
-scp2/source/ooo/module_libreofficekit \
+$(if $(filter-out MACOSX WNT,$(OS)), \
+   scp2/source/ooo/module_libreofficekit \
+   ) \
 ))
 
 $(eval $(call gb_InstallModule_add_localized_scpfiles,scp2/ooo,\
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: scp2/InstallModule_ooo.mk scp2/source setup_native/source

2016-01-19 Thread Pranav Kant
 scp2/InstallModule_ooo.mk|1 
 scp2/source/ooo/module_libreofficekit.scp|   59 +++
 setup_native/source/packinfo/packinfo_office.txt |   14 +
 3 files changed, 74 insertions(+)

New commits:
commit 85b46f51928dc17cda1bc974bca9159de9221b4d
Author: Pranav Kant 
Date:   Tue Jan 19 19:05:40 2016 +0530

lokdocview: Add scp files for selection handle PNGs

Change-Id: I4d3eab1f16751a1b3f24a995e3d28322fd2f510b
Reviewed-on: https://gerrit.libreoffice.org/21606
Reviewed-by: Miklos Vajna 
Tested-by: Miklos Vajna 

diff --git a/scp2/InstallModule_ooo.mk b/scp2/InstallModule_ooo.mk
index c9e4199..77b865c 100644
--- a/scp2/InstallModule_ooo.mk
+++ b/scp2/InstallModule_ooo.mk
@@ -102,6 +102,7 @@ $(eval $(call gb_InstallModule_add_scpfiles,scp2/ooo,\
scp2/source/ooo/mingw_dlls \
) \
 scp2/source/ooo/module_filter \
+scp2/source/ooo/module_libreofficekit \
 ))
 
 $(eval $(call gb_InstallModule_add_localized_scpfiles,scp2/ooo,\
diff --git a/scp2/source/ooo/module_libreofficekit.scp 
b/scp2/source/ooo/module_libreofficekit.scp
new file mode 100644
index 000..e66331f
--- /dev/null
+++ b/scp2/source/ooo/module_libreofficekit.scp
@@ -0,0 +1,59 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
+/*
+ * This file is part of the LibreOffice project.
+ *
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ */
+
+#include "macros.inc"
+
+Module gid_Module_Libreofficekit
+Name = "Libreofficekit Data";
+Description = "Libreofficekit Data";
+PackageInfo = "packinfo_office.txt";
+ParentID = gid_Module_Root_Brand;
+Styles = (HIDDEN_ROOT);
+Dirs = (gid_Dir_Share_Libreofficekit);
+Files = (
+gid_File_Dat_HandleImageStart,
+gid_File_Dat_HandleImageMiddle,
+gid_File_Dat_HandleImageEnd,
+gid_File_Dat_HandleGraphic);
+End
+
+Directory gid_Dir_Share_Libreofficekit
+ParentID = gid_Brand_Dir_Share;
+DosName = "libreofficekit";
+End
+
+File gid_File_Dat_HandleImageStart
+TXT_FILE_BODY;
+Dir = gid_Dir_Share_Libreofficekit;
+Name = "handle_image_start.png";
+Styles = (PACKED);
+End
+
+File gid_File_Dat_HandleImageMiddle
+TXT_FILE_BODY;
+Dir = gid_Dir_Share_Libreofficekit;
+Name = "handle_image_middle.png";
+Styles = (PACKED);
+End
+
+File gid_File_Dat_HandleImageEnd
+TXT_FILE_BODY;
+Dir = gid_Dir_Share_Libreofficekit;
+Name = "handle_image_end.png";
+Styles = (PACKED);
+End
+
+File gid_File_Dat_HandleGraphic
+TXT_FILE_BODY;
+Dir = gid_Dir_Share_Libreofficekit;
+Name = "handle_graphic.png";
+Styles = (PACKED);
+End
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/setup_native/source/packinfo/packinfo_office.txt 
b/setup_native/source/packinfo/packinfo_office.txt
index 8bc7ed8..a097481 100644
--- a/setup_native/source/packinfo/packinfo_office.txt
+++ b/setup_native/source/packinfo/packinfo_office.txt
@@ -1177,3 +1177,17 @@ destpath = "/opt"
 packageversion = "%PACKAGEVERSION"
 End
 
+Start
+module = "gid_Module_Libreofficekit"
+solarispackagename = 
"%BASISPACKAGEPREFIX%WITHOUTDOTPRODUCTVERSION-libreofficekit-data"
+solarisrequires = "%BASISPACKAGEPREFIX%WITHOUTDOTPRODUCTVERSION-core 
(Name="Core module for %PRODUCTNAME %PRODUCTVERSION")"
+packagename = "%BASISPACKAGEPREFIX%PRODUCTVERSION-libreofficekit-data"
+requires = "%BASISPACKAGEPREFIX%PRODUCTVERSION-core %PACKAGEVERSION 
%PACKAGEVERSION-%PACKAGEREVISION"
+linuxpatchrequires = ""
+copyright = "2016 The Document Foundation"
+solariscopyright = "solariscopyrightfile"
+vendor = "The Document Foundation"
+description = "Libreofficekit data files for %PRODUCTNAME %PRODUCTVERSION"
+destpath = "/opt"
+packageversion = "%PACKAGEVERSION"
+End
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: scp2/InstallModule_ooo.mk scp2/source

2015-09-28 Thread Samuel Mehrbrodt
 scp2/InstallModule_ooo.mk  |2 +-
 scp2/source/ooo/file_extra_ooo.scp |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit cc09a58ef3fd39db61369cf399de11360966d39e
Author: Samuel Mehrbrodt 
Date:   Mon Sep 28 09:57:56 2015 +0200

One more GUIBASE -> USING_X11

Change-Id: I383b83b3778b11a012a931c19a2be85445af29c5
Reviewed-on: https://gerrit.libreoffice.org/18900
Tested-by: Jenkins 
Reviewed-by: Samuel Mehrbrodt 

diff --git a/scp2/InstallModule_ooo.mk b/scp2/InstallModule_ooo.mk
index 955a0d7..ccbe548 100644
--- a/scp2/InstallModule_ooo.mk
+++ b/scp2/InstallModule_ooo.mk
@@ -53,7 +53,7 @@ $(eval $(call gb_InstallModule_add_defs,scp2/ooo,\
 
 ifeq ($(USING_X11),TRUE)
 $(eval $(call gb_InstallModule_add_defs,scp2/ooo,\
-   -DGUIBASE_UNX \
+   -DUSING_X11 \
 ))
 endif
 
diff --git a/scp2/source/ooo/file_extra_ooo.scp 
b/scp2/source/ooo/file_extra_ooo.scp
index f56c028..11c6ffa 100644
--- a/scp2/source/ooo/file_extra_ooo.scp
+++ b/scp2/source/ooo/file_extra_ooo.scp
@@ -74,7 +74,7 @@ File gid_File_Extra_Databasebiblio
 Name = "extras_databasebiblio.filelist";
 End
 
-#ifdef GUIBASE_UNX
+#ifdef USING_X11
 
 File gid_File_Extra_Fontunxppds
 Dir = FILELIST_DIR;
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: scp2/InstallModule_ooo.mk scp2/source

2014-07-18 Thread Michael Stahl
 scp2/InstallModule_ooo.mk|2 +-
 scp2/source/ooo/module_pdfimport.scp |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit d52985d8147f5d6c21bf62d2c9375dbbd47423b1
Author: Michael Stahl mst...@redhat.com
Date:   Fri Jul 18 18:01:54 2014 +0200

scp2: stupid typos

Change-Id: I94b3f39ce3dc642c97dfd515b026e4470724b06c

diff --git a/scp2/InstallModule_ooo.mk b/scp2/InstallModule_ooo.mk
index 0a4b83e4..ebfe131 100644
--- a/scp2/InstallModule_ooo.mk
+++ b/scp2/InstallModule_ooo.mk
@@ -13,7 +13,7 @@ $(eval $(call 
gb_InstallModule_use_auto_install_libs,scp2/ooo,\
ooo \
ooobinarytable \
reportbuilder \
-   xpdfimport \
+   pdfimport \
 ))
 
 $(eval $(call gb_InstallModule_define_if_set,scp2/ooo,\
diff --git a/scp2/source/ooo/module_pdfimport.scp 
b/scp2/source/ooo/module_pdfimport.scp
index b882570..320ba85 100644
--- a/scp2/source/ooo/module_pdfimport.scp
+++ b/scp2/source/ooo/module_pdfimport.scp
@@ -25,7 +25,7 @@
 
 #include macros.inc
 
-#include AutoInstall/xpdfimport
+#include AutoInstall/pdfimport
 
 Module gid_Module_Pdfimport
 Name = PDF Import;
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: scp2/InstallModule_ooo.mk scp2/InstallModule_ure.mk

2014-06-09 Thread David Tardon
 scp2/InstallModule_ooo.mk |   22 --
 scp2/InstallModule_ure.mk |1 -
 2 files changed, 23 deletions(-)

New commits:
commit 04c18d98557a3a85660877b42dff6e10324e3699
Author: David Tardon dtar...@redhat.com
Date:   Mon Jun 9 08:56:24 2014 +0200

remove a bunch of unneeded defines

Change-Id: I02e99812b7a6afba04afee1b5c810bf5b1640c51

diff --git a/scp2/InstallModule_ooo.mk b/scp2/InstallModule_ooo.mk
index 4564c72..f8f5a02 100644
--- a/scp2/InstallModule_ooo.mk
+++ b/scp2/InstallModule_ooo.mk
@@ -24,33 +24,11 @@ $(eval $(call gb_InstallModule_define_if_set,scp2/ooo,\
ENABLE_NPAPI_INTO_BROWSER \
ENABLE_ONLINE_UPDATE \
ENABLE_TDE \
-   SYSTEM_BOOST \
-   SYSTEM_CAIRO \
-   SYSTEM_CLUCENE \
SYSTEM_CURL \
-   SYSTEM_EXPAT \
-   SYSTEM_GRAPHITE \
SYSTEM_HSQLDB \
-   SYSTEM_HUNSPELL \
-   SYSTEM_HYPH \
-   SYSTEM_ICU \
-   SYSTEM_JPEG \
-   SYSTEM_LCMS2 \
SYSTEM_LIBEXTTEXTCAT \
-   SYSTEM_LIBJPEG \
-   SYSTEM_LIBXML \
SYSTEM_LIBXSLT \
-   SYSTEM_LUCENE \
-   SYSTEM_MYTHES \
-   SYSTEM_NEON \
-   SYSTEM_NSS \
-   SYSTEM_OPENSSL \
-   SYSTEM_PANGO \
-   SYSTEM_POPPLER \
-   SYSTEM_PORTAUDIO \
SYSTEM_REDLAND \
-   SYSTEM_SNDFILE \
-   SYSTEM_STDLIBS \
WITH_GALLERY_BUILD \
WITH_MOZAB4WIN \
WITH_MYSPELL_DICTS \
diff --git a/scp2/InstallModule_ure.mk b/scp2/InstallModule_ure.mk
index 1ed82fa..6bba3b2 100644
--- a/scp2/InstallModule_ure.mk
+++ b/scp2/InstallModule_ure.mk
@@ -14,7 +14,6 @@ $(eval $(call 
gb_InstallModule_use_auto_install_libs,scp2/ure,ure))
 $(eval $(call gb_InstallModule_define_if_set,scp2/ure,\
ENABLE_MACOSX_MACLIKE_APP_STRUCTURE \
ENABLE_MACOSX_SANDBOX \
-   SYSTEM_LIBXML \
 ))
 
 $(eval $(call gb_InstallModule_define_value_if_set,scp2/ure,\
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: scp2/InstallModule_ooo.mk scp2/source

2014-05-15 Thread Tor Lillqvist
 scp2/InstallModule_ooo.mk|3 +++
 scp2/source/ooo/file_library_ooo.scp |5 +
 2 files changed, 8 insertions(+)

New commits:
commit 9986f236d6b56ad773adfbc2107bfc1c6bd181d0
Author: Tor Lillqvist t...@collabora.com
Date:   Thu May 15 19:53:07 2014 +0300

Don't reference the avmediaMacAVF library if not built

Change-Id: If4f5c51e986b51f5795012b9535ab7a7ea51337b

diff --git a/scp2/InstallModule_ooo.mk b/scp2/InstallModule_ooo.mk
index 4396ef4..4564c72 100644
--- a/scp2/InstallModule_ooo.mk
+++ b/scp2/InstallModule_ooo.mk
@@ -69,6 +69,9 @@ $(eval $(call gb_InstallModule_add_defs,scp2/ooo,\
$(if $(SYSTEM_HSQLDB),\
-DHSQLDB_JAR=\$(call gb_Helper_make_path,$(HSQLDB_JAR))\ \
) \
+   $(if $(MACOSX_SDK_VERSION),\
+   -DMACOSX_SDK_VERSION=$(MACOSX_SDK_VERSION) \
+   ) \
$(if $(filter MSC,$(COM)),$(if 
$(MSVC_USE_DEBUG_RUNTIME),-DMSVC_PKG_DEBUG_RUNTIME)) \
 ))
 
diff --git a/scp2/source/ooo/file_library_ooo.scp 
b/scp2/source/ooo/file_library_ooo.scp
index 81ad4de..fa61087 100644
--- a/scp2/source/ooo/file_library_ooo.scp
+++ b/scp2/source/ooo/file_library_ooo.scp
@@ -107,11 +107,16 @@ File gid_File_Lib_avmediaQuickTime
Name = LIBNAME(avmediaQuickTime);
 End
 
+#if MAXOSX_SDK_VERSION = 1070
+#ifdef X86_64
 File gid_File_Lib_avmediaMacAVF
PACKED_LIB_FILE_BODY;
Name = LIBNAME(avmediaMacAVF);
 End
 #endif
+#endif
+
+#endif
 
 #if defined(MACOSX)
 File gid_File_Lib_Basebmp
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: scp2/InstallModule_ooo.mk

2013-10-19 Thread David Tardon
 scp2/InstallModule_ooo.mk |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f1a99d2d22f8284ea09a2db0c0d3ee15b337a359
Author: David Tardon dtar...@redhat.com
Date:   Sat Oct 19 09:50:41 2013 +0200

fix path after move to external

Change-Id: Ibcf2dca1a2c624e6467db45ccfe195035e3e

diff --git a/scp2/InstallModule_ooo.mk b/scp2/InstallModule_ooo.mk
index 4c39b53..830d0a4 100644
--- a/scp2/InstallModule_ooo.mk
+++ b/scp2/InstallModule_ooo.mk
@@ -9,7 +9,7 @@
 
 ifeq ($(ENABLE_REPORTBUILDER),TRUE)
 ifneq ($(SYSTEM_JFREEREPORT),YES)
-include $(SRCDIR)/jfreereport/version.mk
+include $(SRCDIR)/external/jfreereport/version.mk
 endif
 endif
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits