Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 555720 Details for
Bug 671514
app-shells/zsh-theme-powerlevel9k-0.6.6 - Powerlevel9k theme for ZSH which uses Powerline Fonts
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Ebuild
zsh-theme-powerlevel9k-0.6.6.ebuild (text/plain), 1.30 KB, created by
Fulgurance
on 2018-11-19 14:09:29 UTC
(
hide
)
Description:
Ebuild
Filename:
MIME Type:
Creator:
Fulgurance
Created:
2018-11-19 14:09:29 UTC
Size:
1.30 KB
patch
obsolete
># Copyright 1999-2018 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 > >EAPI=7 > >DESCRIPTION="Powerlevel9k theme for ZSH which uses Powerline Fonts." >HOMEPAGE="https://github.com/bhilburn/powerlevel9k" >KEYWORDS="~amd64" >LICENSE="MIT" >SLOT="0" >RDEPEND="media-fonts/powerline-symbols" >SRC_URI="https://github.com/bhilburn/powerlevel9k/archive/v${PV}.tar.gz -> ${P}.tar.gz" >S="${WORKDIR}" >EXTRACT_DIR="powerlevel9k-0.6.6" > >src_install() >{ > insinto "/usr/share/zsh-theme-powerlevel9k" > doins -r {"${EXTRACT_DIR}/debug","${EXTRACT_DIR}/docker","${EXTRACT_DIR}/functions","${EXTRACT_DIR}/shunit2","${EXTRACT_DIR}/test","${EXTRACT_DIR}/test-bsd-vm","${EXTRACT_DIR}/test-vm","${EXTRACT_DIR}/test-vm-providers"} > doins "${EXTRACT_DIR}/CHANGELOG.md" > doins "${EXTRACT_DIR}/CODE_OF_CONDUCT.md" > doins "${EXTRACT_DIR}/LICENSE" > doins "${EXTRACT_DIR}/powerlevel9k.zsh-theme" > doins "${EXTRACT_DIR}/prompt_powerlevel9k_setup" > doins "${EXTRACT_DIR}/README.md" > doins "${EXTRACT_DIR}/test-in-docker" > doins "${EXTRACT_DIR}/TESTS.md" >} > >pkg_postinst() { > elog "To use powerlevel9k zsh theme, add 'source \"/usr/share/zsh-theme-powerlevel9k/powerlevel9k.zsh-theme\"' to your .zshrc file" > elog "and don't forget to enable powerline fonts with 'eselect fontconfig' command." >}
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 671514
:
555716
|
555718
|
555720
|
555800
|
555802