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/dasher: ChangeLog dasher-4.7.0.ebuild
Date: Sat, 29 Mar 2008 21:37:33
Message-Id: E1Jfijz-0000EL-4w@stork.gentoo.org
1 eva 08/03/29 21:37:31
2
3 Modified: ChangeLog
4 Added: dasher-4.7.0.ebuild
5 Log:
6 bump to 4.7.0
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.122 app-accessibility/dasher/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/dasher/ChangeLog?rev=1.122&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/dasher/ChangeLog?rev=1.122&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/dasher/ChangeLog?r1=1.121&r2=1.122
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-accessibility/dasher/ChangeLog,v
19 retrieving revision 1.121
20 retrieving revision 1.122
21 diff -u -r1.121 -r1.122
22 --- ChangeLog 29 Nov 2007 05:01:46 -0000 1.121
23 +++ ChangeLog 29 Mar 2008 21:37:30 -0000 1.122
24 @@ -1,6 +1,12 @@
25 # ChangeLog for app-accessibility/dasher
26 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/dasher/ChangeLog,v 1.121 2007/11/29 05:01:46 jer Exp $
28 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/dasher/ChangeLog,v 1.122 2008/03/29 21:37:30 eva Exp $
30 +
31 +*dasher-4.7.0 (29 Mar 2008)
32 +
33 + 29 Mar 2008; Gilles Dartiguelongue <eva@g.o>
34 + +files/dasher-4.7.0-as-needed.patch, +dasher-4.7.0.ebuild:
35 + bump to 4.7.0
36
37 29 Nov 2007; Jeroen Roovers <jer@g.o>
38 +files/dasher-4.6.1-lldiv.patch, dasher-4.6.1.ebuild:
39
40
41
42 1.1 app-accessibility/dasher/dasher-4.7.0.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/dasher/dasher-4.7.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/dasher/dasher-4.7.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: dasher-4.7.0.ebuild
48 ===================================================================
49 # Copyright 1999-2008 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/app-accessibility/dasher/dasher-4.7.0.ebuild,v 1.1 2008/03/29 21:37:30 eva Exp $
52
53 WANT_AUTOCONF="2.5"
54 WANT_AUTOMAKE="1.8"
55
56 inherit autotools eutils gnome2
57
58 DESCRIPTION="A text entry interface, driven by continuous pointing gestures"
59 HOMEPAGE="http://www.inference.phy.cam.ac.uk/dasher/"
60
61 LICENSE="GPL-2"
62 SLOT="0"
63 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
64
65 IUSE="accessibility cairo gnome"
66
67 # The package claims to support 'qte', but it hasn't been tested.
68 # Any patches from someone who can test it are welcome.
69 # <leonardop@g.o>
70 RDEPEND=">=dev-libs/glib-2.6
71 dev-libs/expat
72 >=x11-libs/gtk+-2.6
73 >=gnome-base/gconf-2
74 >=gnome-base/libglade-2
75 gnome? (
76 >=gnome-base/libgnome-2
77 >=gnome-base/libgnomeui-2
78 >=gnome-base/gnome-vfs-2 )
79 accessibility? (
80 app-accessibility/gnome-speech
81 >=gnome-base/libbonobo-2
82 >=gnome-base/orbit-2
83 >=gnome-base/libgnomeui-2
84 >=gnome-extra/at-spi-1
85 dev-libs/atk )
86 cairo? ( >=x11-libs/gtk+-2.8 )
87 x11-libs/libX11
88 x11-libs/libXtst
89 x11-libs/libXt"
90 DEPEND="${RDEPEND}
91 >=dev-util/intltool-0.35
92 >=dev-util/pkgconfig-0.9
93 gnome? (
94 >=app-text/gnome-doc-utils-0.3.2
95 app-text/scrollkeeper )
96 x11-proto/xextproto
97 x11-proto/xproto"
98
99 DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README"
100
101 pkg_setup() {
102 # we might want to support japanese and chinese input at some point
103 # --enable-japanese
104 # --enable-chinese
105 # --enable-tilt (tilt sensor support)
106
107 G2CONF="--disable-scrollkeeper
108 $(use_enable accessibility a11y)
109 $(use_enable accessibility speech)
110 $(use_with cairo)
111 $(use_with gnome)"
112 }
113
114 src_unpack() {
115 gnome2_src_unpack
116
117 sed -i -e 's:gtk-update-icon-cache:true:' ./Data/Makefile.am
118
119 # Fix build with --as-needed (upstream bug #525028)
120 epatch "${FILESDIR}/${PN}-4.7.0-as-needed.patch"
121
122 # Patches to fix compilation when USE=-gnome is used
123 # (bug #165154 and bug #189307)
124 epatch "${FILESDIR}/${PN}-4.4.0-gnome_help.patch"
125 epatch "${FILESDIR}/${PN}-4.6.1-gnome.patch"
126
127 # Fix compilation with glibc-2.5
128 epatch "${FILESDIR}/${PN}-4.6.1-lldiv.patch"
129
130 # Fix tests (upstream bug #525035)
131 echo "Data/dasher.desktop.in" >> po/POTFILES.in
132
133 eautoreconf
134 intltoolize --force || die "intltoolize failed"
135 }
136
137
138
139 --
140 gentoo-commits@l.g.o mailing list