summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOle Reifschneider <tranquility@gentoo.org>2016-04-02 18:34:25 +0200
committerOle Reifschneider <tranquility@gentoo.org>2016-04-02 18:34:25 +0200
commitd12cdda9870b3954c1aaceae2212ea5ae7e54c95 (patch)
treee936d43ba9d9f7843ab6269abb453a521bc75056
parentsys-apps/gnome-disk-utility: Bump version to 3.20.0 (diff)
downloadgnome-d12cdda9870b3954c1aaceae2212ea5ae7e54c95.tar.gz
gnome-d12cdda9870b3954c1aaceae2212ea5ae7e54c95.tar.bz2
gnome-d12cdda9870b3954c1aaceae2212ea5ae7e54c95.zip
gnome-extra/gnome-documents: Bump version to 3.20.0
Package-Manager: portage-2.2.28 Manifest-Sign-Key: 0xE9E568677E8B4D42
-rw-r--r--gnome-extra/gnome-documents/Manifest15
-rw-r--r--gnome-extra/gnome-documents/gnome-documents-3.20.0.ebuild55
-rw-r--r--gnome-extra/gnome-documents/gnome-documents-9999.ebuild14
3 files changed, 80 insertions, 4 deletions
diff --git a/gnome-extra/gnome-documents/Manifest b/gnome-extra/gnome-documents/Manifest
new file mode 100644
index 00000000..c32a2bc2
--- /dev/null
+++ b/gnome-extra/gnome-documents/Manifest
@@ -0,0 +1,15 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA256
+
+DIST gnome-documents-3.20.0.tar.xz 2319732 SHA256 a5fa496c5e80eccb8d2e5bba7f4d7dc4cc6c9f53d5bc028402428771be1237d2 SHA512 f69c48f8c343e674aca77f3334ce1a10d30f90f2dade5722d7c0b759e67d2c633199d510ff3c70a202e7ed6b309d93035eb35c4ae554a8da83aefb78fafeacaa WHIRLPOOL 5d7a537bfc19130646e43239acd51fa21154b4a648e0be895252c55ea84714d2a26c876862781c56d365222d1ad36fa71bac7d6d40edd31ec5ea951b06e7edb9
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQEcBAEBCAAGBQJW//SRAAoJEOnlaGd+i01CgXIH/1CGR0rqrHxwxs877pZdSzEE
+b5FOZqUDC0UAeOagyx+fOVGNPWrcDsKOQDysg5rL9kP4CqipDQBLiImDuyLm+rQI
+G3c4GbMZ/JNh5MuOoYqjnibBzwRbLHWhYhf2g/i6C+E+zLQXGnwacOoaDkBQiR8w
+w+hKhXqgROwyV1xP7zPrXlHvXMjOPpe1dBBeULhaadVZsOJKGZgtBU3NuIu+SEYl
+j/Gej2okk/UFiunmR0B+wDx2Ao2PlvYfQt07w6D+dYumdgAmFqgChCXeKYsKPvxZ
+e9BfvpqDlUqYuxWzspeTljynIWEOEU2G4bE6X1rUNHS2Ch5e0+q8bPg6v+Lp7rg=
+=NVNq
+-----END PGP SIGNATURE-----
diff --git a/gnome-extra/gnome-documents/gnome-documents-3.20.0.ebuild b/gnome-extra/gnome-documents/gnome-documents-3.20.0.ebuild
new file mode 100644
index 00000000..bf96672e
--- /dev/null
+++ b/gnome-extra/gnome-documents/gnome-documents-3.20.0.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+GCONF_DEBUG="no"
+
+inherit gnome2
+
+DESCRIPTION="A document manager application for GNOME"
+HOMEPAGE="https://wiki.gnome.org/Apps/Documents"
+
+LICENSE="GPL-2+"
+SLOT="0"
+IUSE=""
+KEYWORDS="~amd64 ~x86"
+
+# Need gdk-pixbuf-2.25 for gdk_pixbuf_get_pixels_with_length
+COMMON_DEPEND="
+ >=app-misc/tracker-1:=
+ >=app-text/evince-3.13.3[introspection]
+ dev-libs/gjs
+ >=dev-libs/glib-2.39.3:2
+ >=dev-libs/gobject-introspection-1.31.6:=
+ >=dev-libs/libgdata-0.13.3:=[crypt,gnome-online-accounts,introspection]
+ gnome-base/gnome-desktop:3=
+ >=media-libs/clutter-1.10:1.0
+ >=media-libs/clutter-gtk-1.3.2:1.0[introspection]
+ >=net-libs/gnome-online-accounts-3.2.0
+ >=net-libs/libsoup-2.41.3:2.4
+ >=net-libs/libzapojit-0.0.2
+ >=net-libs/webkit-gtk-2.6:4
+ >=x11-libs/gdk-pixbuf-2.25:2[introspection]
+ >=x11-libs/gtk+-3.19.1:3[introspection]
+ x11-libs/pango[introspection]
+"
+RDEPEND="${COMMON_DEPEND}
+ media-libs/clutter[introspection]
+ net-misc/gnome-online-miners
+ sys-apps/dbus
+ x11-themes/gnome-icon-theme-symbolic
+"
+DEPEND="${COMMON_DEPEND}
+ dev-libs/libxslt
+ >=dev-util/intltool-0.50.1
+ dev-util/itstool
+ virtual/pkgconfig
+"
+# eautoreconf requires yelp-tools
+
+src_prepare() {
+ # Prevent sandbox violation, https://bugzilla.gnome.org/show_bug.cgi?id=758097
+ sed -i -e '/-rm -f $(appdir)\/org.gnome.Books.data.gresource/d' data/Makefile.{am,in} || die
+ gnome2_src_prepare
+}
diff --git a/gnome-extra/gnome-documents/gnome-documents-9999.ebuild b/gnome-extra/gnome-documents/gnome-documents-9999.ebuild
index 1f826080..e67d236a 100644
--- a/gnome-extra/gnome-documents/gnome-documents-9999.ebuild
+++ b/gnome-extra/gnome-documents/gnome-documents-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -28,8 +28,8 @@ COMMON_DEPEND="
>=app-text/evince-3.13.3[introspection]
dev-libs/gjs
>=dev-libs/glib-2.39.3:2
- >=dev-libs/gobject-introspection-1.31.6
- >=dev-libs/libgdata-0.13.3:=[gnome,introspection]
+ >=dev-libs/gobject-introspection-1.31.6:=
+ >=dev-libs/libgdata-0.13.3:=[crypt,gnome-online-accounts,introspection]
gnome-base/gnome-desktop:3=
>=media-libs/clutter-1.10:1.0
>=media-libs/clutter-gtk-1.3.2:1.0[introspection]
@@ -38,7 +38,7 @@ COMMON_DEPEND="
>=net-libs/libzapojit-0.0.2
>=net-libs/webkit-gtk-2.6:4
>=x11-libs/gdk-pixbuf-2.25:2[introspection]
- >=x11-libs/gtk+-3.15.5:3[introspection]
+ >=x11-libs/gtk+-3.19.1:3[introspection]
x11-libs/pango[introspection]
"
RDEPEND="${COMMON_DEPEND}
@@ -59,6 +59,12 @@ if [[ ${PV} = 9999 ]]; then
"
fi
+src_prepare() {
+ # Prevent sandbox violation, https://bugzilla.gnome.org/show_bug.cgi?id=758097
+ sed -i -e '/-rm -f $(appdir)\/org.gnome.Books.data.gresource/d' data/Makefile.{am,in} || die
+ gnome2_src_prepare
+}
+
src_configure() {
local myconf=""
[[ ${PV} != 9999 ]] && myconf="ITSTOOL=$(type -P true)"