diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-07-30 21:01:34 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-07-30 21:01:34 +0000 |
commit | 8b34e236b8a919f3abe9dd069640786197a2eeb4 (patch) | |
tree | 830d19c6b3ffd988bd293e561ee5dfd8deaf0f6a /x11-misc/notify-osd | |
parent | Include osd.c for savedconfig.eclass kept files to make fullscreen mode behav... (diff) | |
download | gentoo-2-8b34e236b8a919f3abe9dd069640786197a2eeb4.tar.gz gentoo-2-8b34e236b8a919f3abe9dd069640786197a2eeb4.tar.bz2 gentoo-2-8b34e236b8a919f3abe9dd069640786197a2eeb4.zip |
typo
(Portage version: 2.2.0_alpha116/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/notify-osd')
-rw-r--r-- | x11-misc/notify-osd/ChangeLog | 4 | ||||
-rw-r--r-- | x11-misc/notify-osd/notify-osd-0.9.34.ebuild | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/x11-misc/notify-osd/ChangeLog b/x11-misc/notify-osd/ChangeLog index 3d15fe493200..51511997c4ca 100644 --- a/x11-misc/notify-osd/ChangeLog +++ b/x11-misc/notify-osd/ChangeLog @@ -1,9 +1,9 @@ # ChangeLog for x11-misc/notify-osd # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/notify-osd/ChangeLog,v 1.17 2012/07/30 20:59:57 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/notify-osd/ChangeLog,v 1.18 2012/07/30 21:01:34 ssuominen Exp $ 30 Jul 2012; Samuli Suominen <ssuominen@gentoo.org> notify-osd-0.9.34.ebuild: - Include osd.c for savedconfig.eclass kept files to make fullscreen mode + Include dnd.c for savedconfig.eclass kept files to make fullscreen mode behavior adjustable with a sledge hammer wrt #428134 05 May 2012; Jeff Horelick <jdhore@gentoo.org> notify-osd-0.9.34.ebuild: diff --git a/x11-misc/notify-osd/notify-osd-0.9.34.ebuild b/x11-misc/notify-osd/notify-osd-0.9.34.ebuild index b2f4a4a1a780..66539defcd85 100644 --- a/x11-misc/notify-osd/notify-osd-0.9.34.ebuild +++ b/x11-misc/notify-osd/notify-osd-0.9.34.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/notify-osd/notify-osd-0.9.34.ebuild,v 1.4 2012/07/30 20:59:57 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/notify-osd/notify-osd-0.9.34.ebuild,v 1.5 2012/07/30 21:01:34 ssuominen Exp $ EAPI=4 inherit autotools gnome2-utils multilib savedconfig @@ -36,7 +36,7 @@ DOCS=( AUTHORS ChangeLog NEWS README TODO ) src_prepare() { sed -i -e 's:noinst_PROG:check_PROG:' tests/Makefile.am || die - restore_config src/{bubble,defaults,osd}.c #428134 + restore_config src/{bubble,defaults,dnd}.c #428134 eautoreconf } @@ -46,7 +46,7 @@ src_configure() { src_install() { default - save_config src/{bubble,defaults,osd}.c + save_config src/{bubble,defaults,dnd}.c rm -f "${ED}"/usr/share/${PN}/icons/*/*/*/README } |