disable the annoying tip-of-the-day popup by default

This commit is contained in:
robert 2020-07-05 13:15:15 +00:00
parent d994b4272d
commit 2d787ad5b0
3 changed files with 30 additions and 12 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.232 2020/07/03 21:11:05 sthen Exp $
# $OpenBSD: Makefile,v 1.233 2020/07/05 13:15:15 robert Exp $
USE_WXNEEDED= Yes
@ -36,6 +36,8 @@ PKGNAME-java= libreoffice-java-${VERSION}
CATEGORIES= editors productivity
DPB_PROPERTIES= parallel
REVISION-main= 1
EPOCH= 0
REVISION= 0

View File

@ -1,7 +1,7 @@
Index: configure
--- configure.orig
+++ configure
@@ -5999,8 +5999,11 @@ aix*)
@@ -6003,8 +6003,11 @@ aix*)
openbsd*)
test_freetype=yes
@ -13,7 +13,7 @@ Index: configure
_os=OpenBSD
;;
@@ -19104,9 +19107,6 @@ _ACEOF
@@ -19139,9 +19142,6 @@ _ACEOF
rm -fr libconftest*
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gccvisinlineshiddenok" >&5
$as_echo "$gccvisinlineshiddenok" >&6; }
@ -23,7 +23,7 @@ Index: configure
fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CXX_BASE has a visibility bug with class-level attributes (GCC bug 26905)" >&5
@@ -25468,7 +25468,7 @@ if ${am_cv_pathless_PYTHON+:} false; then :
@@ -25503,7 +25503,7 @@ if ${am_cv_pathless_PYTHON+:} false; then :
$as_echo_n "(cached) " >&6
else
@ -32,7 +32,7 @@ Index: configure
test "$am_cv_pathless_PYTHON" = none && break
prog="import sys
# split strings by '.' and convert to numeric. Append some zeros
@@ -25772,7 +25772,7 @@ if ${am_cv_pathless_PYTHON+:} false; then :
@@ -25807,7 +25807,7 @@ if ${am_cv_pathless_PYTHON+:} false; then :
$as_echo_n "(cached) " >&6
else
@ -41,7 +41,7 @@ Index: configure
test "$am_cv_pathless_PYTHON" = none && break
prog="import sys
# split strings by '.' and convert to numeric. Append some zeros
@@ -26086,7 +26086,7 @@ if ${am_cv_pathless_PYTHON+:} false; then :
@@ -26121,7 +26121,7 @@ if ${am_cv_pathless_PYTHON+:} false; then :
$as_echo_n "(cached) " >&6
else
@ -50,7 +50,7 @@ Index: configure
test "$am_cv_pathless_PYTHON" = none && break
prog="import sys
# split strings by '.' and convert to numeric. Append some zeros
@@ -34033,7 +34033,7 @@ $as_echo "internal" >&6; }
@@ -34068,7 +34068,7 @@ $as_echo "internal" >&6; }
if test "$COM" = "MSC"; then
HYPHEN_LIB="${WORKDIR}/LinkTarget/StaticLibrary/hyphen.lib"
else
@ -59,7 +59,7 @@ Index: configure
fi
fi
@@ -34226,7 +34226,7 @@ $as_echo "internal" >&6; }
@@ -34261,7 +34261,7 @@ $as_echo "internal" >&6; }
if test "$COM" = "MSC"; then
MYTHES_LIBS="${WORKDIR}/LinkTarget/StaticLibrary/mythes.lib"
else
@ -68,7 +68,7 @@ Index: configure
fi
fi
@@ -35037,7 +35037,7 @@ else
@@ -35072,7 +35072,7 @@ else
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the flex version" >&5
$as_echo_n "checking the flex version... " >&6; }
_flex_version=$($FLEX --version | $SED -e 's/^.*\([[:digit:]]\{1,\}\.[[:digit:]]\{1,\}\.[[:digit:]]\{1,\}\).*$/\1/')
@ -77,7 +77,7 @@ Index: configure
as_fn_error $? "failed ($FLEX $_flex_version found, but need at least 2.6.0)" "$LINENO" 5
fi
fi
@@ -37353,7 +37353,8 @@ $as_echo "$qt5_incdir" >&6; }
@@ -37388,7 +37388,8 @@ $as_echo "$qt5_incdir" >&6; }
$as_echo_n "checking for Qt5 libraries... " >&6; }
qt5_libdir="no"
for lib_dir in $qt5_libdirs; do
@ -87,7 +87,7 @@ Index: configure
qt5_libdir="$lib_dir"
break
fi
@@ -37760,7 +37761,7 @@ $as_echo "$kf5_incdir" >&6; }
@@ -37795,7 +37796,7 @@ $as_echo "$kf5_incdir" >&6; }
$as_echo_n "checking for KF5 libraries... " >&6; }
kf5_libdir="no"
for kf5_check in $kf5_libdirs; do
@ -96,7 +96,7 @@ Index: configure
kf5_libdir="$kf5_check"
break
fi
@@ -39372,7 +39373,7 @@ for i in shasum /usr/local/bin/shasum /usr/sfw/bin/sha
@@ -39407,7 +39408,7 @@ for i in shasum /usr/local/bin/shasum /usr/sfw/bin/sha
done
if test -z "$SHA256SUM"; then

View File

@ -0,0 +1,16 @@
$OpenBSD: patch-officecfg_registry_schema_org_openoffice_Office_Common_xcs,v 1.1 2020/07/05 13:15:15 robert Exp $
disble tip-of-the-day dialog by default
Index: officecfg/registry/schema/org/openoffice/Office/Common.xcs
--- officecfg/registry/schema/org/openoffice/Office/Common.xcs.orig
+++ officecfg/registry/schema/org/openoffice/Office/Common.xcs
@@ -5522,7 +5522,7 @@
<info>
<desc>Determines whether the Tip-of-the-Day dialog is shown on startup.</desc>
</info>
- <value>true</value>
+ <value>false</value>
</prop>
<prop oor:name="LastTipOfTheDayShown" oor:type="xs:int" oor:nillable="false">
<info>