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