Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnome-extra/deskbar-applet: ChangeLog deskbar-applet-2.22.3.ebuild
Date: Wed, 02 Jul 2008 21:45:27
Message-Id: E1KEA8g-00085r-1C@stork.gentoo.org
1 eva 08/07/02 21:45:22
2
3 Modified: ChangeLog
4 Added: deskbar-applet-2.22.3.ebuild
5 Log:
6 bump to 2.22.3. Bug fixes and translation updates.
7 (Portage version: 2.2_rc1/cvs/Linux 2.6.24-gentoo-r8-mactel x86_64)
8
9 Revision Changes Path
10 1.87 gnome-extra/deskbar-applet/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/deskbar-applet/ChangeLog?rev=1.87&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/deskbar-applet/ChangeLog?rev=1.87&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/deskbar-applet/ChangeLog?r1=1.86&r2=1.87
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/gnome-extra/deskbar-applet/ChangeLog,v
19 retrieving revision 1.86
20 retrieving revision 1.87
21 diff -u -r1.86 -r1.87
22 --- ChangeLog 29 Jun 2008 20:41:36 -0000 1.86
23 +++ ChangeLog 2 Jul 2008 21:45:21 -0000 1.87
24 @@ -1,6 +1,12 @@
25 # ChangeLog for gnome-extra/deskbar-applet
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/deskbar-applet/ChangeLog,v 1.86 2008/06/29 20:41:36 eva Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/deskbar-applet/ChangeLog,v 1.87 2008/07/02 21:45:21 eva Exp $
29 +
30 +*deskbar-applet-2.22.3 (02 Jul 2008)
31 +
32 + 02 Jul 2008; Gilles Dartiguelongue <eva@g.o>
33 + +deskbar-applet-2.22.3.ebuild:
34 + bump to 2.22.3. Bug fixes and translation updates.
35
36 29 Jun 2008; Gilles Dartiguelongue <eva@g.o>
37 -files/deskbar-applet-2.15.3-multilib.patch, deskbar-applet-2.20.3.ebuild,
38
39
40
41 1.1 gnome-extra/deskbar-applet/deskbar-applet-2.22.3.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/deskbar-applet/deskbar-applet-2.22.3.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/deskbar-applet/deskbar-applet-2.22.3.ebuild?rev=1.1&content-type=text/plain
45
46 Index: deskbar-applet-2.22.3.ebuild
47 ===================================================================
48 # Copyright 1999-2008 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/gnome-extra/deskbar-applet/deskbar-applet-2.22.3.ebuild,v 1.1 2008/07/02 21:45:21 eva Exp $
51
52 inherit gnome2 eutils autotools python
53
54 DESCRIPTION="An Omnipresent Versatile Search Interface"
55 HOMEPAGE="http://raphael.slinckx.net/deskbar/"
56
57 LICENSE="GPL-2"
58 SLOT="0"
59 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
60 IUSE="eds spell"
61
62 # TODO: check if gnome-doc-utils doesn't imply scrollkeeper
63
64 RDEPEND=">=dev-lang/python-2.4
65 >=x11-libs/gtk+-2.10
66 >=dev-python/pygtk-2.10
67 >=dev-python/gnome-python-2.10
68 >=gnome-base/gnome-desktop-2.10
69 >=dev-python/dbus-python-0.80.2
70 >=dev-python/gnome-python-desktop-2.14.0
71 >=gnome-base/gconf-2
72 eds? ( >=gnome-extra/evolution-data-server-1.7.92 )
73 spell? ( >=gnome-extra/gnome-utils-2.16.2 )"
74 DEPEND="${RDEPEND}
75 sys-devel/gettext
76 >=dev-util/intltool-0.35
77 >=sys-devel/autoconf-2.60
78 app-text/scrollkeeper
79 app-text/gnome-doc-utils
80 dev-util/pkgconfig"
81
82 DOCS="AUTHORS ChangeLog NEWS README TODO"
83
84 pkg_setup() {
85 G2CONF="${G2CONF} $(use_enable eds evolution) --exec-prefix=/usr --disable-scrollkeeper"
86 }
87
88 src_unpack() {
89 gnome2_src_unpack
90
91 # Fix installing libs into pythondir
92 epatch "${FILESDIR}"/${PN}-2.19.5-multilib.patch
93
94 # disable pyc compiling
95 mv py-compile py-compile.orig
96 ln -s $(type -P true) py-compile
97
98 AT_M4DIR="m4" eautoreconf
99 }
100
101 pkg_postinst() {
102 gnome2_pkg_postinst
103
104 python_version
105 python_mod_optimize /usr/$(get_libdir)/python${PYVER}/site-packages/deskbar
106 python_mod_optimize /usr/$(get_libdir)/deskbar-applet/modules-2.20-compatible
107
108 ebeep 5
109 ewarn "The dictionary plugin in deskbar-applet uses the dictionary from "
110 ewarn "gnome-extra/gnome-utils. If it is not present, the dictionary "
111 ewarn "plugin will fail silently."
112 epause 5
113 }
114
115 pkg_postrm() {
116 gnome2_pkg_postrm
117 python_mod_cleanup /usr/$(get_libdir)/python*/site-packages/deskbar
118 python_mod_cleanup /usr/$(get_libdir)/deskbar-applet/modules-2.20-compatible
119 }
120
121
122
123 --
124 gentoo-commits@l.g.o mailing list