Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 354512 Details for
Bug 415711
New ebuild: x11-themes/kawoken-1.5
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
kawoken-1.5.ebuild
file_415711.txt (text/plain), 1.34 KB, created by
Shubhadeep Chaudhuri
on 2013-07-29 14:10:29 UTC
(
hide
)
Description:
kawoken-1.5.ebuild
Filename:
MIME Type:
Creator:
Shubhadeep Chaudhuri
Created:
2013-07-29 14:10:29 UTC
Size:
1.34 KB
patch
obsolete
># Copyright 1999-2012 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI="5" > >MY_PN="kAwOken" >DESCRIPTION="KDE port of the AwOken icon theme" >HOMEPAGE="http://alecive.deviantart.com/art/kAwOken-244166779" >SRC_URI="https://dl.dropboxusercontent.com/u/8029324/kAwOken-${PV}.zip -> ${P}.zip" > >LICENSE="CC-BY-SA-3.0" >SLOT="0" >KEYWORDS="amd64 x86" >IUSE="" > >RESTRICT="binchecks strip" >S="${WORKDIR}/${MY_PN}-${PV}" > >src_unpack() { > unpack "${A}" > cd ${MY_PN}-${PV} > unpack ./${MY_PN}{,Dark,White}.tar.gz >} > >src_prepare() { > local res > for theme in ${MY_PN}{,Dark,White}; do > for res in 22 128; do > ln -sf ../start-here/start-here-gentoo2.png \ > ${S}/${theme}/clear/${res}x${res}/places/start-here.png || die > done > done > sed -i -e "s:\$DIR/\$ICNST/Installation_and_Instructions.pdf:/usr/share/doc/${P}/Installation_and_Instructions.pdf:" ${MY_PN}/kawoken-icon-theme-customization >} > >src_install() { > for theme in ${MY_PN}{,Dark,White}; do > insinto /usr/share/icons/${theme} > doins -r ${theme}/{clear,extra} > doins ${theme}/index.theme > doins ${theme}/kawoken-icon-theme-customization-* > doins ${theme}/.${theme/${MY_PN}/${MY_PN}rc} > > done > dobin ${MY_PN}/kawoken-icon-theme-customization{,-clear} > dodoc ${MY_PN}/Installation_and_Instructions.pdf >}
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 415711
:
311591
|
311619
|
324778
|
354512
|
354536