Date: Thursday, February 25, 2016 @ 10:06:39
  Author: farseerfc
Revision: 163389

upgpkg: powerline 2.3-4

Print message on install about bindings

Added:
  powerline/trunk/powerline.install
  powerline/trunk/powerline2.install
Modified:
  powerline/trunk/PKGBUILD

--------------------+
 PKGBUILD           |    4 +++-
 powerline.install  |    3 +++
 powerline2.install |    3 +++
 3 files changed, 9 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2016-02-25 08:51:33 UTC (rev 163388)
+++ PKGBUILD    2016-02-25 09:06:39 UTC (rev 163389)
@@ -10,7 +10,7 @@
 pkgname=("powerline" "powerline2" "python-powerline" "python2-powerline" 
"powerline-common" "powerline-vim" "powerline-fonts")
 pkgdesc='Statusline plugin for vim, and provides statuslines and prompts for 
several other applications, including zsh, bash, tmux, IPython, Awesome, i3 and 
Qtile'
 pkgver=2.3
-pkgrel=3
+pkgrel=4
 url="https://github.com/${_pkgname}/${_pkgname}";
 license=('MIT')
 arch=('x86_64' 'i686')
@@ -58,6 +58,7 @@
     depends=('python-powerline')
     conflicts=('powerline2' 'python-powerline<=2.3-1')
     replaces=('python-powerline<=2.3-1')
+    install="powerline.install"
 
     cd ${srcdir}/${_pkgname}-${pkgver}/scripts
     install -Dm755 powerline "${pkgdir}/usr/bin/powerline"
@@ -74,6 +75,7 @@
     conflicts=('powerline' 'python2-powerline<=2.3-1')
     provides=('powerline')
     replaces=('python2-powerline<=2.3-1')
+    install="powerline2.install"
 
     cd ${srcdir}/${_pkgname}-${pkgver}-py2/scripts
     install -Dm755 powerline{,-config,-daemon,-lint,-render} -t 
"${pkgdir}/usr/bin/"

Added: powerline.install
===================================================================
--- powerline.install                           (rev 0)
+++ powerline.install   2016-02-25 09:06:39 UTC (rev 163389)
@@ -0,0 +1,3 @@
+post_install() {
+       echo "Note: Bindings are installed in 
'/usr/lib/python3.5/site-packages/powerline/bindings/'. If you previously used 
zsh/tmux plugins from AUR, please update your config files."
+}

Added: powerline2.install
===================================================================
--- powerline2.install                          (rev 0)
+++ powerline2.install  2016-02-25 09:06:39 UTC (rev 163389)
@@ -0,0 +1,3 @@
+post_install() {
+       echo "Note: Bindings are installed in 
'/usr/lib/python2.7/site-packages/powerline/bindings/'. If you previously used 
zsh/tmux plugins from AUR, please update your config files."
+}

Reply via email to