Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 204406 Details for
Bug 284364
LiveDVD 10.0 Gnome Theme for DVD
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
gnome-colors-common-5.3.ebuild
gnome-colors-common-5.3.ebuild (text/plain), 1.24 KB, created by
Pacho Ramos
on 2009-09-17 10:59:48 UTC
(
hide
)
Description:
gnome-colors-common-5.3.ebuild
Filename:
MIME Type:
Creator:
Pacho Ramos
Created:
2009-09-17 10:59:48 UTC
Size:
1.24 KB
patch
obsolete
># Copyright 1999-2009 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI=2 >inherit gnome2-utils > >DESCRIPTION="Colorized icons commonly used by all gnome-colors iconsets" >HOMEPAGE="http://code.google.com/p/gnome-colors/" > >SRC_URI="http://gnome-colors.googlecode.com/files/gnome-colors-${PV}.tar.gz > http://www.mail-archive.com/tango-artists@lists.freedesktop.org/msg00043/tango-gentoo-v1.1.tar.gz" > >LICENSE="GPL-2 public-domain" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="" > >RDEPEND="x11-themes/gnome-icon-theme" >DEPEND="" >RESTRICT="binchecks strip" > >src_prepare() { > for i in 16 22 24 32 ; do > cp tango-gentoo-v1.1/${i}x${i}/gentoo.png \ > gnome-colors-common/${i}x${i}/places/start-here.png \ > || die "Copying gentoo logos failed" > done > cp tango-gentoo-v1.1/scalable/gentoo.svg \ > gnome-colors-common/scalable/places/start-here.svg \ > || die "Copying scalable logo failed" >} > >src_compile() { > einfo "Nothing to compile" >} > >src_install() { > dodir /usr/share/icons > insinto /usr/share/icons > doins -r "${WORKDIR}/${PN}" || die "Installing icons failed" > dodoc AUTHORS ChangeLog README >} > >pkg_preinst() { > gnome2_icon_savelist >} > >pkg_postinst() { > gnome2_icon_cache_update >} > >pkg_postrm() { > gnome2_icon_cache_update >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 284364
:
203647
|
203668
|
204334
| 204406 |
204468
|
208947
|
208950