Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 203647 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-5.3.ebuild
gnome-colors-5.3.ebuild (text/plain), 1.20 KB, created by
David Abbott (RETIRED)
on 2009-09-09 22:10:28 UTC
(
hide
)
Description:
gnome-colors-5.3.ebuild
Filename:
MIME Type:
Creator:
David Abbott (RETIRED)
Created:
2009-09-09 22:10:28 UTC
Size:
1.20 KB
patch
obsolete
># Copyright 1999-2009 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils gnome2-utils > >DESCRIPTION="A complete, multi-colored suite of themes and icons for Linux." >HOMEPAGE="http://code.google.com/p/gnome-colors" >SRC_URI="http://gnome-colors.googlecode.com/files/${P}.tar.gz" > >LICENSE="GPL-3" >SLOT="0" >KEYWORDS="~x86 ~amd64" >IUSE="" > >DEPEND="" >RDEPEND="" > ># The noble theme is purple >THEMES="noble" >STARTICON="start-here.png" >TRASHFULL="user-trash-full.svg" >TRASHEMPTY="user-trash.svg" >mydest="/usr/share/icons/gnome-noble" > >src_unpack(){ > unpack ${A} > cd ${WORKDIR} > for THEME in $THEMES; do > chown root:root gnome-$THEME; > chmod -R 755 gnome-$THEME; > done; >} > >src_install(){ > cd ${WORKDIR} > dodir /usr/share/icons > dodoc README AUTHORS COPYING > for THEME in $THEMES; do > mv "gnome-$THEME" "${D}/usr/share/icons/"; > done; >} > >pkg_postinst() { > gnome2_icon_cache_update; > mv "${FILESDIR}"/${STARTICON} "${mydest}/24x24/places/" > mv "${FILESDIR}"/${TRASHFULL} "${mydest}/scalable/places/" > mv "${FILESDIR}"/${TRASHEMPTY} "${mydest}/scalable/places/" >} > >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