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