Skip to content

Commit

Permalink
app-office/libreoffice: sync live
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/813246
Signed-off-by: James Beddek <[email protected]>
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
telans authored and thesamesam committed Nov 1, 2021
1 parent be73d46 commit c89c504
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 19 deletions.
2 changes: 1 addition & 1 deletion app-office/libreoffice/libreoffice-7.2.2.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ LICENSE="|| ( LGPL-3 MPL-1.1 )"
SLOT="0"

[[ ${MY_PV} == *9999* ]] || \
KEYWORDS="~amd64 ~amd64-linux ~arm64 ~ppc64 ~x86"
KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux"

BDEPEND="
dev-util/intltool
Expand Down
2 changes: 1 addition & 1 deletion app-office/libreoffice/libreoffice-7.2.9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ LICENSE="|| ( LGPL-3 MPL-1.1 )"
SLOT="0"

[[ ${MY_PV} == *9999* ]] || \
KEYWORDS="~amd64 ~amd64-linux ~arm64 ~ppc64 ~x86"
KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux"

BDEPEND="
dev-util/intltool
Expand Down
38 changes: 21 additions & 17 deletions app-office/libreoffice/libreoffice-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ 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=(
# not packaged in Gentoo, https://github.com/efficient/libcuckoo/
"${ADDONS_URI}/libcuckoo-93217f8d391718380c508a722ab9acd5e9081233.tar.gz"
# broken against latest upstream release, too many patches on top:
# https://github.com/tdf/libcmis/pull/43
"${ADDONS_URI}/libcmis-0.5.2.tar.xz"
Expand Down Expand Up @@ -111,6 +113,22 @@ BDEPEND="
sys-devel/flex
sys-devel/gettext
virtual/pkgconfig
clang? (
|| (
( sys-devel/clang:13
sys-devel/llvm:13
=sys-devel/lld-13* )
( sys-devel/clang:12
sys-devel/llvm:12
=sys-devel/lld-12* )
( sys-devel/clang:11
sys-devel/llvm:11
=sys-devel/lld-11* )
( sys-devel/clang:10
sys-devel/llvm:10
=sys-devel/lld-10* )
)
)
odk? ( >=app-doc/doxygen-1.8.4 )
"
COMMON_DEPEND="${PYTHON_DEPS}
Expand Down Expand Up @@ -156,7 +174,7 @@ COMMON_DEPEND="${PYTHON_DEPS}
media-gfx/fontforge
media-gfx/graphite2
media-libs/fontconfig
media-libs/freetype:2
>=media-libs/freetype-2.11.0-r1:2
>=media-libs/harfbuzz-0.9.42:=[graphite,icu]
media-libs/lcms:2
>=media-libs/libcdr-0.1.0
Expand All @@ -171,7 +189,6 @@ COMMON_DEPEND="${PYTHON_DEPS}
net-misc/curl
sci-mathematics/lpsolve
sys-libs/zlib
virtual/glu
virtual/jpeg:0
virtual/opengl
x11-libs/cairo[X]
Expand All @@ -185,19 +202,6 @@ COMMON_DEPEND="${PYTHON_DEPS}
dev-libs/glib:2
net-wireless/bluez
)
clang? (
|| (
( sys-devel/clang:12
sys-devel/llvm:12
=sys-devel/lld-12* )
( sys-devel/clang:11
sys-devel/llvm:11
=sys-devel/lld-11* )
( sys-devel/clang:10
sys-devel/llvm:10
=sys-devel/lld-10* )
)
)
coinmp? ( sci-libs/coinor-mp )
cups? ( net-print/cups )
dbus? ( sys-apps/dbus[X] )
Expand Down Expand Up @@ -475,7 +479,6 @@ src_configure() {
--enable-cairo-canvas
--enable-largefile
--enable-mergelibs
--enable-neon
--enable-python=system
--enable-randr
--enable-release-build
Expand All @@ -499,14 +502,15 @@ src_configure() {
--with-system-ucpp
--with-tls=nss
--with-vendor="Gentoo Foundation"
--with-webdav
--with-x
--without-fonts
--without-myspell-dicts
--with-help="html"
--without-helppack-integration
--with-system-gpgmepp
--without-system-cuckoo
--without-system-jfreereport
--without-system_apache_commons
--without-system-libcmis
--without-system-sane
$(use_enable base report-builder)
Expand Down

0 comments on commit c89c504

Please sign in to comment.