Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-accessibility/caribou: ChangeLog caribou-0.4.18.1.ebuild
Date: Fri, 01 May 2015 22:06:28
Message-Id: 20150501220619.E7F769AA@oystercatcher.gentoo.org
1 eva 15/05/01 22:06:18
2
3 Modified: ChangeLog
4 Added: caribou-0.4.18.1.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key C6085806)
9
10 Revision Changes Path
11 1.41 app-accessibility/caribou/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/caribou/ChangeLog?rev=1.41&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/caribou/ChangeLog?rev=1.41&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/caribou/ChangeLog?r1=1.40&r2=1.41
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-accessibility/caribou/ChangeLog,v
20 retrieving revision 1.40
21 retrieving revision 1.41
22 diff -u -r1.40 -r1.41
23 --- ChangeLog 28 Mar 2015 09:00:26 -0000 1.40
24 +++ ChangeLog 1 May 2015 22:06:18 -0000 1.41
25 @@ -1,6 +1,11 @@
26 # ChangeLog for app-accessibility/caribou
27 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/caribou/ChangeLog,v 1.40 2015/03/28 09:00:26 pacho Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/caribou/ChangeLog,v 1.41 2015/05/01 22:06:18 eva Exp $
30 +
31 +*caribou-0.4.18.1 (01 May 2015)
32 +
33 + 01 May 2015; Gilles Dartiguelongue <eva@g.o> +caribou-0.4.18.1.ebuild:
34 + Version bump.
35
36 *caribou-0.4.18 (28 Mar 2015)
37
38
39
40
41 1.1 app-accessibility/caribou/caribou-0.4.18.1.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/caribou/caribou-0.4.18.1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/caribou/caribou-0.4.18.1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: caribou-0.4.18.1.ebuild
47 ===================================================================
48 # Copyright 1999-2015 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/app-accessibility/caribou/caribou-0.4.18.1.ebuild,v 1.1 2015/05/01 22:06:18 eva Exp $
51
52 EAPI="5"
53 GCONF_DEBUG="no"
54 GNOME2_LA_PUNT="yes"
55 PYTHON_COMPAT=( python2_7 )
56 PYTHON_REQ_USE="xml"
57
58 inherit gnome2 python-r1
59
60 DESCRIPTION="Input assistive technology intended for switch and pointer users"
61 HOMEPAGE="https://wiki.gnome.org/Projects/Caribou"
62
63 LICENSE="LGPL-2.1"
64 SLOT="0"
65 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
66
67 IUSE=""
68 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
69
70 COMMON_DEPEND="
71 app-accessibility/at-spi2-core
72 >=dev-python/pygobject-2.90.3:3[${PYTHON_USEDEP}]
73 >=x11-libs/gtk+-3:3[introspection]
74 x11-libs/gtk+:2
75 >=dev-libs/gobject-introspection-0.10.7:=
76 dev-libs/libgee:0.8
77 dev-libs/libxml2
78 >=media-libs/clutter-1.5.11:1.0[introspection]
79 x11-libs/libX11
80 x11-libs/libxklavier
81 x11-libs/libXtst
82 "
83 # gsettings-desktop-schemas is needed for the 'toolkit-accessibility' key
84 # pyatspi-2.1.90 needed to run caribou if pygobject:3 is installed
85 # librsvg needed to load svg images in css styles
86 RDEPEND="${COMMON_DEPEND}
87 dev-libs/glib[dbus]
88 >=dev-python/pyatspi-2.1.90[${PYTHON_USEDEP}]
89 >=gnome-base/gsettings-desktop-schemas-3
90 gnome-base/librsvg:2
91 sys-apps/dbus
92 "
93 DEPEND="${COMMON_DEPEND}
94 dev-libs/libxslt
95 >=dev-util/intltool-0.35.5
96 virtual/pkgconfig
97 "
98
99 src_prepare() {
100 # delete custom PYTHONPATH, useless on Gentoo and potential bug source
101 # + caribou is python2 only so fix the shell scripts
102 sed -e '/export PYTHONPATH=.*python/ d' \
103 -e "s:@PYTHON@:${EPREFIX}/usr/bin/python2:" \
104 -i bin/{antler-keyboard,caribou-preferences}.in ||
105 die "sed failed"
106
107 gnome2_src_prepare
108
109 prepare_caribou() {
110 mkdir -p "${BUILD_DIR}" || die
111 }
112 python_foreach_impl prepare_caribou
113 }
114
115 src_configure() {
116 ECONF_SOURCE="${S}" python_foreach_impl run_in_build_dir \
117 gnome2_src_configure \
118 --disable-docs \
119 --disable-static \
120 --enable-gtk3-module \
121 --enable-gtk2-module \
122 VALAC=$(type -P true)
123 # vala is not needed for tarball builds, but configure checks for it...
124 }
125
126 src_compile() {
127 python_foreach_impl run_in_build_dir gnome2_src_compile
128 }
129
130 src_test() {
131 python_foreach_impl run_in_build_dir default
132 }
133
134 src_install() {
135 python_foreach_impl run_in_build_dir gnome2_src_install
136 dodoc AUTHORS NEWS README # ChangeLog simply points to git log
137 }