mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
x11-libs/goffice: Version bump
Package-Manager: portage-2.2.27
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
DIST goffice-0.10.24.tar.xz 2358736 SHA256 cda70eab0b0b0e29c3bea09849bcfca0c2ccc20038ee69e7e14cde664484af5a SHA512 67732854942769d221a677614edd51bfe9fcdaaf19f532a4182d5d0f0f31b4385ef6fbbf4be8a2f2b5f2d39d1cbb0218712c42cfcc0efaf754d0f4a9fd001b17 WHIRLPOOL 189e7f5ee790cd85d3f55ee6c441cfa829b692d1fc3d24dc9e036de4298653fd21db7e3853e6550fd2c2e76eaa54d0d15a233d98b2d2d47803e9ec72b833b84b
|
||||
DIST goffice-0.10.26.tar.xz 2358900 SHA256 2b8dd0a0f84ef4f6bd32bfdae2b68caa0e41631026a74d04c4d2266512a744bb SHA512 4f042a0ecd9c44b864cb761753c3e42704aa7cf5973816dc30bd45be14f984594f86ed67c8c1333ba71b68c41066021a9e582d245ff8fab8032e576c5ea9f603 WHIRLPOOL 95fbafa1ce8cf5a08b7c9bbcef521b9782ddce1e77235e5ac565e84fc186cce317be3ebbb01aaebb5a8c5a29f481bdb72e067f7df1283ae443949997233fe662
|
||||
DIST goffice-0.10.27.tar.xz 2363972 SHA256 3717b400fd190f18cf1dd7a16e1991b1f7c7cbdfeb1993656e7972347168d8c0 SHA512 31776e03928f7128319d3db7b6a049fbd2b9bbab56546666df7fd4b65c62ec96323a298e00d61d129bf4fbd7c148d0e94eee06014bef30f544225f1fc7ddf903 WHIRLPOOL 7bef90d215ccb11ac25419fef025a542ef7403091b29345d3a5565dfea6e4cc77783251db7a8286809a8e22e1008b966c0b279ed9fdf4acf5535de8a90d8a32d
|
||||
DIST goffice-0.8.17.tar.xz 1814488 SHA256 165070beb67b84580afe80a8a100b674a81d553ab791acd72ac0c655f4fadb15 SHA512 61a3063d37e2ded4d4065d261f728c862daea04090ac38abe2524089ed1ee253e0d77e501f5b3451b1e011491a8225f90fd4914f28ce2a347ecf561098e6400c WHIRLPOOL 12ac2587af25c41686797b9bd5ff93429687217cb3d14e130067685701fd0685ed1c4f9900eb34a15cfb30dcdfe9ebe9f9856a1b4eb6684555d0a9cb1ef86ff1
|
||||
|
||||
56
x11-libs/goffice/goffice-0.10.27.ebuild
Normal file
56
x11-libs/goffice/goffice-0.10.27.ebuild
Normal file
@@ -0,0 +1,56 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI="5"
|
||||
GCONF_DEBUG="no"
|
||||
GNOME2_LA_PUNT="yes"
|
||||
|
||||
inherit gnome2
|
||||
|
||||
DESCRIPTION="A library of document-centric objects and utilities"
|
||||
HOMEPAGE="https://git.gnome.org/browse/goffice/"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0.10"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~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.38.0:2
|
||||
dev-libs/libxslt
|
||||
>=gnome-base/librsvg-2.22:2
|
||||
>=gnome-extra/libgsf-1.14.24:=[introspection?]
|
||||
>=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.8.7:3
|
||||
introspection? (
|
||||
>=dev-libs/gobject-introspection-1:=
|
||||
>=gnome-extra/libgsf-1.14.23:= )
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-lang/perl
|
||||
virtual/perl-Getopt-Long
|
||||
virtual/perl-IO-Compress
|
||||
virtual/perl-Compress-Raw-Zlib
|
||||
>=dev-util/gtk-doc-am-1.12
|
||||
>=dev-util/intltool-0.35
|
||||
virtual/pkgconfig
|
||||
"
|
||||
# eautoreconf requires:
|
||||
# gnome-base/gnome-common
|
||||
|
||||
src_configure() {
|
||||
gnome2_src_configure \
|
||||
--without-lasem \
|
||||
--with-gtk \
|
||||
--with-config-backend=gsettings \
|
||||
$(use_enable introspection)
|
||||
}
|
||||
Reference in New Issue
Block a user