diff options
author | Christoph Mende <angelos@gentoo.org> | 2008-09-21 18:06:06 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2008-09-21 18:06:06 +0000 |
commit | 11ee84d3f14bc846107638754d5f0e58d27e2156 (patch) | |
tree | ccae650581daebaca448f0a3dced51d227e9d6aa /x11-misc/notification-daemon-xfce | |
parent | dos2unix on the patch to make it apply. (diff) | |
download | gentoo-2-11ee84d3f14bc846107638754d5f0e58d27e2156.tar.gz gentoo-2-11ee84d3f14bc846107638754d5f0e58d27e2156.tar.bz2 gentoo-2-11ee84d3f14bc846107638754d5f0e58d27e2156.zip |
Added missing gnome2_icon_savelist, bug 237295
(Portage version: 2.2_rc8/cvs/Linux 2.6.27-rc6 x86_64)
Diffstat (limited to 'x11-misc/notification-daemon-xfce')
-rw-r--r-- | x11-misc/notification-daemon-xfce/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/notification-daemon-xfce/notification-daemon-xfce-0.3.7.ebuild | 6 |
2 files changed, 10 insertions, 2 deletions
diff --git a/x11-misc/notification-daemon-xfce/ChangeLog b/x11-misc/notification-daemon-xfce/ChangeLog index 5d8eb9ce474c..1cd6a3fe2efd 100644 --- a/x11-misc/notification-daemon-xfce/ChangeLog +++ b/x11-misc/notification-daemon-xfce/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/notification-daemon-xfce # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon-xfce/ChangeLog,v 1.4 2008/06/27 12:31:31 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon-xfce/ChangeLog,v 1.5 2008/09/21 18:06:06 angelos Exp $ + + 21 Sep 2008; Christoph Mende <angelos@gentoo.org> + notification-daemon-xfce-0.3.7.ebuild: + Added missing gnome2_icon_savelist, bug 237295 27 Jun 2008; Samuli Suominen <drac@gentoo.org> notification-daemon-xfce-0.3.7.ebuild: diff --git a/x11-misc/notification-daemon-xfce/notification-daemon-xfce-0.3.7.ebuild b/x11-misc/notification-daemon-xfce/notification-daemon-xfce-0.3.7.ebuild index 3138d4637ffe..56aa43dfa884 100644 --- a/x11-misc/notification-daemon-xfce/notification-daemon-xfce-0.3.7.ebuild +++ b/x11-misc/notification-daemon-xfce/notification-daemon-xfce-0.3.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $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 $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon-xfce/notification-daemon-xfce-0.3.7.ebuild,v 1.5 2008/09/21 18:06:06 angelos Exp $ EAPI=1 @@ -50,6 +50,10 @@ src_install() { dodoc AUTHORS ChangeLog NEWS README } +pkg_preinst() { + gnome2_icon_savelist +} + pkg_postinst() { gnome2_icon_cache_update } |