Gentoo Archives: gentoo-commits

From: "Daniel Gryniewicz (dang)" <dang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-im/empathy: ChangeLog empathy-0.21.90.ebuild
Date: Sun, 10 Feb 2008 01:19:22
Message-Id: E1JO0ql-0003rM-4G@stork.gentoo.org
1 dang 08/02/10 01:19:19
2
3 Modified: ChangeLog
4 Added: empathy-0.21.90.ebuild
5 Log:
6 Bump to 0.21.90
7 - Change "new message" dialog to "new conversation" and make possible to do
8 voip call. (xclaesse).
9 - Try to load dtd and glade files from the srcdir. (xclaesse).
10 - Add a property to have or not groups on EmpathyContactListStore (xclaesse).
11 - Add a features property on EmpathyContactListView to enable/disable each
12 action. (xclaesse).
13 - Add a program to show chat logs (xclaesse).
14 - Add a cancel button on the custom message diaog (xclaesse).
15 - Unset account parameter if user gives an empthy value. (xclaesse).
16 - Show/Hide main window when changing corresponding gcong key. (xclaesse).
17 Bugs fixed:
18 - improve accounts dialog (xclaesse)
19 - New UI for Jabber accounts (xclaesse)
20 - empathy is showing off-line contacts before on-line ones (xclaesse)
21 - Ellipsize error button (xclaesse)
22 - account has to be selected to (un)check its checkbox (Carl-Anton
23 Ingmarsson)
24 - Nickname should be in the main section of the preferences for salut
25 accounts (Marco Barisione)
26 - Do not be automatically set published name for new salut accounts (Marco
27 Barisione)
28 - Empathy HEAD doesn't build (Guillaume Desmottes)
29 (Portage version: 2.1.4.1)
30
31 Revision Changes Path
32 1.15 net-im/empathy/ChangeLog
33
34 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/empathy/ChangeLog?rev=1.15&view=markup
35 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/empathy/ChangeLog?rev=1.15&content-type=text/plain
36 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/empathy/ChangeLog?r1=1.14&r2=1.15
37
38 Index: ChangeLog
39 ===================================================================
40 RCS file: /var/cvsroot/gentoo-x86/net-im/empathy/ChangeLog,v
41 retrieving revision 1.14
42 retrieving revision 1.15
43 diff -u -r1.14 -r1.15
44 --- ChangeLog 16 Jan 2008 22:11:15 -0000 1.14
45 +++ ChangeLog 10 Feb 2008 01:19:18 -0000 1.15
46 @@ -1,6 +1,33 @@
47 # ChangeLog for net-im/empathy
48 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
49 -# $Header: /var/cvsroot/gentoo-x86/net-im/empathy/ChangeLog,v 1.14 2008/01/16 22:11:15 coldwind Exp $
50 +# $Header: /var/cvsroot/gentoo-x86/net-im/empathy/ChangeLog,v 1.15 2008/02/10 01:19:18 dang Exp $
51 +
52 +*empathy-0.21.90 (10 Feb 2008)
53 +
54 + 10 Feb 2008; Daniel Gryniewicz <dang@g.o> +empathy-0.21.90.ebuild:
55 + Bump to 0.21.90
56 + - Change "new message" dialog to "new conversation" and make possible to do
57 + voip call. (xclaesse).
58 + - Try to load dtd and glade files from the srcdir. (xclaesse).
59 + - Add a property to have or not groups on EmpathyContactListStore (xclaesse).
60 + - Add a features property on EmpathyContactListView to enable/disable each
61 + action. (xclaesse).
62 + - Add a program to show chat logs (xclaesse).
63 + - Add a cancel button on the custom message diaog (xclaesse).
64 + - Unset account parameter if user gives an empthy value. (xclaesse).
65 + - Show/Hide main window when changing corresponding gcong key. (xclaesse).
66 + Bugs fixed:
67 + - improve accounts dialog (xclaesse)
68 + - New UI for Jabber accounts (xclaesse)
69 + - empathy is showing off-line contacts before on-line ones (xclaesse)
70 + - Ellipsize error button (xclaesse)
71 + - account has to be selected to (un)check its checkbox (Carl-Anton
72 + Ingmarsson)
73 + - Nickname should be in the main section of the preferences for salut
74 + accounts (Marco Barisione)
75 + - Do not be automatically set published name for new salut accounts (Marco
76 + Barisione)
77 + - Empathy HEAD doesn't build (Guillaume Desmottes)
78
79 *empathy-0.21.5.2 (16 Jan 2008)
80
81
82
83
84 1.1 net-im/empathy/empathy-0.21.90.ebuild
85
86 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/empathy/empathy-0.21.90.ebuild?rev=1.1&view=markup
87 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/empathy/empathy-0.21.90.ebuild?rev=1.1&content-type=text/plain
88
89 Index: empathy-0.21.90.ebuild
90 ===================================================================
91 # Copyright 1999-2008 Gentoo Foundation
92 # Distributed under the terms of the GNU General Public License v2
93 # $Header: /var/cvsroot/gentoo-x86/net-im/empathy/empathy-0.21.90.ebuild,v 1.1 2008/02/10 01:19:18 dang Exp $
94
95 inherit gnome2 eutils versionator
96
97 MAJOR_V="$(get_version_component_range 1-2)"
98
99 DESCRIPTION="Empathy Telepathy client"
100 HOMEPAGE="http://live.gnome.org/Empathy"
101 SRC_URI="http://ftp.gnome.org/pub/GNOME/sources/${PN}/${MAJOR_V}/${P}.tar.bz2"
102
103 LICENSE="GPL-2"
104 SLOT="0"
105 KEYWORDS="~amd64 ~x86"
106 IUSE="python spell test"
107
108 RDEPEND=">=dev-libs/dbus-glib-0.51
109 >=dev-libs/glib-2.14.0
110 >=x11-libs/gtk+-2.12.0
111 >=gnome-base/gconf-2
112 >=gnome-base/libglade-2
113 >=gnome-base/gnome-panel-2.10
114 >=net-libs/libtelepathy-0.3.1
115 >=net-libs/telepathy-glib-0.7.0
116 >=net-im/telepathy-mission-control-4.55
117 dev-libs/libxml2
118 >=gnome-base/gnome-vfs-2
119 >=gnome-extra/evolution-data-server-1.2
120 spell? (
121 app-text/aspell
122 app-text/iso-codes )
123 python? (
124 >=dev-lang/python-2.4.4-r5
125 >=dev-python/pygtk-2 )"
126 DEPEND="${RDEPEND}
127 >=dev-util/intltool-0.35.0
128 >=dev-util/pkgconfig-0.16
129 test? ( >=dev-libs/check-0.9.4 )"
130
131 DOCS="CONTRIBUTORS AUTHORS README"
132
133 pkg_setup() {
134 # NotHere is too broken to be included by default
135 G2CONF="$(use_enable spell aspell)
136 $(use_enable python)
137 --enable-voip=no
138 --enable-megaphone
139 --disable-nothere
140 --disable-gtk-doc"
141 }
142
143 src_install() {
144 gnome2_src_install
145 make_desktop_entry "${PN}" "Empathy" \
146 "/usr/share/icons/hicolor/scalable/apps/${PN}.svg" \
147 "Network;InstantMessaging"
148 }
149
150 pkg_postinst() {
151 gnome2_pkg_postinst
152 echo
153 elog "Empathy needs telepathy's connection managers to use any protocol."
154 elog "You'll need to install connection managers yourself."
155 elog "MSN: net-voip/telepathy-butterfly"
156 elog "Jabber and Gtalk: net-voip/telepathy-gabble"
157 elog "IRC: net-irc/telepathy-idle"
158 }
159
160
161
162 --
163 gentoo-commits@l.g.o mailing list