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