diff options
author | Andreas Sturmlechner <andreas.sturmlechner@gmail.com> | 2016-03-12 16:10:16 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2016-03-19 22:39:38 +0100 |
commit | c0ca3909b9036cfe7ee7154160a052819c79ed42 (patch) | |
tree | 3084e19187a1f1b987b40f91c8fccb51eb1489ed /app-office/libreoffice/libreoffice-9999.ebuild | |
parent | dev-libs/liborcus: Drop 0.7.0 and obsolete patches (diff) | |
download | gentoo-c0ca3909b9036cfe7ee7154160a052819c79ed42.tar.gz gentoo-c0ca3909b9036cfe7ee7154160a052819c79ed42.tar.bz2 gentoo-c0ca3909b9036cfe7ee7154160a052819c79ed42.zip |
app-office/libreoffice: Fix liborcus DEPEND, bashcomp, xmlsec tarball
- >=dev-libs/liborcus-0.11.1
- bashcomp: bug 575974
- xmlsec-1.2.16.tar.gz: bug 577278
Package-Manager: portage-2.2.27
Diffstat (limited to 'app-office/libreoffice/libreoffice-9999.ebuild')
-rw-r--r-- | app-office/libreoffice/libreoffice-9999.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/app-office/libreoffice/libreoffice-9999.ebuild b/app-office/libreoffice/libreoffice-9999.ebuild index 9593c326797c..4686600c380e 100644 --- a/app-office/libreoffice/libreoffice-9999.ebuild +++ b/app-office/libreoffice/libreoffice-9999.ebuild @@ -59,7 +59,7 @@ unset DEV_URI # These are bundles that can't be removed for now due to huge patchsets. # If you want them gone, patches are welcome. ADDONS_SRC=( - "${ADDONS_URI}/1f24ab1d39f4a51faf22244c94a6203f-xmlsec1-1.2.14.tar.gz" # modifies source code + "${ADDONS_URI}/17e8eb9a4ec4139b7689d139be4da133-xmlsec1-1.2.16.tar.gz" # modifies source code "collada? ( ${ADDONS_URI}/4b87018f7fff1d054939d19920b751a0-collada2gltf-master-cb1d97788a.tar.bz2 )" "java? ( ${ADDONS_URI}/17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip )" # no release for 8 years, should we package it? @@ -122,7 +122,7 @@ COMMON_DEPEND=" dev-libs/expat >=dev-libs/hyphen-2.7.1 >=dev-libs/icu-4.8.1.1:= - >=dev-libs/liborcus-0.9.0 + >=dev-libs/liborcus-0.11.1 >=dev-libs/librevenge-0.0.1 >=dev-libs/nspr-4.8.8 >=dev-libs/nss-3.12.9 @@ -529,11 +529,10 @@ src_install() { make DESTDIR="${D}" distro-pack-install -o build -o check || die # Fix bash completion placement - newbashcomp "${ED}"etc/bash_completion.d/libreoffice.sh ${PN} + newbashcomp "${ED}"usr/share/bash-completion/completions/libreoffice.sh ${PN} bashcomp_alias \ libreoffice \ unopkg loimpress lobase localc lodraw lomath lowriter lofromtemplate loweb loffice - rm -rf "${ED}"etc/ || die if use branding; then insinto /usr/$(get_libdir)/${PN}/program |