[Libreoffice-commits] core.git: Makefile.in

2022-02-09 Thread Yunusemre Şentürk (via logerrit)
 Makefile.in |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit b7aea47561fa0e1b4c8015419a3c64bed13309e7
Author: Yunusemre Şentürk 
AuthorDate: Wed Feb 9 14:59:34 2022 +0300
Commit: Miklos Vajna 
CommitDate: Thu Feb 10 08:46:00 2022 +0100

Remove interactivity of asking permission when make distclean

Change-Id: I8cce598b96b1339afeb40679375a2f0a60ca4d9c
Signed-off-by: Yunusemre Şentürk 
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/129719
Tested-by: Jenkins
Reviewed-by: Miklos Vajna 

diff --git a/Makefile.in b/Makefile.in
index 300469aa0d5e..236529d7d229 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -238,7 +238,7 @@ distclean : clean compilerplugins-clean
 $(BUILDDIR)/solenv/lockfile/autoconf.h \
 $(BUILDDIR)/sysui/desktop/macosx/Info.plist \
 $(BUILDDIR)/vs-code*.code-workspace*
-   $(if $(filter WNT,$(OS)),env -i PATH="$$PATH") $(FIND) 
$(SRCDIR)/solenv/gdb -name \*.pyc -exec rm {} \;
+   $(if $(filter WNT,$(OS)),env -i PATH="$$PATH") $(FIND) 
$(SRCDIR)/solenv/gdb -name \*.pyc -exec rm -f {} \;
 
 #
 # custom command


[Libreoffice-commits] online.git: Makefile.am test/Makefile.am

2020-07-06 Thread Yunusemre Şentürk (via logerrit)
 Makefile.am  |2 +-
 test/Makefile.am |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 187aefb6269b403b3029907c6b8e6dfb7374e849
Author: Yunusemre Şentürk 
AuthorDate: Mon Jul 6 11:09:54 2020 +0300
Commit: Andras Timar 
CommitDate: Mon Jul 6 10:41:14 2020 +0200

Fix lool user control issue on packaging

Change-Id: I1e75279f955a74da5f167dff4648d142af51ab1b
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/98192
Tested-by: Jenkins CollaboraOffice 
Reviewed-by: Andras Timar 

diff --git a/Makefile.am b/Makefile.am
index fbb1edb55..2f6761771 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -322,7 +322,7 @@ EXTRA_DIST = discovery.xml \
  scripts/unocommands.py \
  $(man_MANS)
 
-CLEANUP_COMMAND=if test -s ./loolwsd; then echo "Cleaning up..." && ./loolwsd 
--cleanup --o:logging.level=trace; fi
+CLEANUP_COMMAND=if test -s ./loolwsd; then echo "Cleaning up..." && ./loolwsd 
--disable-lool-user-checking --cleanup --o:logging.level=trace; fi
 
 if HAVE_LO_PATH
 
diff --git a/test/Makefile.am b/test/Makefile.am
index 327832f79..9fa6506b1 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -193,7 +193,7 @@ else
 SYSTEM_STAMP =
 endif
 
-CLEANUP_COMMAND=if test -s ../loolwsd; then echo "Cleaning up..." && 
../loolwsd --cleanup --o:logging.level=trace; fi
+CLEANUP_COMMAND=if test -s ../loolwsd; then echo "Cleaning up..." && 
../loolwsd --disable-lool-user-checking --cleanup --o:logging.level=trace; fi
 
 if HAVE_LO_PATH
 check-local:
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.4' - configure.ac

2020-05-17 Thread Yunusemre Şentürk (via logerrit)
 configure.ac |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ddf24f629901715a982bffe7419aadce6afd395a
Author: Yunusemre Şentürk 
AuthorDate: Thu May 14 17:32:59 2020 +0300
Commit: Tor Lillqvist 
CommitDate: Sun May 17 21:35:36 2020 +0200

Fix typo.

It was causing "./configure: line 9997: =no: command not found"
when autogen.sh is used.

Change-Id: Iee57fb43c7bfbe4ac64ea5f995af05ddc8a26ad4
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94004
Tested-by: Andras Timar 
Reviewed-by: Andras Timar 
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94389
Tested-by: Tor Lillqvist 
Reviewed-by: Tor Lillqvist 

