Gentoo Archives: gentoo-commits

From: Ole Reifschneider <tranquility@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-documents/
Date: Sat, 02 Apr 2016 16:34:48
Message-Id: 1459614865.d12cdda9870b3954c1aaceae2212ea5ae7e54c95.tranquility@gentoo
1 commit: d12cdda9870b3954c1aaceae2212ea5ae7e54c95
2 Author: Ole Reifschneider <tranquility <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 2 16:34:25 2016 +0000
4 Commit: Ole Reifschneider <tranquility <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 2 16:34:25 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=d12cdda9
7
8 gnome-extra/gnome-documents: Bump version to 3.20.0
9
10 Package-Manager: portage-2.2.28
11 Manifest-Sign-Key: 0xE9E568677E8B4D42
12
13 ...s-9999.ebuild => gnome-documents-3.20.0.ebuild} | 33 ++++++++--------------
14 .../gnome-documents/gnome-documents-9999.ebuild | 14 ++++++---
15 2 files changed, 21 insertions(+), 26 deletions(-)
16
17 diff --git a/gnome-extra/gnome-documents/gnome-documents-9999.ebuild b/gnome-extra/gnome-documents/gnome-documents-3.20.0.ebuild
18 similarity index 66%
19 copy from gnome-extra/gnome-documents/gnome-documents-9999.ebuild
20 copy to gnome-extra/gnome-documents/gnome-documents-3.20.0.ebuild
21 index 1f82608..bf96672 100644
22 --- a/gnome-extra/gnome-documents/gnome-documents-9999.ebuild
23 +++ b/gnome-extra/gnome-documents/gnome-documents-3.20.0.ebuild
24 @@ -1,4 +1,4 @@
25 -# Copyright 1999-2015 Gentoo Foundation
26 +# Copyright 1999-2016 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 # $Id$
29
30 @@ -6,9 +6,6 @@ EAPI="5"
31 GCONF_DEBUG="no"
32
33 inherit gnome2
34 -if [[ ${PV} = 9999 ]]; then
35 - inherit gnome2-live
36 -fi
37
38 DESCRIPTION="A document manager application for GNOME"
39 HOMEPAGE="https://wiki.gnome.org/Apps/Documents"
40 @@ -16,11 +13,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Documents"
41 LICENSE="GPL-2+"
42 SLOT="0"
43 IUSE=""
44 -if [[ ${PV} = 9999 ]]; then
45 - KEYWORDS=""
46 -else
47 - KEYWORDS="~amd64 ~x86"
48 -fi
49 +KEYWORDS="~amd64 ~x86"
50
51 # Need gdk-pixbuf-2.25 for gdk_pixbuf_get_pixels_with_length
52 COMMON_DEPEND="
53 @@ -28,8 +21,8 @@ COMMON_DEPEND="
54 >=app-text/evince-3.13.3[introspection]
55 dev-libs/gjs
56 >=dev-libs/glib-2.39.3:2
57 - >=dev-libs/gobject-introspection-1.31.6
58 - >=dev-libs/libgdata-0.13.3:=[gnome,introspection]
59 + >=dev-libs/gobject-introspection-1.31.6:=
60 + >=dev-libs/libgdata-0.13.3:=[crypt,gnome-online-accounts,introspection]
61 gnome-base/gnome-desktop:3=
62 >=media-libs/clutter-1.10:1.0
63 >=media-libs/clutter-gtk-1.3.2:1.0[introspection]
64 @@ -38,7 +31,7 @@ COMMON_DEPEND="
65 >=net-libs/libzapojit-0.0.2
66 >=net-libs/webkit-gtk-2.6:4
67 >=x11-libs/gdk-pixbuf-2.25:2[introspection]
68 - >=x11-libs/gtk+-3.15.5:3[introspection]
69 + >=x11-libs/gtk+-3.19.1:3[introspection]
70 x11-libs/pango[introspection]
71 "
72 RDEPEND="${COMMON_DEPEND}
73 @@ -50,17 +43,13 @@ RDEPEND="${COMMON_DEPEND}
74 DEPEND="${COMMON_DEPEND}
75 dev-libs/libxslt
76 >=dev-util/intltool-0.50.1
77 + dev-util/itstool
78 virtual/pkgconfig
79 "
80 +# eautoreconf requires yelp-tools
81
82 -if [[ ${PV} = 9999 ]]; then
83 - DEPEND="${DEPEND}
84 - app-text/yelp-tools
85 - "
86 -fi
87 -
88 -src_configure() {
89 - local myconf=""
90 - [[ ${PV} != 9999 ]] && myconf="ITSTOOL=$(type -P true)"
91 - gnome2_src_configure ${myconf}
92 +src_prepare() {
93 + # Prevent sandbox violation, https://bugzilla.gnome.org/show_bug.cgi?id=758097
94 + sed -i -e '/-rm -f $(appdir)\/org.gnome.Books.data.gresource/d' data/Makefile.{am,in} || die
95 + gnome2_src_prepare
96 }
97
98 diff --git a/gnome-extra/gnome-documents/gnome-documents-9999.ebuild b/gnome-extra/gnome-documents/gnome-documents-9999.ebuild
99 index 1f82608..e67d236 100644
100 --- a/gnome-extra/gnome-documents/gnome-documents-9999.ebuild
101 +++ b/gnome-extra/gnome-documents/gnome-documents-9999.ebuild
102 @@ -1,4 +1,4 @@
103 -# Copyright 1999-2015 Gentoo Foundation
104 +# Copyright 1999-2016 Gentoo Foundation
105 # Distributed under the terms of the GNU General Public License v2
106 # $Id$
107
108 @@ -28,8 +28,8 @@ COMMON_DEPEND="
109 >=app-text/evince-3.13.3[introspection]
110 dev-libs/gjs
111 >=dev-libs/glib-2.39.3:2
112 - >=dev-libs/gobject-introspection-1.31.6
113 - >=dev-libs/libgdata-0.13.3:=[gnome,introspection]
114 + >=dev-libs/gobject-introspection-1.31.6:=
115 + >=dev-libs/libgdata-0.13.3:=[crypt,gnome-online-accounts,introspection]
116 gnome-base/gnome-desktop:3=
117 >=media-libs/clutter-1.10:1.0
118 >=media-libs/clutter-gtk-1.3.2:1.0[introspection]
119 @@ -38,7 +38,7 @@ COMMON_DEPEND="
120 >=net-libs/libzapojit-0.0.2
121 >=net-libs/webkit-gtk-2.6:4
122 >=x11-libs/gdk-pixbuf-2.25:2[introspection]
123 - >=x11-libs/gtk+-3.15.5:3[introspection]
124 + >=x11-libs/gtk+-3.19.1:3[introspection]
125 x11-libs/pango[introspection]
126 "
127 RDEPEND="${COMMON_DEPEND}
128 @@ -59,6 +59,12 @@ if [[ ${PV} = 9999 ]]; then
129 "
130 fi
131
132 +src_prepare() {
133 + # Prevent sandbox violation, https://bugzilla.gnome.org/show_bug.cgi?id=758097
134 + sed -i -e '/-rm -f $(appdir)\/org.gnome.Books.data.gresource/d' data/Makefile.{am,in} || die
135 + gnome2_src_prepare
136 +}
137 +
138 src_configure() {
139 local myconf=""
140 [[ ${PV} != 9999 ]] && myconf="ITSTOOL=$(type -P true)"