diff options
author | Michael Januszewski <spock@gentoo.org> | 2010-08-20 13:41:25 +0000 |
---|---|---|
committer | Michael Januszewski <spock@gentoo.org> | 2010-08-20 13:41:25 +0000 |
commit | a133bcc688fdee7a952b741ef9578747bf1d8c1e (patch) | |
tree | c6a2d00f9e6548bf3ec7c162aeb6d0e83009aec0 /media-gfx | |
parent | Install shared object where patron itself expects it to be. (diff) | |
download | gentoo-2-a133bcc688fdee7a952b741ef9578747bf1d8c1e.tar.gz gentoo-2-a133bcc688fdee7a952b741ef9578747bf1d8c1e.tar.bz2 gentoo-2-a133bcc688fdee7a952b741ef9578747bf1d8c1e.zip |
Add natural_gentoo pictures and config for 1366x768 (bug #333057, contributed by Wilfried Holzke).
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/splash-themes-gentoo/ChangeLog | 9 | ||||
-rw-r--r-- | media-gfx/splash-themes-gentoo/splash-themes-gentoo-20100820.ebuild | 35 |
2 files changed, 43 insertions, 1 deletions
diff --git a/media-gfx/splash-themes-gentoo/ChangeLog b/media-gfx/splash-themes-gentoo/ChangeLog index 7b2cde1718d5..74d55497a497 100644 --- a/media-gfx/splash-themes-gentoo/ChangeLog +++ b/media-gfx/splash-themes-gentoo/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for media-gfx/splash-themes-gentoo # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/splash-themes-gentoo/ChangeLog,v 1.18 2010/07/31 22:04:58 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/splash-themes-gentoo/ChangeLog,v 1.19 2010/08/20 13:41:25 spock Exp $ + +*splash-themes-gentoo-20100820 (20 Aug 2010) + + 20 Aug 2010; Michał Januszewski <spock@gentoo.org> + +splash-themes-gentoo-20100820.ebuild: + Add natural_gentoo pictures and config for 1366x768 (bug #333057, + contributed by Wilfried Holzke). 31 Jul 2010; Markos Chandras <hwoarang@gentoo.org> splash-themes-gentoo-20100302.ebuild: diff --git a/media-gfx/splash-themes-gentoo/splash-themes-gentoo-20100820.ebuild b/media-gfx/splash-themes-gentoo/splash-themes-gentoo-20100820.ebuild new file mode 100644 index 000000000000..901f138fe8b7 --- /dev/null +++ b/media-gfx/splash-themes-gentoo/splash-themes-gentoo-20100820.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/splash-themes-gentoo/splash-themes-gentoo-20100820.ebuild,v 1.1 2010/08/20 13:41:25 spock Exp $ + +EAPI="2" + +DESCRIPTION="A collection of Gentoo themes for splashutils." +HOMEPAGE="http://dev.gentoo.org/~spock/" +SRC_URI="mirror://gentoo/fbsplash-theme-emergence-r2.tar.bz2 + mirror://gentoo/fbsplash-theme-gentoo-r2.tar.bz2 + mirror://gentoo/fbsplash-theme-emerge-world-1.0.tar.bz2 + http://fbsplash.berlios.de/themes/repo/natural_gentoo-9.0-r1.tar.bz2" +IUSE="" +LICENSE="freedist" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +RDEPEND=">=media-gfx/splashutils-1.1.9.5[png]" +DEPEND="${RDEPEND}" +RESTRICT="binchecks strip" + +src_prepare() { + sed -i -e 's/natural-gentoo/natural_gentoo/g' "${WORKDIR}"/natural_gentoo/*.cfg +} + +src_install() { + dodir /etc/splash/{emergence,gentoo,natural_gentoo,emerge-world} + cp -pR "${WORKDIR}"/{emergence,gentoo,natural_gentoo,emerge-world} "${D}/etc/splash" +} + +pkg_postinst() { + elog "The upstream tarball for the 'Natural Gentoo' theme also contains a GRUB" + elog "splash image which is not installed by this ebuild. See:" + elog " http://www.kde-look.org/content/show.php?content=49074" + elog "if you are interested in this." +} |