1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
|
# Description: Suite complète de office en logiciel libre
# URL: http://www.openoffice.org
# Packager: Sibelle at free dot fr
# Maintainer: NuTyX packager team
# Depends on: imagemagick, linux-pam, libart_lgpl, xorg-libxtst, p5-archive-zip, cairo, libwpd, cups, curl, python, xorg-libxaw, neon, dbus-glib, icu, libxslt, hicolor-icon-theme, desktop-file-utils, boost, gtk, libsndfile
name=openoffice
version=3.2.0
release=1
OOdir=OOO320_m12
backup=(usr/lib/openoffice/program/sofficerc)
source=(http://download.services.openoffice.org/files/stable/3.2.0/OOo_3.2.0_src_core.tar.bz2 \
http://download.services.openoffice.org/files/stable/3.2.0/OOo_3.2.0_src_extensions.tar.bz2\
http://download.services.openoffice.org/files/stable/3.2.0/OOo_3.2.0_src_l10n.tar.bz2 \
http://download.services.openoffice.org/files/stable/3.2.0/OOo_3.2.0_src_binfilter.tar.bz2\
http://www.paldo.org/paldo/sources/OpenOffice.org/OpenOffice.org-3.2.0-default-no-registration.patch.bz2 \
http://www.paldo.org/paldo/sources/OpenOffice.org/OpenOffice.org-3.2.0-default-large-buttons.patch.bz2 \
http://download.services.openoffice.org/files/stable/3.2.0/OOo_3.2.0_src_system.tar.bz2\
http://download.services.openoffice.org/files/stable/3.2.0/OOo_3.2.0_src_testautomation.tar.bz2\
http://tools.openoffice.org/unowinreg_prebuild/680/unowinreg.dll \
startcenter.desktop \
default-no-startup-wizard.diff \
default-system-fpicker.diff \
soffice-detect-mozilla-certificates.diff \
buildfix-gcc44.diff \
buildfix_FormulaMissingHeader.diff \
buildfix_system_db48.diff \
openoffice.profile )
build() {
install -D -m644 startcenter.desktop \
$PKG/usr/share/ede/programs/Applications/startcenter.desktop
mkdir -p $PKG/usr/bin
mkdir -p $PKG/usr/share/icons
mkdir -p $PKG/usr/share/applications
bzip2 -d $SRC/OpenOffice.org-3.2.0-default-no-registration.patch.bz2
bzip2 -d $SRC/OpenOffice.org-3.2.0-default-large-buttons.patch.bz2
cd $OOdir
patch -Np0 -i $SRC/OpenOffice.org-3.2.0-default-no-registration.patch
patch -Np0 -i $SRC/default-no-startup-wizard.diff
patch -Np0 -i $SRC/default-system-fpicker.diff
patch -Np0 -i $SRC/OpenOffice.org-3.2.0-default-large-buttons.patch
cd $SRC/$OOdir
./configure --prefix=/usr \
--sysconfdir=/etc \
--disable-graphite \
--disable-ldap \
--disable-mozilla \
--disable-odk \
--disable-qadevooo \
--disable-fontooo \
--disable-systray \
--enable-dbus \
--disable-gnome-vfs \
--enable-gio \
--disable-build-mozilla \
--disable-binfilter \
--without-agg \
--without-gpc \
--without-fonts \
--without-ppds \
--without-afms \
--with-package-format=native \
--with-system-libs \
--without-system-lucene \
--without-system-hsqldb \
--without-system-beanshell \
--without-system-saxon \
--with-system-boost \
--without-system-hunspell \
--without-system-altlinuxhyph \
--without-system-lpsolve \
--without-stlport4 \
--without-java --with-lang="en-US de fr it es pt pl tr" \
--with-use-shell=bash --with-alloc=system
#
source LinuxX86Env.Set.sh
# Build dmake utility
./bootstrap
cd instsetoo_native/util
build.pl --dlv_switch -link --all -P0 -- -P0 -s
# install binaries
cp -R instsetoo_native/unxlngi6.pro/OpenOffice/native/install/fr/linux-2.6-intel/buildroot/* $PKG/
# move all to /usr/lib
mkdir -p $PKG/usr/lib
mv $PKG/opt/* $PKG/usr/lib/
rmdir $PKG/opt
## Step 1
cd $PKG/usr/lib/openoffice.orgi
mv ure/ basis3.2/
cd basis3.2
rm ure-link && mv ure ure-link
## Step 2
cd $PKG/usr/lib/
mv openoffice.org/basis3.2/ openoffice.org3/
cd openoffice.org3/
rm basis-link && mv basis3.2 basis-link
## Step 3
cd $PKG/usr/lib/
rmdir $PKG/usr/lib/openoffice.org
mv openoffice.org3 openoffice
# install all built dictionaries from source tree
pushd $SRC/$OOdir/dictionaries/unxlng?6.pro/bin
for i in `ls -1 dict-??.oxt`; do
install -D -m644 $i $PKG/usr/lib/openoffice/share/extension/install/$i
done
popd
# install extensions
pushd $SRC/$OOdir/solver/320/unxlng?6.pro/bin
install -D -m644 sun-report-builder.oxt $PKG/usr/lib/openoffice/share/extension/install/sun-report-builder.oxt
install -D -m644 swext/wiki-publisher.oxt $PKG/usr/lib/openoffice/share/extension/install/wiki-publisher.oxt
install -D -m644 minimizer/sun-presentation-minimizer.oxt $PKG/usr/lib/openoffice/share/extension/install/sun-presentation-minimizer.oxt
install -D -m644 presenter/presenter-screen.oxt $PKG/usr/lib/openoffice/share/extension/install/presenter-screen.oxt
install -D -m644 pdfimport/pdfimport.oxt $PKG/usr/lib/openoffice/share/extension/install/pdfimport.oxt
popd
# prepare filesystem entries
mkdir -p $PKG/usr/{bin,share/applications}
mkdir -p $PKG/usr/share/icons/{hicolor,locolor}
# install shortcuts
mv $PKG/usr/lib/openoffice/share/xdg/*.desktop $PKG/usr/share/applications
# add startcenter desktop file
install -D -m644 $SRC/startcenter.desktop $PKG/usr/share/applications/startcenter.desktop
cd $PKG/usr/share/applications
sed -i -e 's|Exec=openoffice.org3|Exec=/usr/bin/soffice|g' *.desktop
sed -i -e 's|Exec=/usr/bin/soffice-printeradmin|Exec=/usr/bin/spadmin|g' printeradmin.desktop
# fix exec commands in shortcuts for Xfce menu
sed -i -e 's|base %U|base|g' base.desktop
sed -i -e 's|calc %U|calc|g' calc.desktop
sed -i -e 's|draw %U|draw|g' draw.desktop
sed -i -e 's|impress %U|impress|g' impress.desktop
sed -i -e 's|math %U|math|g' math.desktop
sed -i -e 's|writer %U|writer|g' writer.desktop
# remove quickstarter, we disabled it above
rm -rf $PKG/usr/share/applications/qstart.desktop
# fix icons in desktop files
sed -i -e 's|Icon=openofficeorg3-|Icon=|g' *.desktop
# install icons
cd $SRC/$OOdir/sysui/desktop/icons
cp -a -v hicolor/*x* $PKG/usr/share/icons/hicolor
cp -a -v locolor/*x* $PKG/usr/share/icons/locolor
# just in case icon calc is used by calculator :)
find $PKG/usr/share/icons -type d -name apps -exec mv {}/calc.png {}/ooocalc.png \;
sed -i -e 's|Icon=calc|Icon=ooocalc|g' $PKG/usr/share/applications/calc.desktop # already done above
# fix ownership and permissions
chown root.root -R $PKG/
chmod +rX -R $PKG/usr
# set desktop variable to force gtk/gnome vcl usage
install -m755 -d $PKG/etc/profile.d
install -m755 $PKG/openoffice.profile $PKG/etc/profile.d/openoffice.sh
# make symlinks
cd $PKG/usr/bin
ln -s /usr/lib/openoffice/program/soffice soffice
ln -s /usr/lib/openoffice/program/spadmin spadmin
# link the mozilla-plugin
mkdir -p $PKG/usr/lib/mozilla/plugins/
cd $PKG/usr/lib/mozilla/plugins/
ln -v -s /usr/lib/openoffice/program/libnpsoplugin.so .
}
|