Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 523934 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/portage/app-office/libreoffice/libreoffice-4.3.9999.ebuild (-4 / +10 lines)
Lines 1-6 Link Here
1
# Copyright 1999-2014 Gentoo Foundation
1
# Copyright 1999-2014 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-4.3.9999.ebuild,v 1.2 2014/09/16 21:25:00 dilfridge Exp $
3
# $Header: $
4
4
5
EAPI=5
5
EAPI=5
6
6
Lines 97-103 Link Here
97
	${PYTHON_DEPS}
97
	${PYTHON_DEPS}
98
	app-arch/zip
98
	app-arch/zip
99
	app-arch/unzip
99
	app-arch/unzip
100
	>=app-text/hunspell-1.3.2-r3
100
	>=app-text/hunspell-1.3.3
101
	app-text/mythes
101
	app-text/mythes
102
	>=app-text/libabw-0.1.0
102
	>=app-text/libabw-0.1.0
103
	>=app-text/libexttextcat-3.2
103
	>=app-text/libexttextcat-3.2
Lines 118-124 Link Here
118
	dev-libs/expat
118
	dev-libs/expat
119
	>=dev-libs/hyphen-2.7.1
119
	>=dev-libs/hyphen-2.7.1
120
	>=dev-libs/icu-4.8.1.1:=
120
	>=dev-libs/icu-4.8.1.1:=
121
	>=dev-libs/libatomic_ops-7.2d
122
	>=dev-libs/liborcus-0.7.0
121
	>=dev-libs/liborcus-0.7.0
123
	>=dev-libs/librevenge-0.0.1
122
	>=dev-libs/librevenge-0.0.1
124
	>=dev-libs/nspr-4.8.8
123
	>=dev-libs/nspr-4.8.8
Lines 209-214 Link Here
209
#        after everything upstream is under gbuild
208
#        after everything upstream is under gbuild
210
#        as dmake execute tests right away
209
#        as dmake execute tests right away
211
DEPEND="${COMMON_DEPEND}
210
DEPEND="${COMMON_DEPEND}
211
	>=dev-libs/libatomic_ops-7.2d
212
	>=dev-libs/libxml2-2.7.8
212
	>=dev-libs/libxml2-2.7.8
213
	dev-libs/libxslt
213
	dev-libs/libxslt
214
	dev-perl/Archive-Zip
214
	dev-perl/Archive-Zip
Lines 247-252 Link Here
247
247
248
	# from master branch
248
	# from master branch
249
	"${FILESDIR}/${PN}-4.3.1.2-implement--with-system-coinmp.patch"
249
	"${FILESDIR}/${PN}-4.3.1.2-implement--with-system-coinmp.patch"
250
	"${FILESDIR}/${PN}-4.3.2.2-boost-1.56.0.patch"
251
	"${FILESDIR}/${PN}-4.3.2.2-add-dbtools-to-libmerged.patch"
250
)
252
)
251
253
252
REQUIRED_USE="
254
REQUIRED_USE="
Lines 455-460 Link Here
455
		--enable-cairo-canvas \
457
		--enable-cairo-canvas \
456
		--enable-graphite \
458
		--enable-graphite \
457
		--enable-largefile \
459
		--enable-largefile \
460
		--enable-mergelibs \
458
		--enable-neon \
461
		--enable-neon \
459
		--enable-python=system \
462
		--enable-python=system \
460
		--enable-randr \
463
		--enable-randr \
Lines 471-477 Link Here
471
		--disable-report-builder \
474
		--disable-report-builder \
472
		--disable-kdeab \
475
		--disable-kdeab \
473
		--disable-kde \
476
		--disable-kde \
474
		--disable-mergelibs \
475
		--disable-online-update \
477
		--disable-online-update \
476
		--disable-systray \
478
		--disable-systray \
477
		--with-alloc=$(use jemalloc && echo "jemalloc" || echo "system") \
479
		--with-alloc=$(use jemalloc && echo "jemalloc" || echo "system") \
Lines 580-585 Link Here
580
	# Remove desktop files for support to old installs that can't parse mime
582
	# Remove desktop files for support to old installs that can't parse mime
581
	rm -rf "${ED}"/usr/share/mimelnk/
583
	rm -rf "${ED}"/usr/share/mimelnk/
582
584
585
	# FIXME: Hack add missing file
586
	insinto /usr/$(get_libdir)/${PN}/program
587
	doins "${S}"/instdir/program/libsaxlo.so
588
583
	pax-mark -m "${ED}"/usr/$(get_libdir)/libreoffice/program/soffice.bin
589
	pax-mark -m "${ED}"/usr/$(get_libdir)/libreoffice/program/soffice.bin
584
	pax-mark -m "${ED}"/usr/$(get_libdir)/libreoffice/program/unopkg.bin
590
	pax-mark -m "${ED}"/usr/$(get_libdir)/libreoffice/program/unopkg.bin
585
}
591
}

Return to bug 523934