summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Januszewski <spock@gentoo.org>2010-12-12 13:23:07 +0000
committerMichael Januszewski <spock@gentoo.org>2010-12-12 13:23:07 +0000
commitbfeac123cad52803c11606d910a8d5555b28d386 (patch)
treeca27a1008d6b4617e231da3af9b830c0fdd8b3dd /media-gfx/splash-themes-gentoo
parentversion bump for bug 348365 by Boris Faure <billiob AT gmail DOT com> (diff)
downloadgentoo-2-bfeac123cad52803c11606d910a8d5555b28d386.tar.gz
gentoo-2-bfeac123cad52803c11606d910a8d5555b28d386.tar.bz2
gentoo-2-bfeac123cad52803c11606d910a8d5555b28d386.zip
Add images and config file for 1600x900 (bug #342421).
(Portage version: 2.1.9.25/cvs/Linux x86_64)
Diffstat (limited to 'media-gfx/splash-themes-gentoo')
-rw-r--r--media-gfx/splash-themes-gentoo/ChangeLog8
-rw-r--r--media-gfx/splash-themes-gentoo/splash-themes-gentoo-20101212.ebuild35
2 files changed, 42 insertions, 1 deletions
diff --git a/media-gfx/splash-themes-gentoo/ChangeLog b/media-gfx/splash-themes-gentoo/ChangeLog
index 74d55497a497..244cf2d18de9 100644
--- a/media-gfx/splash-themes-gentoo/ChangeLog
+++ b/media-gfx/splash-themes-gentoo/ChangeLog
@@ -1,6 +1,12 @@
# 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.19 2010/08/20 13:41:25 spock Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/splash-themes-gentoo/ChangeLog,v 1.20 2010/12/12 13:23:07 spock Exp $
+
+*splash-themes-gentoo-20101212 (12 Dec 2010)
+
+ 12 Dec 2010; Michał Januszewski <spock@gentoo.org>
+ +splash-themes-gentoo-20101212.ebuild:
+ Add images and config file for 1600x900 (bug #342421).
*splash-themes-gentoo-20100820 (20 Aug 2010)
diff --git a/media-gfx/splash-themes-gentoo/splash-themes-gentoo-20101212.ebuild b/media-gfx/splash-themes-gentoo/splash-themes-gentoo-20101212.ebuild
new file mode 100644
index 000000000000..d92ceea4e014
--- /dev/null
+++ b/media-gfx/splash-themes-gentoo/splash-themes-gentoo-20101212.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-20101212.ebuild,v 1.1 2010/12/12 13:23:07 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-r2.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."
+}