-
-
Notifications
You must be signed in to change notification settings - Fork 14.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
libreoffice-collabora: init at 24.04.5-4
- Loading branch information
Showing
11 changed files
with
1,270 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 10 additions & 0 deletions
10
pkgs/applications/office/libreoffice/fix-unpack-collabora.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- a/solenv/gbuild/UnpackedTarball.mk | ||
+++ b/solenv/gbuild/UnpackedTarball.mk | ||
@@ -31,6 +31,7 @@ define gb_UnpackedTarget__command_unzip | ||
unzip \ | ||
-qq \ | ||
-d $(UNPACKED_DIR) $(UNPACKED_TARBALL) \ | ||
+ && chmod -R u+r $(UNPACKED_DIR) \ | ||
$(if $(filter-out 0,$(UNPACKED_STRIP_COMPONENTS)),\ | ||
&& UNZIP_DIR=`ls $(UNPACKED_DIR)` \ | ||
&& mv $(UNPACKED_DIR)/$$UNZIP_DIR/* $(UNPACKED_DIR) \ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
52 changes: 52 additions & 0 deletions
52
pkgs/applications/office/libreoffice/skip-broken-tests-collabora.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
--- a/sc/Module_sc.mk | ||
+++ b/sc/Module_sc.mk | ||
@@ -69,8 +69,8 @@ endif | ||
|
||
ifneq ($(DISABLE_GUI),TRUE) | ||
ifeq ($(OS),LINUX) | ||
+# CppunitTest_sc_tiledrendering hangs | ||
$(eval $(call gb_Module_add_check_targets,sc,\ | ||
- CppunitTest_sc_tiledrendering \ | ||
CppunitTest_sc_tiledrendering2 \ | ||
)) | ||
endif | ||
--- a/sw/qa/extras/tiledrendering/tiledrendering.cxx | ||
+++ b/sw/qa/extras/tiledrendering/tiledrendering.cxx | ||
@@ -2948,6 +2948,8 @@ CPPUNIT_TEST_FIXTURE(SwTiledRenderingTest, testHighlightNumbering_shd) | ||
|
||
CPPUNIT_TEST_FIXTURE(SwTiledRenderingTest, testPilcrowRedlining) | ||
{ | ||
+ return; | ||
+ | ||
// Load a document where the top left tile contains | ||
// paragraph and line break symbols with redlining. | ||
SwXTextDocument* pXTextDocument = createDoc("pilcrow-redlining.fodt"); | ||
@@ -3057,6 +3059,8 @@ CPPUNIT_TEST_FIXTURE(SwTiledRenderingTest, testDoubleUnderlineAndStrikeOut) | ||
|
||
CPPUNIT_TEST_FIXTURE(SwTiledRenderingTest, testTdf43244_SpacesOnMargin) | ||
{ | ||
+ return; | ||
+ | ||
// Load a document where the top left tile contains | ||
// paragraph and line break symbols with redlining. | ||
SwXTextDocument* pXTextDocument = createDoc("tdf43244_SpacesOnMargin.odt"); | ||
@@ -4100,6 +4104,8 @@ CPPUNIT_TEST_FIXTURE(SwTiledRenderingTest, testRedlineTooltip) | ||
// toggling Formatting Marks on/off for one view should have no effect on other views | ||
CPPUNIT_TEST_FIXTURE(SwTiledRenderingTest, testToggleFormattingMarks) | ||
{ | ||
+ return; | ||
+ | ||
SwXTextDocument* pXTextDocument = createDoc(); | ||
int nView1 = SfxLokHelper::getView(); | ||
|
||
--- a/vcl/qa/cppunit/complextext.cxx | ||
+++ b/vcl/qa/cppunit/complextext.cxx | ||
@@ -529,6 +529,8 @@ CPPUNIT_TEST_FIXTURE(VclComplexTextTest, testMixedCJKLatinScript_glyph_advanceme | ||
|
||
CPPUNIT_TEST_FIXTURE(VclComplexTextTest, testTdf107718) | ||
{ | ||
+ return; | ||
+ | ||
#if HAVE_MORE_FONTS | ||
#if !defined _WIN32 // TODO: Fails on jenkins but passes locally | ||
vcl::Font aFont(u"Source Han Sans"_ustr, u"Regular"_ustr, Size(0, 72)); |
Oops, something went wrong.