Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 244505 Details for
Bug 334401
x11-themes/shiki-colors: improved ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Improved ebuild with xfwm and metacity use flags
shiki-colors-4.6.ebuild (text/plain), 1.09 KB, created by
Jesús Guerrero Botella (RETIRED)
on 2010-08-25 10:46:01 UTC
(
hide
)
Description:
Improved ebuild with xfwm and metacity use flags
Filename:
MIME Type:
Creator:
Jesús Guerrero Botella (RETIRED)
Created:
2010-08-25 10:46:01 UTC
Size:
1.09 KB
patch
obsolete
># Copyright 1999-2010 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/x11-themes/shiki-colors/shiki-colors-4.6.ebuild,v 1.1 2010/03/14 13:46:29 pacho Exp $ > >EAPI=2 > >DESCRIPTION="Shiki-Colors mixes the elegance of a dark theme with the usability of a light theme" >HOMEPAGE="http://code.google.com/p/gnome-colors/" > >SRC_URI="http://gnome-colors.googlecode.com/files/${P}.tar.gz > http://dev.gentoo.org/~pacho/Shiki-Gentoo-${PV}.tar.bz2" > >LICENSE="GPL-3" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="metacity xfwm" > >RDEPEND="metacity? ( x11-wm/metacity ) > xfwm? ( xfce-base/xfwm4 ) > x11-themes/gtk-engines" >DEPEND="" >RESTRICT="binchecks strip" > >src_unpack() { > unpack ${A} > cd "${WORKDIR}" > > use xfwm || find . -type d -name xfwm4 -print0 | xargs -0 rm -rf > use metacity || find . -type d -name metacity-1 -print0 | xargs -0 rm -rf >} > >src_compile() { > einfo "Nothing to compile" >} > >src_install() { > dodir /usr/share/themes > insinto /usr/share/themes > doins -r "${WORKDIR}"/Shiki* || die "Installing themes failed" > dodoc AUTHORS ChangeLog README >}
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 334401
: 244505 |
244525