Gentoo Archives: gentoo-commits

From: "Nirbheek Chauhan (nirbheek)" <nirbheek@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-accessibility/caribou: ChangeLog caribou-0.4.3.ebuild
Date: Sat, 01 Sep 2012 17:16:07
Message-Id: 20120901171554.6984A20EE3@flycatcher.gentoo.org
1 nirbheek 12/09/01 17:15:54
2
3 Modified: ChangeLog
4 Added: caribou-0.4.3.ebuild
5 Log:
6 Bump to 0.4.3, bug fixes and translation updates
7
8 (Portage version: 2.2.0_alpha121/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.9 app-accessibility/caribou/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/caribou/ChangeLog?rev=1.9&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/caribou/ChangeLog?rev=1.9&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/caribou/ChangeLog?r1=1.8&r2=1.9
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-accessibility/caribou/ChangeLog,v
20 retrieving revision 1.8
21 retrieving revision 1.9
22 diff -u -r1.8 -r1.9
23 --- ChangeLog 14 May 2012 00:53:54 -0000 1.8
24 +++ ChangeLog 1 Sep 2012 17:15:53 -0000 1.9
25 @@ -1,6 +1,11 @@
26 # ChangeLog for app-accessibility/caribou
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/caribou/ChangeLog,v 1.8 2012/05/14 00:53:54 tetromino Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/caribou/ChangeLog,v 1.9 2012/09/01 17:15:53 nirbheek Exp $
30 +
31 +*caribou-0.4.3 (01 Sep 2012)
32 +
33 + 01 Sep 2012; Nirbheek Chauhan <nirbheek@g.o> +caribou-0.4.3.ebuild:
34 + Bump to 0.4.3, bug fixes and translation updates
35
36 *caribou-0.4.2 (14 May 2012)
37
38
39
40
41 1.1 app-accessibility/caribou/caribou-0.4.3.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/caribou/caribou-0.4.3.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/caribou/caribou-0.4.3.ebuild?rev=1.1&content-type=text/plain
45
46 Index: caribou-0.4.3.ebuild
47 ===================================================================
48 # Copyright 1999-2012 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.3.ebuild,v 1.1 2012/09/01 17:15:54 nirbheek Exp $
51
52 EAPI="4"
53 GCONF_DEBUG="no"
54 GNOME2_LA_PUNT="yes"
55 PYTHON_DEPEND="2:2.5"
56 PYTHON_USE_WITH="xml"
57
58 inherit gnome2 python
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="~amd64 ~x86"
66 IUSE=""
67
68 COMMON_DEPEND=">=dev-python/pygobject-2.90.3:3
69 >=x11-libs/gtk+-3.0.0:3[introspection]
70 x11-libs/gtk+:2
71 >=dev-libs/gobject-introspection-0.10.7
72 dev-libs/libgee:0
73 dev-libs/libxml2
74 >=media-libs/clutter-1.5.11:1.0[introspection]
75 x11-libs/libX11
76 x11-libs/libxklavier
77 x11-libs/libXtst"
78 # gsettings-desktop-schemas is needed for the 'toolkit-accessibility' key
79 # pyatspi-2.1.90 needed to run caribou if pygobject:3 is installed
80 # librsvg needed to load svg images in css styles
81 RDEPEND="${COMMON_DEPEND}
82 dev-python/dbus-python
83 >=dev-python/pyatspi-2.1.90
84 >=gnome-base/gsettings-desktop-schemas-3
85 gnome-base/librsvg:2
86 sys-apps/dbus"
87 DEPEND="${COMMON_DEPEND}
88 app-text/gnome-doc-utils
89 dev-libs/libxslt
90 >=dev-util/intltool-0.35.5
91 virtual/pkgconfig"
92
93 DOCS="AUTHORS ChangeLog NEWS README"
94
95 pkg_setup() {
96 G2CONF="${G2CONF}
97 --disable-static
98 --disable-schemas-compile
99 --enable-gtk3-module
100 --enable-gtk2-module
101 PYTHON=${EPREFIX}/usr/bin/python2
102 VALAC=$(type -P valac-0.14)" # harmless even if valac-0.14 not found
103 # PYTHON is substituted into several installed shell scripts
104 # vala is not needed for tarball builds, but configure checks for it...
105 python_set_active_version 2
106 python_pkg_setup
107 }
108
109 src_prepare() {
110 # delete custom PYTHONPATH, useless on Gentoo and potential bug source
111 sed -e '/export PYTHONPATH=.*python/ d' \
112 -i bin/{antler-keyboard,caribou,caribou-preferences}.in ||
113 die "sed failed"
114
115 python_clean_py-compile_files
116
117 gnome2_src_prepare
118 }
119
120 pkg_postinst() {
121 gnome2_pkg_postinst
122 python_mod_optimize caribou
123 }
124
125 pkg_postrm() {
126 gnome2_pkg_postrm
127 python_mod_cleanup caribou
128 }