[arch-commits] Commit in powerline/trunk (3 files)

2017-02-09 Thread Jiachen Yang
Date: Thursday, February 9, 2017 @ 11:49:11
  Author: farseerfc
Revision: 211435

upgpkg: powerline 2.5.2-1

powerline 2.5.2

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

+
 PKGBUILD   |8 +++-
 powerline.install  |7 ---
 powerline2.install |6 --
 3 files changed, 3 insertions(+), 18 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-02-09 09:45:13 UTC (rev 211434)
+++ PKGBUILD2017-02-09 11:49:11 UTC (rev 211435)
@@ -9,8 +9,8 @@
 pkgbase="powerline"
 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.5
-pkgrel=4
+pkgver=2.5.2
+pkgrel=1
 url="https://github.com/${_pkgname}/${_pkgname};
 license=('MIT')
 arch=('x86_64' 'i686')
@@ -20,7 +20,7 @@
 'python-sphinx'
 )
 
source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/${_pkgname}/${_pkgname}/archive/${pkgver}.tar.gz;)
-sha512sums=('c698c9e5f22d680b15da55e390a6e12d54277e1bcebfd8ac5d2631acf72b1d11660166269772fe636ec7b148bbfffe4934b94287c528a4aaed870bba849ed212')
+sha512sums=('ef85092de4b8c4f70fe2b41c54b2d7844f0d2b4decec78f51d49ccedbfce21a68e26c87ebf24e355bbc7eac2c7b60201edd16a28dc220cd526216a6659d0eb1d')
 
 
 
@@ -64,7 +64,6 @@
 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"
@@ -81,7 +80,6 @@
 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/"

Deleted: powerline.install
===
--- powerline.install   2017-02-09 09:45:13 UTC (rev 211434)
+++ powerline.install   2017-02-09 11:49:11 UTC (rev 211435)
@@ -1,7 +0,0 @@
-post_install() {
-   echo "Note: Bindings are installed in 
'/usr/lib/python3.6/site-packages/powerline/bindings/'. If you previously used 
zsh/tmux plugins from AUR, please update your config files."
-}
-
-post_upgrade() {
-   echo "Note: Bindings are installed in 
'/usr/lib/python3.6/site-packages/powerline/bindings/'. If you previously used 
zsh/tmux plugins from AUR, please update your config files."
-}

Deleted: powerline2.install
===
--- powerline2.install  2017-02-09 09:45:13 UTC (rev 211434)
+++ powerline2.install  2017-02-09 11:49:11 UTC (rev 211435)
@@ -1,6 +0,0 @@
-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."
-}
-post_upgrade() {
-   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."
-}


[arch-commits] Commit in powerline/trunk (3 files)

2016-02-25 Thread Jiachen Yang
Date: Thursday, February 25, 2016 @ 12:56:52
  Author: farseerfc
Revision: 163403

upgpkg: powerline 2.3-5

Print message on upgrade

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

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-25 10:32:14 UTC (rev 163402)
+++ PKGBUILD2016-02-25 11:56:52 UTC (rev 163403)
@@ -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=4
+pkgrel=5
 url="https://github.com/${_pkgname}/${_pkgname};
 license=('MIT')
 arch=('x86_64' 'i686')

Modified: powerline.install
===
--- powerline.install   2016-02-25 10:32:14 UTC (rev 163402)
+++ powerline.install   2016-02-25 11:56:52 UTC (rev 163403)
@@ -1,3 +1,7 @@
 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."
 }
+
+post_upgrade() {
+   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."
+}

Modified: powerline2.install
===
--- powerline2.install  2016-02-25 10:32:14 UTC (rev 163402)
+++ powerline2.install  2016-02-25 11:56:52 UTC (rev 163403)
@@ -1,3 +1,6 @@
 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."
 }
+post_upgrade() {
+   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."
+}


[arch-commits] Commit in powerline/trunk (3 files)

2016-02-25 Thread Jiachen Yang
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
===
--- PKGBUILD2016-02-25 08:51:33 UTC (rev 163388)
+++ PKGBUILD2016-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."
+}