Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-accessibility/caribou: caribou-0.4.14.ebuild ChangeLog
Date: Thu, 04 Sep 2014 09:41:49
Message-Id: 20140904094145.5FC0F4AD9@oystercatcher.gentoo.org
1 pacho 14/09/04 09:41:45
2
3 Modified: ChangeLog
4 Added: caribou-0.4.14.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
9
10 Revision Changes Path
11 1.32 app-accessibility/caribou/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/caribou/ChangeLog?rev=1.32&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/caribou/ChangeLog?rev=1.32&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/caribou/ChangeLog?r1=1.31&r2=1.32
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-accessibility/caribou/ChangeLog,v
20 retrieving revision 1.31
21 retrieving revision 1.32
22 diff -u -r1.31 -r1.32
23 --- ChangeLog 6 Jul 2014 12:29:21 -0000 1.31
24 +++ ChangeLog 4 Sep 2014 09:41:45 -0000 1.32
25 @@ -1,6 +1,11 @@
26 # ChangeLog for app-accessibility/caribou
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/caribou/ChangeLog,v 1.31 2014/07/06 12:29:21 mgorny Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/caribou/ChangeLog,v 1.32 2014/09/04 09:41:45 pacho Exp $
30 +
31 +*caribou-0.4.14 (04 Sep 2014)
32 +
33 + 04 Sep 2014; Pacho Ramos <pacho@g.o> +caribou-0.4.14.ebuild:
34 + Version bump
35
36 06 Jul 2014; Michał Górny <mgorny@g.o> caribou-0.4.13.ebuild:
37 Clean up obsolete dependencies on virtual/python-argparse and virtual/python-
38
39
40
41 1.1 app-accessibility/caribou/caribou-0.4.14.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/caribou/caribou-0.4.14.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/caribou/caribou-0.4.14.ebuild?rev=1.1&content-type=text/plain
45
46 Index: caribou-0.4.14.ebuild
47 ===================================================================
48 # Copyright 1999-2014 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.14.ebuild,v 1.1 2014/09/04 09:41:45 pacho 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-python/pyatspi-2.1.90[${PYTHON_USEDEP}]
88 >=gnome-base/gsettings-desktop-schemas-3
89 gnome-base/librsvg:2
90 sys-apps/dbus
91 "
92 DEPEND="${COMMON_DEPEND}
93 dev-libs/libxslt
94 >=dev-util/intltool-0.35.5
95 virtual/pkgconfig
96 "
97
98 src_prepare() {
99 # delete custom PYTHONPATH, useless on Gentoo and potential bug source
100 # + caribou is python2 only so fix the shell scripts
101 sed -e '/export PYTHONPATH=.*python/ d' \
102 -e "s:@PYTHON@:${EPREFIX}/usr/bin/python2:" \
103 -i bin/{antler-keyboard,caribou-preferences}.in ||
104 die "sed failed"
105
106 gnome2_src_prepare
107
108 prepare_caribou() {
109 mkdir -p "${BUILD_DIR}" || die
110 }
111 python_foreach_impl prepare_caribou
112 }
113
114 src_configure() {
115 ECONF_SOURCE="${S}" python_foreach_impl run_in_build_dir \
116 gnome2_src_configure \
117 --disable-docs \
118 --disable-static \
119 --enable-gtk3-module \
120 --enable-gtk2-module \
121 VALAC=$(type -P true)
122 # vala is not needed for tarball builds, but configure checks for it...
123 }
124
125 src_compile() {
126 python_foreach_impl run_in_build_dir gnome2_src_compile
127 }
128
129 src_test() {
130 python_foreach_impl run_in_build_dir default
131 }
132
133 src_install() {
134 python_foreach_impl run_in_build_dir gnome2_src_install
135 dodoc AUTHORS NEWS README # ChangeLog simply points to git log
136 }