Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 186741 - x11-themes/gtk-engines-nimbus (new ebuild)
Summary: x11-themes/gtk-engines-nimbus (new ebuild)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Diego Elio Pettenò (RETIRED)
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2007-07-27 00:37 UTC by Mariusz
Modified: 2007-10-20 17:10 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
GTK+2 Theme Engine from Sun Microsystems, Inc. (gtk-engines-nimbus-0.0.7.ebuild,941 bytes, text/plain)
2007-07-27 00:39 UTC, Mariusz
Details
version bump (gtk-engines-nimbus-0.0.8.ebuild,941 bytes, text/plain)
2007-08-09 13:50 UTC, Mariusz
Details
version bump (gtk-engines-nimbus-0.0.9.ebuild,892 bytes, text/plain)
2007-10-17 21:30 UTC, Mariusz
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Mariusz 2007-07-27 00:37:24 UTC
Please consider adding to the portage a new GTK "Look-and-Feel" theme called Nimbus, designed by Sun Microsystems. More about this theme: http://www.swinglabs.org.

This is my personal ebuild. I suggest x11-themes/gtk-engines-nimbus.

Best regards,

Mariusz.
Comment 1 Mariusz 2007-07-27 00:39:39 UTC
Created attachment 126100 [details]
GTK+2 Theme Engine from Sun Microsystems, Inc.
Comment 2 Mariusz 2007-07-27 11:07:34 UTC
Comment on attachment 126100 [details]
GTK+2 Theme Engine from Sun Microsystems, Inc.

><HTML><HEAD/><BODY><PRE># Copyright 1999-2007 Gentoo Foundation
># Distributed under the terms of the GNU General Public License v2
># $Header: $
>
>inherit eutils autotools
>
>DESCRIPTION="GTK+2 Theme Engine from Sun Microsystems, Inc."
>HOMEPAGE="http://dlc.sun.com/osol/jds/downloads/extras/"
>
>MY_P="nimbus-${PV}"
>
>SRC_URI="http://dlc.sun.com/osol/jds/downloads/extras/${MY_P}.tar.bz2"
>
>LICENSE="LGPL"
>SLOT="0"
>KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 sparc x86 ~x86-fbsd"
>
>IUSE=""
>
>DEPEND="&gt;=x11-libs/gtk+-2.0
>	&gt;=x11-misc/icon-naming-utils-0.8.1"
>RDEPEND="${DEPEND}"
>
>S="${WORKDIR}/${MY_P}"
>
>src_unpack() {
>    unpack ${A}
>}
>			
>src_compile() {	
>	cd "${S}"
>
>	intltoolize --force
>	eaclocal
>	eautomake
>	eautoconf
>
>	econf || die "econf failed"
>	emake || die "emake failed"
>}
>
>src_install() {
>	emake DESTDIR="${D}" install || die "emake install failed"
>}
>
>pkg_postinst() {
>	einfo "Updating Icon Cache"
>	gtk-update-icon-cache -qf /usr/share/icons/nimbus
>}
>						</PRE></BODY></HTML>
Comment 3 Mariusz 2007-08-09 13:50:30 UTC
Created attachment 127361 [details]
version bump
Comment 4 Diego Elio Pettenò (RETIRED) gentoo-dev 2007-10-17 14:42:44 UTC
Will take care of this once my system is back up (a couple of days from now), I maintained a copy of nimbus on my overlay too, was waiting to see if somebody requested it for main portage.

Comment 5 Mariusz 2007-10-17 21:30:12 UTC
Created attachment 133715 [details]
version bump

remove untested platforms
Comment 6 Diego Elio Pettenò (RETIRED) gentoo-dev 2007-10-20 17:10:04 UTC
Okay done in tree, please open a bug to request ~x86 keywording.