From 2aac0c3ba7c9989da9c522974162dd0d69c05f4b Mon Sep 17 00:00:00 2001 From: David Tardon Date: Nov 06 2016 15:25:16 +0000 Subject: only show 3D transitions when libreoffice-ogltrans is installed --- diff --git a/0001-remove-OpenGL-transitions-config.-file-from-scheme.patch b/0001-remove-OpenGL-transitions-config.-file-from-scheme.patch new file mode 100644 index 0000000..e9e10e8 --- /dev/null +++ b/0001-remove-OpenGL-transitions-config.-file-from-scheme.patch @@ -0,0 +1,31 @@ +From f316f413f589989013bf161170087e77a82db2d3 Mon Sep 17 00:00:00 2001 +From: David Tardon +Date: Sat, 5 Nov 2016 16:38:14 +0100 +Subject: [PATCH] remove OpenGL transitions config. file from scheme + +The OpenGL transitions are optional, so the respective config. file +should only be listed in the ogltrans module. + +This reverts commit dafcb2844bda4af2bc290548548392bda3262307. + +Change-Id: Ie785db07d04a0baf3dc9fd385f1d8a34837dc38b +--- + officecfg/registry/schema/org/openoffice/Office/Impress.xcs | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/officecfg/registry/schema/org/openoffice/Office/Impress.xcs b/officecfg/registry/schema/org/openoffice/Office/Impress.xcs +index e8b170d..323e7ef 100644 +--- a/officecfg/registry/schema/org/openoffice/Office/Impress.xcs ++++ b/officecfg/registry/schema/org/openoffice/Office/Impress.xcs +@@ -452,7 +452,7 @@ + + + +- vnd.sun.star.expand:$BRAND_BASE_DIR/$BRAND_SHARE_SUBDIR/config/soffice.cfg/simpress/transitions.xml;vnd.sun.star.expand:$BRAND_BASE_DIR/$BRAND_SHARE_SUBDIR/config/soffice.cfg/simpress/transitions-ogl.xml ++ vnd.sun.star.expand:$BRAND_BASE_DIR/$BRAND_SHARE_SUBDIR/config/soffice.cfg/simpress/transitions.xml + + + +-- +2.9.3 + diff --git a/libreoffice.spec b/libreoffice.spec index 6cc0926..881aea5 100644 --- a/libreoffice.spec +++ b/libreoffice.spec @@ -246,6 +246,7 @@ Patch16: 0001-in-msword-the-hard-break-between-image-and-caption-h.patch Patch17: 0001-Resolves-tdf-98807-gtk3-isn-t-giving-utility-windows.patch Patch18: 0001-convert-angle-from-degrees-to-radians-for-glm.patch Patch19: 0001-Related-rhbz-1390607-our-side-of-per-monitor-fullscr.patch +Patch20: 0001-remove-OpenGL-transitions-config.-file-from-scheme.patch %if 0%{?fedora} >= 26 Patch400: 0001-Switch-from-orcus-0.11-to-orcus-0.12.patch