vcl/CppunitTest_vcl_filter_ipdf.mk |    4 ++++
 1 file changed, 4 insertions(+)

New commits:
commit cbdd82ef1d705af77a57f9a22a3274ee68a4929a
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Wed Mar 30 20:13:06 2022 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Thu Mar 31 14:51:18 2022 +0200

    Remove execution bits from data files
    
    Change-Id: I2d3e00a93cb4f089c043c0067c8026cc9fc78301
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132329
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>
    Tested-by: Jenkins

diff --git a/offapi/com/sun/star/system/windows/JumpList.idl 
b/offapi/com/sun/star/system/windows/JumpList.idl
old mode 100755
new mode 100644
diff --git a/offapi/com/sun/star/system/windows/JumpListItem.idl 
b/offapi/com/sun/star/system/windows/JumpListItem.idl
old mode 100755
new mode 100644
diff --git a/offapi/com/sun/star/system/windows/XJumpList.idl 
b/offapi/com/sun/star/system/windows/XJumpList.idl
old mode 100755
new mode 100644
diff --git a/shell/Library_jumplist.mk b/shell/Library_jumplist.mk
old mode 100755
new mode 100644
diff --git a/shell/source/win32/jumplist/JumpList.cxx 
b/shell/source/win32/jumplist/JumpList.cxx
old mode 100755
new mode 100644
diff --git a/shell/source/win32/jumplist/jumplist.component 
b/shell/source/win32/jumplist/jumplist.component
old mode 100755
new mode 100644
commit 6bf6966c5e40ead076ec38464f777149010a3eb2
Author:     Stephan Bergmann <sberg...@redhat.com>
AuthorDate: Wed Mar 30 21:28:08 2022 +0200
Commit:     Stephan Bergmann <sberg...@redhat.com>
CommitDate: Thu Mar 31 14:51:10 2022 +0200

    Missing test dependency
    
    > [_RUN_____] testPDFAddVisibleSignatureLastPage::TestBody
    [...]
    > warn:sal.osl:2861871:2861910:sal/osl/unx/process.cxx:343: ChildStatusProc 
: starting '.../instdir/program/xpdfimport' failed
    > warn:sal.osl:2861871:2861910:sal/osl/unx/process.cxx:344: Failed to 
launch child process, child reports ENOENT
    > 
warn:sdext.pdfimport:2861871:2861871:sdext/source/pdfimport/wrapper/wrapper.cxx:1090:
 executeProcess of file:///.../instdir/program/xpdfimport failed with 4
    
    when building CppunitTest_vcl_filter_ipdf from scratch
    
    Change-Id: Id155ee09eb90b4bfb0416ffa458554a126db9747
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132334
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sberg...@redhat.com>

diff --git a/vcl/CppunitTest_vcl_filter_ipdf.mk 
b/vcl/CppunitTest_vcl_filter_ipdf.mk
index 403836ac781a..05311cc0381c 100644
--- a/vcl/CppunitTest_vcl_filter_ipdf.mk
+++ b/vcl/CppunitTest_vcl_filter_ipdf.mk
@@ -46,4 +46,8 @@ $(eval $(call 
gb_CppunitTest_use_custom_headers,vcl_filter_ipdf,\
 
 $(eval $(call gb_CppunitTest_use_configuration,vcl_filter_ipdf))
 
+ifeq ($(ENABLE_POPPLER),TRUE)
+$(eval $(call gb_CppunitTest_use_executable,vcl_filter_ipdf,xpdfimport))
+endif
+
 # vim: set noet sw=4 ts=4:

Reply via email to