]> git.pld-linux.org Git - packages/libreoffice.git/blame - openoffice-pld-ximian-is-pld.patch
- up
[packages/libreoffice.git] / openoffice-pld-ximian-is-pld.patch
CommitLineData
d16a1066
AM
1diff -urN ooo-build-1.1.54.org/bin/ooo-wrapper.in ooo-build-1.1.54/bin/ooo-wrapper.in
2--- ooo-build-1.1.54.org/bin/ooo-wrapper.in 2004-04-30 02:50:19.000000000 +0200
3+++ ooo-build-1.1.54/bin/ooo-wrapper.in 2004-05-04 11:46:33.758758960 +0200
4@@ -57,13 +57,8 @@
5
6 my ($UserInstallDir, $SetupConfig);
7
8-if ( $VendorName eq "RedHat" ) {
9- # Define user installation directory
10- $UserInstallDir = "$ENV{HOME}/.rhopenoffice$ConfigSuffix";
11-} else {
12- # Define user installation directory
13- $UserInstallDir = "$ENV{HOME}/.xopenoffice$ConfigSuffix";
14-}
15+# Define user installation directory
16+$UserInstallDir = "$ENV{HOME}/.openoffice";
17
18 # Define setup autoresponse file for user installation
19 $SetupConfig = "/etc/openoffice/autoresponse$BinSuffix.conf";
20diff -urN ooo-build-1.1.54.org/patches/OOO_1_1/ximian-splash.diff ooo-build-1.1.54/patches/OOO_1_1/ximian-splash.diff
21--- ooo-build-1.1.54.org/patches/OOO_1_1/ximian-splash.diff 2004-04-30 02:50:23.000000000 +0200
22+++ ooo-build-1.1.54/patches/OOO_1_1/ximian-splash.diff 2004-05-04 11:46:07.203795928 +0200
6db1e9ab
AM
23@@ -12,10 +12,10 @@
24 -#ifdef BUILD_SPECIAL
25 -#define OOO_VENDOR "Sun Microsystems Inc."
26 +#if 1
27-+#define OOO_VENDOR "Novell, Inc."
28++#define OOO_VENDOR "PLD Linux"
29 #define OOO_LICENSE "LGPL"
30 -#define OOO_INTRO "openintro_sun.bmp"
31-+#define OOO_INTRO "openintro_ximian.bmp"
32++#define OOO_INTRO "openintro_pld.bmp"
33 #else
34 //#define OOO_VENDOR "my company"
35 #define OOO_LICENSE "LGPL"
36@@ -24,7 +24,7 @@
37 Bitmap RID_DEFAULT_ABOUT_BMP_LOGO
38 {
39 - File = "openabout.bmp" ;
40-+ File = "openabout_ximian.bmp" ;
41++ File = "openabout_pld.bmp" ;
42 };
43
44 Bitmap RID_DEFAULTINTRO
This page took 0.036231 seconds and 4 git commands to generate.