Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/goffice/
Date: Thu, 10 May 2018 10:06:46
Message-Id: 1525946786.2b8e2704135d28a52fdd994f66afbb6c4846576f.leio@gentoo
1 commit: 2b8e2704135d28a52fdd994f66afbb6c4846576f
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 10 09:44:54 2018 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Thu May 10 10:06:26 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b8e2704
7
8 x11-libs/goffice: bump to 0.10.41
9
10 Package-Manager: Portage-2.3.28, Repoman-2.3.9
11
12 x11-libs/goffice/Manifest | 1 +
13 x11-libs/goffice/goffice-0.10.41.ebuild | 51 +++++++++++++++++++++++++++++++++
14 2 files changed, 52 insertions(+)
15
16 diff --git a/x11-libs/goffice/Manifest b/x11-libs/goffice/Manifest
17 index c2da237f805..05073ec56e0 100644
18 --- a/x11-libs/goffice/Manifest
19 +++ b/x11-libs/goffice/Manifest
20 @@ -1,2 +1,3 @@
21 DIST goffice-0.10.38.tar.xz 2373308 BLAKE2B f270233adbbf300ad41516b1ed988db0772b95940196a6ac92c3090f6e52bc47933bb6bb4c023d7137cbca42adfab17fc41b82042c2e9c0340a6cd84942874e5 SHA512 1d72e30ee0b9f322cd4114d0a024a99e6d9ff7efcaeb9ca40b5fffe94180c232f03935743c15b1c6170f8bfc04fea5bdcc4d12760643c66cffafefbaa562fd62
22 DIST goffice-0.10.40.tar.xz 2381416 BLAKE2B 24d1905e41e1eb57be53f8f7598776457a17707412e79f2e314e9d1bdbea97a406b1ec27ee628f7d50e22305cd41d900a588520d2995f8be61021ae9b7de60d7 SHA512 1756ab825afe0d4a6249c351b2713b5397827bf289d1c2af5a6a6ccc21797ff01d8b69c72d83c9d8b941d5c73ad03bbf63bd98e475828787d8bbf8d18ffd0ede
23 +DIST goffice-0.10.41.tar.xz 2381656 BLAKE2B 7d73b892d91f917e3a47058f508094a16bb50860686dcf33c68ac8028b40e7ba74cc276f276672f29ddafef73b03887cf6280a2812305bd9b24ae3021c319d25 SHA512 d4b6a30b2b5d92e7500a1810626d20a2d4e5f66c1a879c904fe57df384bf4a480de322e9ae0a5fe7a44e73e060d9a33da6d56cd051c3d6cb1ebf0eae09fda2f8
24
25 diff --git a/x11-libs/goffice/goffice-0.10.41.ebuild b/x11-libs/goffice/goffice-0.10.41.ebuild
26 new file mode 100644
27 index 00000000000..9bf3bf394d8
28 --- /dev/null
29 +++ b/x11-libs/goffice/goffice-0.10.41.ebuild
30 @@ -0,0 +1,51 @@
31 +# Copyright 1999-2018 Gentoo Foundation
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI="6"
35 +GNOME2_LA_PUNT="yes"
36 +
37 +inherit gnome2
38 +
39 +DESCRIPTION="A library of document-centric objects and utilities"
40 +HOMEPAGE="https://git.gnome.org/browse/goffice/"
41 +
42 +LICENSE="GPL-2"
43 +SLOT="0.10"
44 +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris"
45 +IUSE="+introspection"
46 +
47 +# FIXME: add lasem to tree
48 +RDEPEND="
49 + >=app-text/libspectre-0.2.6:=
50 + >=dev-libs/glib-2.38.0:2
51 + dev-libs/libxslt
52 + >=gnome-base/librsvg-2.22:2
53 + >=gnome-extra/libgsf-1.14.24:=[introspection?]
54 + >=dev-libs/libxml2-2.4.12:2
55 + >=x11-libs/pango-1.24:=
56 + >=x11-libs/cairo-1.10:=[svg]
57 + x11-libs/libXext:=
58 + x11-libs/libXrender:=
59 + >=x11-libs/gdk-pixbuf-2.22:2
60 + >=x11-libs/gtk+-3.20:3
61 + introspection? (
62 + >=dev-libs/gobject-introspection-1:=
63 + >=gnome-extra/libgsf-1.14.23:= )
64 +"
65 +DEPEND="${RDEPEND}
66 + dev-lang/perl
67 + virtual/perl-Getopt-Long
68 + virtual/perl-IO-Compress
69 + virtual/perl-Compress-Raw-Zlib
70 + >=dev-util/gtk-doc-am-1.12
71 + >=dev-util/intltool-0.35
72 + virtual/pkgconfig
73 +"
74 +
75 +src_configure() {
76 + gnome2_src_configure \
77 + --without-lasem \
78 + --with-gtk \
79 + --with-config-backend=gsettings \
80 + $(use_enable introspection)
81 +}