|
Lines 6-12
Link Here
|
| 6 |
WANT_AUTOMAKE="1.9" |
6 |
WANT_AUTOMAKE="1.9" |
| 7 |
EAPI="1" |
7 |
EAPI="1" |
| 8 |
|
8 |
|
| 9 |
inherit autotools check-reqs db-use eutils fdo-mime flag-o-matic java-pkg-opt-2 kde-functions mono multilib toolchain-funcs |
9 |
inherit autotools bash-completion check-reqs db-use eutils fdo-mime flag-o-matic java-pkg-opt-2 kde-functions mono multilib toolchain-funcs |
| 10 |
|
10 |
|
| 11 |
IUSE="binfilter cups dbus debug eds gnome gstreamer gtk kde ldap mono nsplugin odk opengl pam templates" |
11 |
IUSE="binfilter cups dbus debug eds gnome gstreamer gtk kde ldap mono nsplugin odk opengl pam templates" |
| 12 |
|
12 |
|
|
Lines 367-378
Link Here
|
| 367 |
# record java libraries |
367 |
# record java libraries |
| 368 |
use java && java-pkg_regjar "${D}"/usr/$(get_libdir)/openoffice/basis3.0/program/classes/*.jar |
368 |
use java && java-pkg_regjar "${D}"/usr/$(get_libdir)/openoffice/basis3.0/program/classes/*.jar |
| 369 |
|
369 |
|
|
|
370 |
# Upstream places the bash-completion module in /etc. Gentoo places them in |
| 371 |
# /usr/share/bash-completion. bug 226061 |
| 372 |
dobashcompletion "${D}"/etc/bash_completion.d/ooffice.sh ooffice |
| 373 |
rm -rf "${D}"/etc/bash_completion.d/ || die "rm failed" |
| 374 |
|
| 375 |
|
| 370 |
} |
376 |
} |
| 371 |
|
377 |
|
| 372 |
pkg_postinst() { |
378 |
pkg_postinst() { |
| 373 |
|
379 |
|
| 374 |
fdo-mime_desktop_database_update |
380 |
fdo-mime_desktop_database_update |
| 375 |
fdo-mime_mime_database_update |
381 |
fdo-mime_mime_database_update |
|
|
382 |
bash-completion_pkg_postinst |
| 376 |
|
383 |
|
| 377 |
[[ -x /sbin/chpax ]] && [[ -e /usr/$(get_libdir)/openoffice/basis3.0/program/soffice.bin ]] && chpax -zm /usr/$(get_libdir)/openoffice/basis3.0/program/soffice.bin |
384 |
[[ -x /sbin/chpax ]] && [[ -e /usr/$(get_libdir)/openoffice/basis3.0/program/soffice.bin ]] && chpax -zm /usr/$(get_libdir)/openoffice/basis3.0/program/soffice.bin |
| 378 |
|
385 |
|