diff --git a/configure.ac b/configure.ac
index 7c3281999772..39172bfb2ddc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2153,7 +2153,7 @@ libo_FUZZ_ARG_WITH(latest-c++,
 AS_HELP_STRING([--with-latest-c++],
 [Try to enable the latest features of the C++ compiler, even if they 
are not yet part of a
  published standard.]),,
-[$with_latest_c__=no])
+[with_latest_c__=no])
 
 dnl ===
 dnl Branding
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'libreoffice-6-4' - configure.ac

2020-05-17 Thread Yunusemre Şentürk (via logerrit)
 configure.ac |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 6475fd5b4db997d35b52cd5a3294044a62be9dc9
Author: Yunusemre Şentürk 
AuthorDate: Thu May 14 17:32:59 2020 +0300
Commit: Tor Lillqvist 
CommitDate: Sun May 17 20:44:10 2020 +0200

Fix typo.

It was causing "./configure: line 9997: =no: command not found"
when autogen.sh is used.

Change-Id: Iee57fb43c7bfbe4ac64ea5f995af05ddc8a26ad4
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94004
Tested-by: Andras Timar 
Reviewed-by: Andras Timar 
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94375
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann 

diff --git a/configure.ac b/configure.ac
index 8364138bdc96..614e40eb9497 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2147,7 +2147,7 @@ libo_FUZZ_ARG_WITH(latest-c++,
 AS_HELP_STRING([--with-latest-c++],
 [Try to enable the latest features of the C++ compiler, even if they 
are not yet part of a
  published standard.]),,
-[$with_latest_c__=no])
+[with_latest_c__=no])
 
 dnl ===
 dnl Branding
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: configure.ac

2020-05-17 Thread Yunusemre Şentürk (via logerrit)
 configure.ac |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 67b849ea6fd9f00c32ea0e91ed03050e4e36ef2c
Author: Yunusemre Şentürk 
AuthorDate: Thu May 14 17:32:59 2020 +0300
Commit: Andras Timar 
CommitDate: Sun May 17 10:07:34 2020 +0200

Fix typo.

It was causing "./configure: line 9997: =no: command not found"
when autogen.sh is used.

Change-Id: Iee57fb43c7bfbe4ac64ea5f995af05ddc8a26ad4
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94004
Tested-by: Andras Timar 
Reviewed-by: Andras Timar 

diff --git a/configure.ac b/configure.ac
index 2087b1d3d452..1d531f32edec 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2187,7 +2187,7 @@ libo_FUZZ_ARG_WITH(latest-c++,
 AS_HELP_STRING([--with-latest-c++],
 [Try to enable the latest features of the C++ compiler, even if they 
are not yet part of a
  published standard.]),,
-[$with_latest_c__=no])
+[with_latest_c__=no])
 
 dnl ===
 dnl Branding
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.2' - configure.ac

2020-05-15 Thread Yunusemre Şentürk (via logerrit)
 configure.ac |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 476241a599fb8a5ab1bbc2989c6c6a84eb7c9788
Author: Yunusemre Şentürk 
AuthorDate: Thu May 14 17:32:59 2020 +0300
Commit: Andras Timar 
CommitDate: Fri May 15 21:36:48 2020 +0200

Fix typo.

It was causing "./configure: line 9997: =no: command not found"
when autogen.sh is used.

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

diff --git a/configure.ac b/configure.ac
index 919129b67173..335f75de7a9f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2148,7 +2148,7 @@ libo_FUZZ_ARG_WITH(latest-c++,
 AS_HELP_STRING([--with-latest-c++],
 [Try to enable the latest features of the C++ compiler, even if they 
are not yet part of a
  published standard.]),,
-[$with_latest_c__=no])
+[with_latest_c__=no])
 
 dnl ===
 dnl Branding
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] online.git: configure.ac

2020-02-06 Thread Yunusemre Şentürk (via logerrit)
 configure.ac |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f54afcbebcfeffc8bd6b845f4df17295ab9fa0b8
Author: Yunusemre Şentürk 
AuthorDate: Thu Feb 6 13:14:20 2020 +0300
Commit: Andras Timar 
CommitDate: Thu Feb 6 12:19:52 2020 +0100

Add chromium-browser to binary search pool

