Gentoo Archives: gentoo-commits

From: "Samuli Suominen (drac)" <drac@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/notification-daemon-xfce: notification-daemon-xfce-0.3.7.ebuild ChangeLog
Date: Fri, 27 Jun 2008 12:31:38
Message-Id: E1KCD6y-0007WA-8M@stork.gentoo.org
1 drac 08/06/27 12:31:32
2
3 Modified: notification-daemon-xfce-0.3.7.ebuild ChangeLog
4 Log:
5 Add missing icon cache update by Michal Kurgan, bug 229333.
6 (Portage version: 2.2_rc1/cvs/Linux 2.6.26-rc3 x86_64)
7
8 Revision Changes Path
9 1.4 x11-misc/notification-daemon-xfce/notification-daemon-xfce-0.3.7.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/notification-daemon-xfce/notification-daemon-xfce-0.3.7.ebuild?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/notification-daemon-xfce/notification-daemon-xfce-0.3.7.ebuild?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/notification-daemon-xfce/notification-daemon-xfce-0.3.7.ebuild?r1=1.3&r2=1.4
14
15 Index: notification-daemon-xfce-0.3.7.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon-xfce/notification-daemon-xfce-0.3.7.ebuild,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- notification-daemon-xfce-0.3.7.ebuild 24 Jun 2008 19:57:45 -0000 1.3
22 +++ notification-daemon-xfce-0.3.7.ebuild 27 Jun 2008 12:31:31 -0000 1.4
23 @@ -1,10 +1,10 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon-xfce/notification-daemon-xfce-0.3.7.ebuild,v 1.3 2008/06/24 19:57:45 drac Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon-xfce/notification-daemon-xfce-0.3.7.ebuild,v 1.4 2008/06/27 12:31:31 drac Exp $
28
29 EAPI=1
30
31 -inherit autotools eutils
32 +inherit autotools eutils gnome2-utils
33
34 DESCRIPTION="Port of notification daemon for Xfce Desktop Environment"
35 HOMEPAGE="http://goodies.xfce.org/projects/applications/notification-daemon-xfce"
36 @@ -49,3 +49,11 @@
37 emake DESTDIR="${D}" install || die "emake install failed."
38 dodoc AUTHORS ChangeLog NEWS README
39 }
40 +
41 +pkg_postinst() {
42 + gnome2_icon_cache_update
43 +}
44 +
45 +pkg_postrm() {
46 + gnome2_icon_cache_update
47 +}
48
49
50
51 1.4 x11-misc/notification-daemon-xfce/ChangeLog
52
53 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/notification-daemon-xfce/ChangeLog?rev=1.4&view=markup
54 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/notification-daemon-xfce/ChangeLog?rev=1.4&content-type=text/plain
55 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/notification-daemon-xfce/ChangeLog?r1=1.3&r2=1.4
56
57 Index: ChangeLog
58 ===================================================================
59 RCS file: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon-xfce/ChangeLog,v
60 retrieving revision 1.3
61 retrieving revision 1.4
62 diff -u -r1.3 -r1.4
63 --- ChangeLog 24 Jun 2008 19:57:45 -0000 1.3
64 +++ ChangeLog 27 Jun 2008 12:31:31 -0000 1.4
65 @@ -1,6 +1,10 @@
66 # ChangeLog for x11-misc/notification-daemon-xfce
67 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
68 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon-xfce/ChangeLog,v 1.3 2008/06/24 19:57:45 drac Exp $
69 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon-xfce/ChangeLog,v 1.4 2008/06/27 12:31:31 drac Exp $
70 +
71 + 27 Jun 2008; Samuli Suominen <drac@g.o>
72 + notification-daemon-xfce-0.3.7.ebuild:
73 + Add missing icon cache update by Michal Kurgan, bug 229333.
74
75 24 Jun 2008; Samuli Suominen <drac@g.o>
76 notification-daemon-xfce-0.3.7.ebuild:
77
78
79
80 --
81 gentoo-commits@l.g.o mailing list