diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2013-09-01 22:24:40 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2013-09-01 22:24:40 +0000 |
commit | 5b4c06fd3794778aff4a5b8ce4a65b797fe87a7b (patch) | |
tree | 84c4b653c882d12637c3b31c9f5b6b5a443e739d /x11-libs | |
parent | remove vim-core build dependancy by replacing it with a small perl script tha... (diff) | |
download | gentoo-2-5b4c06fd3794778aff4a5b8ce4a65b797fe87a7b.tar.gz gentoo-2-5b4c06fd3794778aff4a5b8ce4a65b797fe87a7b.tar.bz2 gentoo-2-5b4c06fd3794778aff4a5b8ce4a65b797fe87a7b.zip |
Version bump.
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key C6085806)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/goffice/ChangeLog | 7 | ||||
-rw-r--r-- | x11-libs/goffice/goffice-0.10.7.ebuild | 52 |
2 files changed, 58 insertions, 1 deletions
diff --git a/x11-libs/goffice/ChangeLog b/x11-libs/goffice/ChangeLog index d34440d51b83..711aa0647c9e 100644 --- a/x11-libs/goffice/ChangeLog +++ b/x11-libs/goffice/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-libs/goffice # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/goffice/ChangeLog,v 1.126 2013/08/25 19:11:58 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/goffice/ChangeLog,v 1.127 2013/09/01 22:24:40 eva Exp $ + +*goffice-0.10.7 (01 Sep 2013) + + 01 Sep 2013; Gilles Dartiguelongue <eva@gentoo.org> +goffice-0.10.7.ebuild: + Version bump. *goffice-0.10.5 (25 Aug 2013) diff --git a/x11-libs/goffice/goffice-0.10.7.ebuild b/x11-libs/goffice/goffice-0.10.7.ebuild new file mode 100644 index 000000000000..00d88c10d01a --- /dev/null +++ b/x11-libs/goffice/goffice-0.10.7.ebuild @@ -0,0 +1,52 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/goffice/goffice-0.10.7.ebuild,v 1.1 2013/09/01 22:24:40 eva Exp $ + +EAPI="5" +GCONF_DEBUG="no" +GNOME2_LA_PUNT="yes" + +inherit gnome2 flag-o-matic + +DESCRIPTION="A library of document-centric objects and utilities" +HOMEPAGE="http://git.gnome.org/browse/goffice/" + +LICENSE="GPL-2" +SLOT="0.10" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris" +IUSE="+introspection" + +# Build fails with -gtk +# FIXME: add lasem to tree +RDEPEND=" + >=app-text/libspectre-0.2.6:= + >=dev-libs/glib-2.28:2 + >=gnome-base/librsvg-2.22:2 + >=gnome-extra/libgsf-1.14.9:= + >=dev-libs/libxml2-2.4.12:2 + >=x11-libs/pango-1.24:= + >=x11-libs/cairo-1.10:=[svg] + x11-libs/libXext:= + x11-libs/libXrender:= + >=x11-libs/gdk-pixbuf-2.22:2 + >=x11-libs/gtk+-3.2:3 + introspection? ( + >=dev-libs/gobject-introspection-1:= + >=gnome-extra/libgsf-1.14.23:= ) +" +DEPEND="${RDEPEND} + >=dev-util/gtk-doc-am-1.12 + >=dev-util/intltool-0.35 + virtual/pkgconfig +" +# eautoreconf requires: +# gnome-base/gnome-common + +src_configure() { + filter-flags -ffast-math + gnome2_src_configure \ + --without-lasem \ + --with-gtk \ + --with-config-backend=gsettings \ + $(use_enable introspection) +} |