Change-Id: If82be88891f9d506c2791e993c580eaef459f937
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/88087
Reviewed-by: Andras Timar 
Tested-by: Andras Timar 

diff --git a/configure.ac b/configure.ac
index 8e769ff35..e6448cdc5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -886,7 +886,7 @@ AS_IF([test `uname -s` = "Linux"],
fi
fi
if test "$enable_cypress" = "yes"; then
-   AC_PATH_PROGS(CHROME, chrome google-chrome chromium, no)
+   AC_PATH_PROGS(CHROME, chrome google-chrome chromium 
chromium-browser, no)
if test "$CHROME" = "no"; then
AC_MSG_ERROR([chrome or chromium is required to run the JS 
tests, but not installed])
fi
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] online.git: android/app android/lib

2020-01-02 Thread Yunusemre Şentürk (via logerrit)
 android/app/build.gradle |4 
 android/lib/build.gradle |4 
 2 files changed, 8 insertions(+)

New commits:
commit 710549b30a1ae6592a6a62633e57ffced6dbe2ef
Author: Yunusemre Şentürk 
AuthorDate: Thu Jan 2 17:46:05 2020 +0300
Commit: Jan Holesovsky 
CommitDate: Thu Jan 2 15:51:09 2020 +0100

android: Fix gradlew build errors caused by missing translations

Change-Id: I9d6b6090e261685ec0a7c0d62bccb3bef596aae7
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/86126
Reviewed-by: Jan Holesovsky 
Tested-by: Jan Holesovsky 

diff --git a/android/app/build.gradle b/android/app/build.gradle
index ae84e6495..307837015 100644
--- a/android/app/build.gradle
+++ b/android/app/build.gradle
@@ -12,6 +12,10 @@ android {
 targetSdkVersion 28
 }
 
+lintOptions {
+disable 'MissingTranslation'
+}
+
 buildTypes {
 debug {
 resValue "string", "app_name", "${liboAppName} Debug"
diff --git a/android/lib/build.gradle b/android/lib/build.gradle
index c9e953e0c..6523ca683 100644
--- a/android/lib/build.gradle
+++ b/android/lib/build.gradle
@@ -18,6 +18,10 @@ android {
 }
 }
 
+lintOptions {
+disable 'MissingTranslation'
+}
+
 buildTypes {
 debug {
 buildConfigField "String", "GIT_COMMIT", "\"${liboGitFullCommit}\""
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] online.git: configure.ac

2019-10-30 Thread Yunusemre Şentürk (via logerrit)
 configure.ac |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 3c4f900b45f6e6a60526809c7d86e71d5b2779a7
Author: Yunusemre Şentürk 
AuthorDate: Wed Oct 30 10:03:49 2019 +0100
Commit: Andras Timar 
CommitDate: Wed Oct 30 10:03:49 2019 +0100

change linking order of poco libs in order to make static linking possible

Change-Id: I8de3f454f9174d78777303779acdb6c9c1ba2c7c

diff --git a/configure.ac b/configure.ac
index 676a77171..c6e5f54fa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -656,7 +656,7 @@ else
 fi
 AC_SUBST(ENABLE_SUPPORT_KEY)
 
-LIBS="$LIBS -lPocoNet${POCO_DEBUG_SUFFIX} -lPocoUtil${POCO_DEBUG_SUFFIX} 
-lPocoJSON${POCO_DEBUG_SUFFIX} -lPocoFoundation${POCO_DEBUG_SUFFIX} 
-lPocoXML${POCO_DEBUG_SUFFIX} -lPocoNetSSL${POCO_DEBUG_SUFFIX} 
-lPocoCrypto${POCO_DEBUG_SUFFIX}"
+LIBS="$LIBS -lPocoNet${POCO_DEBUG_SUFFIX} -lPocoNetSSL${POCO_DEBUG_SUFFIX} 
-lPocoUtil${POCO_DEBUG_SUFFIX} -lPocoJSON${POCO_DEBUG_SUFFIX} 
-lPocoXML${POCO_DEBUG_SUFFIX} -lPocoFoundation${POCO_DEBUG_SUFFIX} 
-lPocoCrypto${POCO_DEBUG_SUFFIX}"
 
 AS_IF([test "$ENABLE_IOSAPP" != "true"],
   [AC_CHECK_HEADERS([LibreOfficeKit/LibreOfficeKit.h],
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits