diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-07-30 20:59:57 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-07-30 20:59:57 +0000 |
commit | 5c4bf32520521b72a3567ef57fdb6320fb281544 (patch) | |
tree | 6375264eeae38b77b682ce5a6deff5f8b1c01a9b /x11-misc/notify-osd | |
parent | Pull in dev-util/dbus-test-runner and use virtualx.eclass for src_test() wrt ... (diff) | |
download | gentoo-2-5c4bf32520521b72a3567ef57fdb6320fb281544.tar.gz gentoo-2-5c4bf32520521b72a3567ef57fdb6320fb281544.tar.bz2 gentoo-2-5c4bf32520521b72a3567ef57fdb6320fb281544.zip |
Include osd.c for savedconfig.eclass kept files to make fullscreen mode behavior adjustable with a sledge hammer wrt #428134
(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 | 6 | ||||
-rw-r--r-- | x11-misc/notify-osd/notify-osd-0.9.34.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/x11-misc/notify-osd/ChangeLog b/x11-misc/notify-osd/ChangeLog index 4946157124fa..3d15fe493200 100644 --- a/x11-misc/notify-osd/ChangeLog +++ b/x11-misc/notify-osd/ChangeLog @@ -1,6 +1,10 @@ # 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.16 2012/05/05 04:53:41 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/notify-osd/ChangeLog,v 1.17 2012/07/30 20:59:57 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 + behavior adjustable with a sledge hammer wrt #428134 05 May 2012; Jeff Horelick <jdhore@gentoo.org> notify-osd-0.9.34.ebuild: dev-util/pkgconfig -> virtual/pkgconfig 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 a081b98674ff..b2f4a4a1a780 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.3 2012/05/05 04:53:41 jdhore Exp $ +# $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 $ 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}.c + restore_config src/{bubble,defaults,osd}.c #428134 eautoreconf } @@ -46,7 +46,7 @@ src_configure() { src_install() { default - save_config src/{bubble,defaults}.c + save_config src/{bubble,defaults,osd}.c rm -f "${ED}"/usr/share/${PN}/icons/*/*/*/README } |