mirror of
https://github.com/powerline/powerline.git
synced 2025-07-22 21:35:14 +02:00
parent
162f5ac55b
commit
154d1aeac1
@ -1,6 +1,5 @@
|
|||||||
# Maintainer: Kim Silkebækken <kim.silkebaekken+aur@gmail.com>
|
# Maintainer: Kim Silkebækken <kim.silkebaekken+aur@gmail.com>
|
||||||
|
|
||||||
pkgbase=python-powerline
|
|
||||||
pkgname=python-powerline-git
|
pkgname=python-powerline-git
|
||||||
pkgver=20130308
|
pkgver=20130308
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
@ -8,7 +7,7 @@ pkgdesc='The ultimate statusline/prompt utility.'
|
|||||||
url='https://github.com/Lokaltog/powerline'
|
url='https://github.com/Lokaltog/powerline'
|
||||||
license=('MIT')
|
license=('MIT')
|
||||||
arch=('any')
|
arch=('any')
|
||||||
depends=('python>=3.3')
|
depends=('python>=3.2')
|
||||||
makedepends=('git' 'python-distribute')
|
makedepends=('git' 'python-distribute')
|
||||||
optdepends=('python-psutil: improved system information'
|
optdepends=('python-psutil: improved system information'
|
||||||
'python-pygit2: improved git support'
|
'python-pygit2: improved git support'
|
||||||
|
@ -16,6 +16,11 @@ on GitHub: https://github.com/Lokaltog/powerline/issues
|
|||||||
Consult the documentation for detailed installation instructions and
|
Consult the documentation for detailed installation instructions and
|
||||||
troubleshooting information: https://powerline.readthedocs.org/en/latest/
|
troubleshooting information: https://powerline.readthedocs.org/en/latest/
|
||||||
|
|
||||||
|
You may need to update your PYTHONPATH environment variable by adding the
|
||||||
|
following line to your /etc/profile, .zshrc, etc.:
|
||||||
|
|
||||||
|
export PYTHONPATH=/usr/lib/python3.3/site-packages
|
||||||
|
|
||||||
Vim installation
|
Vim installation
|
||||||
----------------
|
----------------
|
||||||
|
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
# Maintainer: Kim Silkebækken <kim.silkebaekken+aur@gmail.com>
|
# Maintainer: Kim Silkebækken <kim.silkebaekken+aur@gmail.com>
|
||||||
|
|
||||||
pkgbase=python-powerline
|
|
||||||
pkgname=python2-powerline-git
|
pkgname=python2-powerline-git
|
||||||
pkgver=20130308
|
pkgver=20130308
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
@ -8,13 +7,13 @@ pkgdesc='The ultimate statusline/prompt utility.'
|
|||||||
url='https://github.com/Lokaltog/powerline'
|
url='https://github.com/Lokaltog/powerline'
|
||||||
license=('MIT')
|
license=('MIT')
|
||||||
arch=('any')
|
arch=('any')
|
||||||
depends=('python2>=2.7')
|
depends=('python2>=2.6')
|
||||||
makedepends=('git' 'python2-distribute')
|
makedepends=('git' 'python2-distribute')
|
||||||
optdepends=('python2-psutil: improved system information'
|
optdepends=('python2-psutil: improved system information'
|
||||||
'python2-pygit2: improved git support'
|
'python2-pygit2: improved git support'
|
||||||
'mercurial: improved mercurial support'
|
'mercurial: improved mercurial support'
|
||||||
'zsh: better shell prompt')
|
'zsh: better shell prompt')
|
||||||
conflicts=('powerline-git')
|
replaces=('powerline-git')
|
||||||
install='powerline.install'
|
install='powerline.install'
|
||||||
source=()
|
source=()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user