commit: 247392dd5b8bbbfd22671b85bd0b1f257c481ab9 Author: David Seifert <soap <AT> gentoo <DOT> org> AuthorDate: Mon Mar 9 08:20:43 2026 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Mon Mar 9 08:20:43 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=247392dd
x11-libs/goffice: add 0.10.60 Signed-off-by: David Seifert <soap <AT> gentoo.org> x11-libs/goffice/Manifest | 1 + x11-libs/goffice/goffice-0.10.60.ebuild | 56 +++++++++++++++++++++++++++++++++ 2 files changed, 57 insertions(+) diff --git a/x11-libs/goffice/Manifest b/x11-libs/goffice/Manifest index 35ff4abccf27..d6f553e5d310 100644 --- a/x11-libs/goffice/Manifest +++ b/x11-libs/goffice/Manifest @@ -1 +1,2 @@ DIST goffice-0.10.59.tar.xz 2493344 BLAKE2B 7019ba3fabc4f5a50bdd3f19f0ba9bcde100c06b20fd95ba8acafff5d21f03b28e743d653ce7d2b38afcae0571b9686389a9225abe2e6ff17e1990c44871c07a SHA512 a702e95687b8f7671f175431acb0925e22cf661b2c8d662b1cf9f45243efa75d6e28414613d833cfc1651fc926d0a0d2094e3c82361c03b38efd1ab9aa9471e7 +DIST goffice-0.10.60.tar.xz 2522388 BLAKE2B 0d28a02566bde0dcf71c7ec0d031ad6f45e7d44d97231859e05471e1c64062acb19a02fb3c031bd7756881214ea23f3f2b33cf55b5fb5f5d82c762266bcbc38b SHA512 7428fe7785aa633eb35707dbd0f504d43b4c982f618073344b7fec535a4ea8e71d70628ea9ae31622db4439708c19bdf782809b8b17bc225024ef5ad181a9180 diff --git a/x11-libs/goffice/goffice-0.10.60.ebuild b/x11-libs/goffice/goffice-0.10.60.ebuild new file mode 100644 index 000000000000..cdd67b24d3c7 --- /dev/null +++ b/x11-libs/goffice/goffice-0.10.60.ebuild @@ -0,0 +1,56 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit gnome.org + +DESCRIPTION="A library of document-centric objects and utilities" +HOMEPAGE="https://gitlab.gnome.org/GNOME/goffice/" + +LICENSE="GPL-2" +SLOT="0.10" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~x64-solaris" +IUSE="+introspection" + +# FIXME: add lasem to tree +RDEPEND=" + >=app-text/libspectre-0.2.6:= + >=dev-libs/glib-2.40.0:2 + >=dev-libs/libxml2-2.4.12:2= + dev-libs/libxslt + >=gnome-base/librsvg-2.22:2 + >=gnome-extra/libgsf-1.14.24:=[introspection?] + >=x11-libs/cairo-1.10:=[svg(+)] + >=x11-libs/gdk-pixbuf-2.22:2 + >=x11-libs/gtk+-3.20:3 + >=x11-libs/pango-1.24:= + x11-libs/libXext:= + x11-libs/libXrender:= + introspection? ( + >=dev-libs/gobject-introspection-1.82.0-r2:= + >=gnome-extra/libgsf-1.14.23:= + )" +DEPEND="${RDEPEND}" +BDEPEND=" + dev-lang/perl + dev-util/glib-utils + >=dev-util/intltool-0.35 + virtual/pkgconfig" + +src_configure() { + econf \ + --disable-gtk-doc \ + --disable-maintainer-mode \ + --without-lasem \ + --with-gtk \ + --with-config-backend=gsettings \ + $(use_enable introspection) +} + +src_install() { + default + dodoc MAINTAINERS + + find "${ED}" -name '*.la' -delete || die +}
