[arch-commits] Commit in ncmpc/trunk (PKGBUILD)

2020-10-28 Thread David Runge via arch-commits
Date: Wednesday, October 28, 2020 @ 22:28:56
  Author: dvzrv
Revision: 398977

upgpkg: ncmpc 0.42-1: Upgrade to 0.42.

Modified:
  ncmpc/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-10-28 22:04:38 UTC (rev 398976)
+++ PKGBUILD2020-10-28 22:28:56 UTC (rev 398977)
@@ -6,7 +6,7 @@
 # Contributor: Daniel Bainton 
 
 pkgname=ncmpc
-pkgver=0.41
+pkgver=0.42
 pkgrel=1
 pkgdesc="Fully featured MPD client which runs in a terminal"
 url='https://www.musicpd.org/clients/ncmpc/'
@@ -15,9 +15,9 @@
 depends=('gcc-libs' 'glibc' 'lirc' 'pcre')
 makedepends=('boost' 'libmpdclient' 'meson' 'ncurses' 'python-sphinx')
 
source=("https://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
-sha512sums=('12ca7eeb284f1f94c200ccd164a522610e828e1c1778a71f0b1e2188f599dc2dc608094e81b7431433b3dd5e85d5e056947df3b9b84bdd2d0456bbb93bc1d6d0'
+sha512sums=('fc232d501bea68d7a382eda7f532f62189233c49071f083dbc4f2fc188015c58dd247e84e998aef121f204059801cf09b0a2f1214deea785abea343217ce5798'
 'SKIP')
-b2sums=('8f9339ab7104e6a01b689456c7bdc81e4b0961d3972e34132391b932710f853f5bdd625ed6c5d5adcdad759f9283ef8dae6fad88e20eaa40f46bfbc8bb17'
+b2sums=('27e667d234bed1bfaf6a457748584f9d0a47edd5044e9e24039f7b1f4196dc9baec2b722387d20e9acb7c8127c5faa7df321bac64699c6541bb96ce22b8bc6cd'
 'SKIP')
 validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512') # Max Kellermann 

 


[arch-commits] Commit in ncmpc/trunk (PKGBUILD)

2020-10-16 Thread David Runge via arch-commits
Date: Friday, October 16, 2020 @ 19:03:17
  Author: dvzrv
Revision: 398453

upgpkg: ncmpc 0.41-1: Upgrade to 0.41.

Remove ruby optdepends, as the lyrics plugin has been removed.

Modified:
  ncmpc/trunk/PKGBUILD

--+
 PKGBUILD |7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-10-16 18:56:09 UTC (rev 398452)
+++ PKGBUILD2020-10-16 19:03:17 UTC (rev 398453)
@@ -6,7 +6,7 @@
 # Contributor: Daniel Bainton 
 
 pkgname=ncmpc
-pkgver=0.40
+pkgver=0.41
 pkgrel=1
 pkgdesc="Fully featured MPD client which runs in a terminal"
 url='https://www.musicpd.org/clients/ncmpc/'
@@ -14,11 +14,10 @@
 license=('GPL2')
 depends=('gcc-libs' 'glibc' 'lirc' 'pcre')
 makedepends=('boost' 'libmpdclient' 'meson' 'ncurses' 'python-sphinx')
-optdepends=('ruby: for lyrics plugin')
 
source=("https://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
-sha512sums=('9b31567ef461a14ebfe76996b377767c716146f30766770c03c02e9ec3e213298510cfbb2f260a480bed70352b87e47544272da715cd0436609eaaf986fc8b39'
+sha512sums=('12ca7eeb284f1f94c200ccd164a522610e828e1c1778a71f0b1e2188f599dc2dc608094e81b7431433b3dd5e85d5e056947df3b9b84bdd2d0456bbb93bc1d6d0'
 'SKIP')
-b2sums=('cd5823df0f90b10622c5ad54735bc95c21f783e76133ff478ccf3cbf4027a105593697a7e4ba776ffbe0f40c47eb05855c3397afa634b5afc1ffd4b73bc059e4'
+b2sums=('8f9339ab7104e6a01b689456c7bdc81e4b0961d3972e34132391b932710f853f5bdd625ed6c5d5adcdad759f9283ef8dae6fad88e20eaa40f46bfbc8bb17'
 'SKIP')
 validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512') # Max Kellermann 

 


[arch-commits] Commit in ncmpc/trunk (PKGBUILD)

2020-10-08 Thread David Runge via arch-commits
Date: Thursday, October 8, 2020 @ 22:35:32
  Author: dvzrv
Revision: 397592

upgpkg: ncmpc 0.40-1: Upgrade to 0.40.

Modified:
  ncmpc/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-10-08 20:39:10 UTC (rev 397591)
+++ PKGBUILD2020-10-08 22:35:32 UTC (rev 397592)
@@ -6,8 +6,8 @@
 # Contributor: Daniel Bainton 
 
 pkgname=ncmpc
-pkgver=0.39
-pkgrel=2
+pkgver=0.40
+pkgrel=1
 pkgdesc="Fully featured MPD client which runs in a terminal"
 url='https://www.musicpd.org/clients/ncmpc/'
 arch=('x86_64')
@@ -16,9 +16,9 @@
 makedepends=('boost' 'libmpdclient' 'meson' 'ncurses' 'python-sphinx')
 optdepends=('ruby: for lyrics plugin')
 
source=("https://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
-sha512sums=('bfadc58bf8b66bff08608f561f689a50fd412b87975998ce23751fd312fa009eeba4b48b4afe96391b2ecb184c00c366262e9b96e24d2ce2ab2af6a4002721d9'
+sha512sums=('9b31567ef461a14ebfe76996b377767c716146f30766770c03c02e9ec3e213298510cfbb2f260a480bed70352b87e47544272da715cd0436609eaaf986fc8b39'
 'SKIP')
-b2sums=('1b270ed52aa884cecd3e1ce60bb2ed628ef79480697f388b48a09e0f22068dbbb7623b01171e5cfae9556446e404530f93c84ca3c3d5cc481c8431f37786c2f4'
+b2sums=('cd5823df0f90b10622c5ad54735bc95c21f783e76133ff478ccf3cbf4027a105593697a7e4ba776ffbe0f40c47eb05855c3397afa634b5afc1ffd4b73bc059e4'
 'SKIP')
 validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512') # Max Kellermann 

 


[arch-commits] Commit in ncmpc/trunk (PKGBUILD)

2020-09-03 Thread David Runge via arch-commits
Date: Thursday, September 3, 2020 @ 14:02:15
  Author: dvzrv
Revision: 395386

upgpkg: ncmpc 0.39-2: Rebuild to add chat page.

Switch to correct license (GPL2).
Add all direct dependencies. Add all available sodeps in package() and the 
respective packages to makedepends.
Prefer plain meson over arch-meson for readability and visibility in build().
Update maintainer info.

Modified:
  ncmpc/trunk/PKGBUILD

--+
 PKGBUILD |   45 +++--
 1 file changed, 27 insertions(+), 18 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-09-03 11:50:43 UTC (rev 395385)
+++ PKGBUILD2020-09-03 14:02:15 UTC (rev 395386)
@@ -1,4 +1,5 @@
-# Maintainer: Gaetan Bisson 
+# Maintainer: David Runge 
+# Contributor: Gaetan Bisson 
 # Contributor: Angel Velasquez  
 # Contributor: Andrea Scarpino 
 # Contributor: damir 
@@ -6,31 +7,39 @@
 
 pkgname=ncmpc
 pkgver=0.39
-pkgrel=1
-pkgdesc='Fully featured MPD client using ncurses'
+pkgrel=2
+pkgdesc="Fully featured MPD client which runs in a terminal"
 url='https://www.musicpd.org/clients/ncmpc/'
 arch=('x86_64')
-license=('GPL')
-depends=('ncurses' 'libmpdclient' 'pcre' 'lirc')
+license=('GPL2')
+depends=('gcc-libs' 'glibc' 'lirc' 'pcre')
+makedepends=('boost' 'libmpdclient' 'meson' 'ncurses' 'python-sphinx')
 optdepends=('ruby: for lyrics plugin')
-makedepends=('meson' 'python-sphinx' 'boost')
-validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')
 
source=("https://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
-sha256sums=('64ebe320c2fbe4dfbff4461ceae730001841d06d48c4882d69f320912a0f11a8'
+sha512sums=('bfadc58bf8b66bff08608f561f689a50fd412b87975998ce23751fd312fa009eeba4b48b4afe96391b2ecb184c00c366262e9b96e24d2ce2ab2af6a4002721d9'
 'SKIP')
+b2sums=('1b270ed52aa884cecd3e1ce60bb2ed628ef79480697f388b48a09e0f22068dbbb7623b01171e5cfae9556446e404530f93c84ca3c3d5cc481c8431f37786c2f4'
+'SKIP')
+validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512') # Max Kellermann 

 
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   sed "s/curses == 'ncursesw'/false/g" -i meson.build
-}
-
 build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   arch-meson . build -Dlyrics_screen=true
-   ninja -C build
+  cd "${pkgname}-${pkgver}"
+  meson --prefix /usr \
+--libexecdir lib \
+--sbindir bin \
+--buildtype plain \
+--auto-features enabled \
+--wrap-mode nodownload \
+-D b_lto=true \
+-D b_pie=true \
+-D lyrics_screen=true \
+-D chat_screen=true \
+build
+  ninja -C build
 }
 
 package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   DESTDIR="${pkgdir}" ninja -C build install
+  depends+=('libmpdclient.so' 'libncursesw.so')
+  cd "${pkgname}-${pkgver}"
+  DESTDIR="${pkgdir}" ninja -C build install
 }


[arch-commits] Commit in ncmpc/trunk (PKGBUILD)

2020-08-30 Thread Antonio Rojas via arch-commits
Date: Sunday, August 30, 2020 @ 08:02:17
  Author: arojas
Revision: 394912

Update to 0.39, update dependencies

Modified:
  ncmpc/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-08-30 07:46:58 UTC (rev 394911)
+++ PKGBUILD2020-08-30 08:02:17 UTC (rev 394912)
@@ -5,18 +5,18 @@
 # Contributor: Daniel Bainton 
 
 pkgname=ncmpc
-pkgver=0.38
+pkgver=0.39
 pkgrel=1
 pkgdesc='Fully featured MPD client using ncurses'
 url='https://www.musicpd.org/clients/ncmpc/'
 arch=('x86_64')
 license=('GPL')
-depends=('ncurses' 'libmpdclient' 'boost-libs' 'lirc')
+depends=('ncurses' 'libmpdclient' 'pcre' 'lirc')
 optdepends=('ruby: for lyrics plugin')
 makedepends=('meson' 'python-sphinx' 'boost')
 validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')
 
source=("https://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
-sha256sums=('2bc1aa38aacd23131895cd9aa3abd9d1ca5700857034d9f35209e13e061e27a2'
+sha256sums=('64ebe320c2fbe4dfbff4461ceae730001841d06d48c4882d69f320912a0f11a8'
 'SKIP')
 
 prepare() {


[arch-commits] Commit in ncmpc/trunk (PKGBUILD)

2020-05-02 Thread Gaëtan Bisson via arch-commits
Date: Sunday, May 3, 2020 @ 01:28:40
  Author: bisson
Revision: 382182

upstream update

Modified:
  ncmpc/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-02 20:56:49 UTC (rev 382181)
+++ PKGBUILD2020-05-03 01:28:40 UTC (rev 382182)
@@ -5,7 +5,7 @@
 # Contributor: Daniel Bainton 
 
 pkgname=ncmpc
-pkgver=0.37
+pkgver=0.38
 pkgrel=1
 pkgdesc='Fully featured MPD client using ncurses'
 url='https://www.musicpd.org/clients/ncmpc/'
@@ -16,7 +16,7 @@
 makedepends=('meson' 'python-sphinx' 'boost')
 validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')
 
source=("https://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
-sha256sums=('7c8eb727f6e12d8f97a53915b1b5632898b4afb335a1121c5e01c81df695615c'
+sha256sums=('2bc1aa38aacd23131895cd9aa3abd9d1ca5700857034d9f35209e13e061e27a2'
 'SKIP')
 
 prepare() {


[arch-commits] Commit in ncmpc/trunk (PKGBUILD)

2020-01-29 Thread Gaëtan Bisson via arch-commits
Date: Wednesday, January 29, 2020 @ 20:02:26
  Author: bisson
Revision: 374261

upstream update

Modified:
  ncmpc/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-01-29 19:56:06 UTC (rev 374260)
+++ PKGBUILD2020-01-29 20:02:26 UTC (rev 374261)
@@ -5,7 +5,7 @@
 # Contributor: Daniel Bainton 
 
 pkgname=ncmpc
-pkgver=0.36
+pkgver=0.37
 pkgrel=1
 pkgdesc='Fully featured MPD client using ncurses'
 url='https://www.musicpd.org/clients/ncmpc/'
@@ -16,7 +16,7 @@
 makedepends=('meson' 'python-sphinx' 'boost')
 validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')
 
source=("https://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
-sha256sums=('4632873dfc8efe61e501dc9184a5b921b482be2ddbedd3d23d05241d477a3e2c'
+sha256sums=('7c8eb727f6e12d8f97a53915b1b5632898b4afb335a1121c5e01c81df695615c'
 'SKIP')
 
 prepare() {


[arch-commits] Commit in ncmpc/trunk (PKGBUILD)

2020-01-04 Thread Gaëtan Bisson via arch-commits
Date: Sunday, January 5, 2020 @ 07:23:32
  Author: bisson
Revision: 372600

upstream update

Modified:
  ncmpc/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-01-05 07:09:32 UTC (rev 372599)
+++ PKGBUILD2020-01-05 07:23:32 UTC (rev 372600)
@@ -5,8 +5,8 @@
 # Contributor: Daniel Bainton 
 
 pkgname=ncmpc
-pkgver=0.35
-pkgrel=2
+pkgver=0.36
+pkgrel=1
 pkgdesc='Fully featured MPD client using ncurses'
 url='https://www.musicpd.org/clients/ncmpc/'
 arch=('x86_64')
@@ -16,7 +16,7 @@
 makedepends=('meson' 'python-sphinx' 'boost')
 validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')
 
source=("https://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
-sha256sums=('bd4f1e638290915e08be045087c1df2d562d012b14f662dd33fd7c7043ddd241'
+sha256sums=('4632873dfc8efe61e501dc9184a5b921b482be2ddbedd3d23d05241d477a3e2c'
 'SKIP')
 
 prepare() {


[arch-commits] Commit in ncmpc/trunk (PKGBUILD)

2019-12-24 Thread Gaëtan Bisson via arch-commits
Date: Tuesday, December 24, 2019 @ 09:26:25
  Author: bisson
Revision: 372204

remove obsolete optdepends

Modified:
  ncmpc/trunk/PKGBUILD

--+
 PKGBUILD |5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-12-24 05:37:35 UTC (rev 372203)
+++ PKGBUILD2019-12-24 09:26:25 UTC (rev 372204)
@@ -6,14 +6,13 @@
 
 pkgname=ncmpc
 pkgver=0.35
-pkgrel=1
+pkgrel=2
 pkgdesc='Fully featured MPD client using ncurses'
 url='https://www.musicpd.org/clients/ncmpc/'
 arch=('x86_64')
 license=('GPL')
 depends=('ncurses' 'libmpdclient' 'boost-libs' 'lirc')
-optdepends=('python2: to enable lyrics plugin'
-'ruby: to enable lyrics plugin')
+optdepends=('ruby: for lyrics plugin')
 makedepends=('meson' 'python-sphinx' 'boost')
 validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')
 
source=("https://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})


[arch-commits] Commit in ncmpc/trunk (PKGBUILD)

2019-09-16 Thread Gaëtan Bisson via arch-commits
Date: Monday, September 16, 2019 @ 21:42:10
  Author: bisson
Revision: 362970

upstream update

Modified:
  ncmpc/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-09-16 20:46:46 UTC (rev 362969)
+++ PKGBUILD2019-09-16 21:42:10 UTC (rev 362970)
@@ -5,7 +5,7 @@
 # Contributor: Daniel Bainton 
 
 pkgname=ncmpc
-pkgver=0.34
+pkgver=0.35
 pkgrel=1
 pkgdesc='Fully featured MPD client using ncurses'
 url='https://www.musicpd.org/clients/ncmpc/'
@@ -17,7 +17,7 @@
 makedepends=('meson' 'python-sphinx' 'boost')
 validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')
 
source=("https://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
-sha256sums=('14c5b1dc78e83fa838fb049db76c00706686c98991600a87d2c57ec2b6c9e857'
+sha256sums=('bd4f1e638290915e08be045087c1df2d562d012b14f662dd33fd7c7043ddd241'
 'SKIP')
 
 prepare() {


[arch-commits] Commit in ncmpc/trunk (PKGBUILD)

2019-04-12 Thread Gaëtan Bisson via arch-commits
Date: Friday, April 12, 2019 @ 17:27:05
  Author: bisson
Revision: 350617

upstream update

Modified:
  ncmpc/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-04-12 17:15:22 UTC (rev 350616)
+++ PKGBUILD2019-04-12 17:27:05 UTC (rev 350617)
@@ -5,7 +5,7 @@
 # Contributor: Daniel Bainton 
 
 pkgname=ncmpc
-pkgver=0.33
+pkgver=0.34
 pkgrel=1
 pkgdesc='Fully featured MPD client using ncurses'
 url='https://www.musicpd.org/clients/ncmpc/'
@@ -17,7 +17,7 @@
 makedepends=('meson' 'python-sphinx' 'boost')
 validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')
 
source=("https://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
-sha256sums=('94e04a34854015aa013b43ec15b578f4541d077cf7ae5bf7c0944475673fd7a5'
+sha256sums=('14c5b1dc78e83fa838fb049db76c00706686c98991600a87d2c57ec2b6c9e857'
 'SKIP')
 
 prepare() {
@@ -27,7 +27,7 @@
 
 build() {
cd "${srcdir}/${pkgname}-${pkgver}"
-   arch-meson . build -Dlyrics_screen=true --mandir /usr/share
+   arch-meson . build -Dlyrics_screen=true
ninja -C build
 }
 


[arch-commits] Commit in ncmpc/trunk (PKGBUILD)

2018-10-07 Thread Gaëtan Bisson via arch-commits
Date: Monday, October 8, 2018 @ 01:56:00
  Author: bisson
Revision: 335921

upstream update

Modified:
  ncmpc/trunk/PKGBUILD

--+
 PKGBUILD |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-10-08 00:49:05 UTC (rev 335920)
+++ PKGBUILD2018-10-08 01:56:00 UTC (rev 335921)
@@ -5,19 +5,19 @@
 # Contributor: Daniel Bainton 
 
 pkgname=ncmpc
-pkgver=0.31
+pkgver=0.32
 pkgrel=1
 pkgdesc='Fully featured MPD client using ncurses'
 url='https://www.musicpd.org/clients/ncmpc/'
 arch=('x86_64')
 license=('GPL')
-depends=('ncurses' 'glib2' 'libmpdclient')
+depends=('ncurses' 'libmpdclient' 'boost-libs')
 optdepends=('python2: to enable lyrics plugin'
 'ruby: to enable lyrics plugin')
-makedepends=('meson' 'python-sphinx')
+makedepends=('meson' 'python-sphinx' 'boost')
 validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')
 
source=("https://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
-sha256sums=('8d3416c5b99ec21527b506f75bd7e536ddff60e61695b05989e791a751611bcc'
+sha256sums=('085c85f4c68e4d4c643faa140bf3f118f191011ccc395a37f4be70c56ec001ac'
 'SKIP')
 
 prepare() {
@@ -27,7 +27,7 @@
 
 build() {
cd "${srcdir}/${pkgname}-${pkgver}"
-   arch-meson . build -Dlyrics_screen=true
+   arch-meson . build -Dlyrics_screen=true --mandir /usr/share
ninja -C build
 }
 


[arch-commits] Commit in ncmpc/trunk (PKGBUILD progressbar.patch)

2018-09-27 Thread Gaëtan Bisson via arch-commits
Date: Thursday, September 27, 2018 @ 17:37:56
  Author: bisson
Revision: 335482

upstream update

Modified:
  ncmpc/trunk/PKGBUILD
Deleted:
  ncmpc/trunk/progressbar.patch

---+
 PKGBUILD  |   13 +
 progressbar.patch |   36 
 2 files changed, 5 insertions(+), 44 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-09-27 17:25:54 UTC (rev 335481)
+++ PKGBUILD2018-09-27 17:37:56 UTC (rev 335482)
@@ -5,8 +5,8 @@
 # Contributor: Daniel Bainton 
 
 pkgname=ncmpc
-pkgver=0.30
-pkgrel=2
+pkgver=0.31
+pkgrel=1
 pkgdesc='Fully featured MPD client using ncurses'
 url='https://www.musicpd.org/clients/ncmpc/'
 arch=('x86_64')
@@ -16,16 +16,13 @@
 'ruby: to enable lyrics plugin')
 makedepends=('meson' 'python-sphinx')
 validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')
-source=("https://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}
-'progressbar.patch')
-sha256sums=('e3fe0cb58b8a77f63fb1645c2f974b334f1614efdc834ec698ee7d861f1b12a3'
-'SKIP'
-'5ccc53da4f8e6a3fa2a2f7abad878bae846737a89cbde550170b25fa46d0292e')
+source=("https://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('8d3416c5b99ec21527b506f75bd7e536ddff60e61695b05989e791a751611bcc'
+'SKIP')
 
 prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"
sed "s/curses == 'ncursesw'/false/g" -i meson.build
-   patch -p1 -i ../progressbar.patch
 }
 
 build() {

Deleted: progressbar.patch
===
--- progressbar.patch   2018-09-27 17:25:54 UTC (rev 335481)
+++ progressbar.patch   2018-09-27 17:37:56 UTC (rev 335482)
@@ -1,36 +0,0 @@
-From fa73e3faa29af8638d2557c6c808bda9dc67afc2 Mon Sep 17 00:00:00 2001
-From: Aleksi Blinnikka 
-Date: Tue, 10 Apr 2018 02:33:30 +0300
-Subject: [PATCH] Fix blank progressbar when colors are not in use
-
-When moving wbkgd() call in 9c22a95 it was not conditional like it was
-for others (commits 7946611 and 6b337bc), which caused progress bar to
-not show.

- src/ProgressBar.cxx | 6 +-
- 1 file changed, 5 insertions(+), 1 deletion(-)
-
-diff --git a/src/ProgressBar.cxx b/src/ProgressBar.cxx
-index 7ddc72f..02782db 100644
 a/src/ProgressBar.cxx
-+++ b/src/ProgressBar.cxx
-@@ -19,6 +19,7 @@
- 
- #include "ProgressBar.hxx"
- #include "colors.hxx"
-+#include "options.hxx"
- 
- #include 
- 
-@@ -26,7 +27,10 @@ ProgressBar::ProgressBar(Point p, unsigned _width)
-   :window(p, {_width, 1u})
- {
-   leaveok(window.w, true);
--  wbkgd(window.w, COLOR_PAIR(COLOR_PROGRESSBAR));
-+#ifdef ENABLE_COLORS
-+  if (options.enable_colors)
-+  wbkgd(window.w, COLOR_PAIR(COLOR_PROGRESSBAR));
-+#endif
- }
- 
- void


[arch-commits] Commit in ncmpc/trunk (PKGBUILD progressbar.patch)

2018-06-18 Thread Gaëtan Bisson via arch-commits
Date: Monday, June 18, 2018 @ 20:46:39
  Author: bisson
Revision: 327168

fix FS#58977

Added:
  ncmpc/trunk/progressbar.patch
Modified:
  ncmpc/trunk/PKGBUILD

---+
 PKGBUILD  |9 ++---
 progressbar.patch |   36 
 2 files changed, 42 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-06-18 19:48:11 UTC (rev 327167)
+++ PKGBUILD2018-06-18 20:46:39 UTC (rev 327168)
@@ -7,7 +7,7 @@
 
 pkgname=ncmpc
 pkgver=0.30
-pkgrel=1
+pkgrel=2
 pkgdesc='Fully featured MPD client using ncurses'
 url='https://www.musicpd.org/clients/ncmpc/'
 arch=('x86_64')
@@ -17,13 +17,16 @@
 'ruby: to enable lyrics plugin')
 makedepends=('meson' 'python-sphinx')
 validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')
-source=("https://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+source=("https://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}
+'progressbar.patch')
 sha256sums=('e3fe0cb58b8a77f63fb1645c2f974b334f1614efdc834ec698ee7d861f1b12a3'
-'SKIP')
+'SKIP'
+'5ccc53da4f8e6a3fa2a2f7abad878bae846737a89cbde550170b25fa46d0292e')
 
 prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"
sed "s/curses == 'ncursesw'/false/g" -i meson.build
+   patch -p1 -i ../progressbar.patch
 }
 
 build() {

Added: progressbar.patch
===
--- progressbar.patch   (rev 0)
+++ progressbar.patch   2018-06-18 20:46:39 UTC (rev 327168)
@@ -0,0 +1,36 @@
+From fa73e3faa29af8638d2557c6c808bda9dc67afc2 Mon Sep 17 00:00:00 2001
+From: Aleksi Blinnikka 
+Date: Tue, 10 Apr 2018 02:33:30 +0300
+Subject: [PATCH] Fix blank progressbar when colors are not in use
+
+When moving wbkgd() call in 9c22a95 it was not conditional like it was
+for others (commits 7946611 and 6b337bc), which caused progress bar to
+not show.
+---
+ src/ProgressBar.cxx | 6 +-
+ 1 file changed, 5 insertions(+), 1 deletion(-)
+
+diff --git a/src/ProgressBar.cxx b/src/ProgressBar.cxx
+index 7ddc72f..02782db 100644
+--- a/src/ProgressBar.cxx
 b/src/ProgressBar.cxx
+@@ -19,6 +19,7 @@
+ 
+ #include "ProgressBar.hxx"
+ #include "colors.hxx"
++#include "options.hxx"
+ 
+ #include 
+ 
+@@ -26,7 +27,10 @@ ProgressBar::ProgressBar(Point p, unsigned _width)
+   :window(p, {_width, 1u})
+ {
+   leaveok(window.w, true);
+-  wbkgd(window.w, COLOR_PAIR(COLOR_PROGRESSBAR));
++#ifdef ENABLE_COLORS
++  if (options.enable_colors)
++  wbkgd(window.w, COLOR_PAIR(COLOR_PROGRESSBAR));
++#endif
+ }
+ 
+ void


[arch-commits] Commit in ncmpc/trunk (PKGBUILD)

2018-04-08 Thread Gaëtan Bisson via arch-commits
Date: Monday, April 9, 2018 @ 01:28:44
  Author: bisson
Revision: 321322

upstream update

Modified:
  ncmpc/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-08 20:57:46 UTC (rev 321321)
+++ PKGBUILD2018-04-09 01:28:44 UTC (rev 321322)
@@ -6,8 +6,8 @@
 # Contributor: Daniel Bainton 
 
 pkgname=ncmpc
-pkgver=0.29
-pkgrel=2
+pkgver=0.30
+pkgrel=1
 pkgdesc='Fully featured MPD client using ncurses'
 url='https://www.musicpd.org/clients/ncmpc/'
 arch=('x86_64')
@@ -15,10 +15,10 @@
 depends=('ncurses' 'glib2' 'libmpdclient')
 optdepends=('python2: to enable lyrics plugin'
 'ruby: to enable lyrics plugin')
-makedepends=('meson')
+makedepends=('meson' 'python-sphinx')
 validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')
 
source=("https://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
-sha256sums=('ef68a9b67172383ea80ee46579015109433fa058728812d2b0ebede660d85f12'
+sha256sums=('e3fe0cb58b8a77f63fb1645c2f974b334f1614efdc834ec698ee7d861f1b12a3'
 'SKIP')
 
 prepare() {


[arch-commits] Commit in ncmpc/trunk (PKGBUILD)

2018-02-11 Thread Gaëtan Bisson via arch-commits
Date: Sunday, February 11, 2018 @ 15:34:55
  Author: bisson
Revision: 316625

rebuild against new libmpdclient

Modified:
  ncmpc/trunk/PKGBUILD

--+
 PKGBUILD |   16 +++-
 1 file changed, 7 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-02-11 15:26:45 UTC (rev 316624)
+++ PKGBUILD2018-02-11 15:34:55 UTC (rev 316625)
@@ -7,12 +7,12 @@
 
 pkgname=ncmpc
 pkgver=0.29
-pkgrel=1
+pkgrel=2
 pkgdesc='Fully featured MPD client using ncurses'
 url='https://www.musicpd.org/clients/ncmpc/'
 arch=('x86_64')
 license=('GPL')
-depends=('ncurses' 'glib2' 'libmpdclient=2.11')
+depends=('ncurses' 'glib2' 'libmpdclient')
 optdepends=('python2: to enable lyrics plugin'
 'ruby: to enable lyrics plugin')
 makedepends=('meson')
@@ -24,17 +24,15 @@
 prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"
sed "s/curses == 'ncursesw'/false/g" -i meson.build
-   rm -fr build
-   install -d build
 }
 
 build() {
-   cd "${srcdir}/${pkgname}-${pkgver}/build"
-   arch-meson .. -Dlyrics_screen=true
-   ninja
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   arch-meson . build -Dlyrics_screen=true
+   ninja -C build
 }
 
 package() {
-   cd "${srcdir}/${pkgname}-${pkgver}/build"
-   DESTDIR="${pkgdir}" ninja install
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   DESTDIR="${pkgdir}" ninja -C build install
 }


[arch-commits] Commit in ncmpc/trunk (PKGBUILD)

2017-12-08 Thread Gaëtan Bisson via arch-commits
Date: Friday, December 8, 2017 @ 19:28:55
  Author: bisson
Revision: 311948

upstream update

Modified:
  ncmpc/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-12-08 19:05:48 UTC (rev 311947)
+++ PKGBUILD2017-12-08 19:28:55 UTC (rev 311948)
@@ -6,7 +6,7 @@
 # Contributor: Daniel Bainton 
 
 pkgname=ncmpc
-pkgver=0.28
+pkgver=0.29
 pkgrel=1
 pkgdesc='Fully featured MPD client using ncurses'
 url='https://www.musicpd.org/clients/ncmpc/'
@@ -18,7 +18,7 @@
 makedepends=('meson')
 validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')
 
source=("https://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
-sha256sums=('f66e5b6fef83bdfda3b3efaf3fbad6a4d8c47bb1b3b6810bed44d3e35b007804'
+sha256sums=('ef68a9b67172383ea80ee46579015109433fa058728812d2b0ebede660d85f12'
 'SKIP')
 
 prepare() {


[arch-commits] Commit in ncmpc/trunk (PKGBUILD)

2017-10-03 Thread Gaëtan Bisson
Date: Tuesday, October 3, 2017 @ 20:58:59
  Author: bisson
Revision: 306660

upstream update

Modified:
  ncmpc/trunk/PKGBUILD

--+
 PKGBUILD |   27 +++
 1 file changed, 15 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-10-03 20:00:10 UTC (rev 306659)
+++ PKGBUILD2017-10-03 20:58:59 UTC (rev 306660)
@@ -6,7 +6,7 @@
 # Contributor: Daniel Bainton 
 
 pkgname=ncmpc
-pkgver=0.27
+pkgver=0.28
 pkgrel=1
 pkgdesc='Fully featured MPD client using ncurses'
 url='https://www.musicpd.org/clients/ncmpc/'
@@ -15,23 +15,26 @@
 depends=('ncurses' 'glib2' 'libmpdclient=2.11')
 optdepends=('python2: to enable lyrics plugin'
 'ruby: to enable lyrics plugin')
+makedepends=('meson')
 validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')
 
source=("https://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
-sha256sums=('f9a26a3fc869cfdf0a16b0ea3e6512c2fe28a031bbc71b1d24a2bf0bbd3e15d9'
+sha256sums=('f66e5b6fef83bdfda3b3efaf3fbad6a4d8c47bb1b3b6810bed44d3e35b007804'
 'SKIP')
 
-build() {
+prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --enable-lyrics-screen \
-   --with-lyrics-plugin-dir=/usr/share/ncmpc/lyrics
-   make
+   sed "s/curses == 'ncursesw'/false/g" -i meson.build
+   rm -fr build
+   install -d build
 }
 
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}/build"
+   arch-meson .. -Dlyrics_screen=true
+   ninja
+}
+
 package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   for i in lyrics/*; do install -Dm755 "$i" 
"${pkgdir}/usr/share/ncmpc/$i"; done
+   cd "${srcdir}/${pkgname}-${pkgver}/build"
+   DESTDIR="${pkgdir}" ninja install
 }


[arch-commits] Commit in ncmpc/trunk (PKGBUILD)

2017-03-25 Thread Gaëtan Bisson
Date: Saturday, March 25, 2017 @ 23:59:17
  Author: bisson
Revision: 291631

upstream update

Modified:
  ncmpc/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-03-25 23:26:00 UTC (rev 291630)
+++ PKGBUILD2017-03-25 23:59:17 UTC (rev 291631)
@@ -6,18 +6,18 @@
 # Contributor: Daniel Bainton 
 
 pkgname=ncmpc
-pkgver=0.25
+pkgver=0.27
 pkgrel=1
 pkgdesc='Fully featured MPD client using ncurses'
 url='https://www.musicpd.org/clients/ncmpc/'
 arch=('i686' 'x86_64')
 license=('GPL')
-depends=('ncurses' 'glib2' 'libmpdclient')
+depends=('ncurses' 'glib2' 'libmpdclient=2.11')
 optdepends=('python2: to enable lyrics plugin'
 'ruby: to enable lyrics plugin')
 validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')
 
source=("https://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
-sha256sums=('6e328acb71d06ae9e6c5fced99bc28ae78bcab1a73130b42ce9ab08a814ecea4'
+sha256sums=('f9a26a3fc869cfdf0a16b0ea3e6512c2fe28a031bbc71b1d24a2bf0bbd3e15d9'
 'SKIP')
 
 build() {


[arch-commits] Commit in ncmpc/trunk (PKGBUILD)

2017-03-01 Thread Gaëtan Bisson
Date: Thursday, March 2, 2017 @ 01:34:36
  Author: bisson
Revision: 289824

switch to sha256sum

Modified:
  ncmpc/trunk/PKGBUILD

--+
 PKGBUILD |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-03-02 01:34:32 UTC (rev 289823)
+++ PKGBUILD2017-03-02 01:34:36 UTC (rev 289824)
@@ -17,7 +17,8 @@
 'ruby: to enable lyrics plugin')
 validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')
 
source=("https://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
-sha1sums=('7b4bc74c76b2e2947689af4157b45b01a9329df0' 'SKIP')
+sha256sums=('6e328acb71d06ae9e6c5fced99bc28ae78bcab1a73130b42ce9ab08a814ecea4'
+'SKIP')
 
 build() {
cd "${srcdir}/${pkgname}-${pkgver}"


[arch-commits] Commit in ncmpc/trunk (PKGBUILD)

2016-11-01 Thread Gaëtan Bisson
Date: Tuesday, November 1, 2016 @ 22:11:43
  Author: bisson
Revision: 279718

add https

Modified:
  ncmpc/trunk/PKGBUILD

--+
 PKGBUILD |7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-11-01 22:11:39 UTC (rev 279717)
+++ PKGBUILD2016-11-01 22:11:43 UTC (rev 279718)
@@ -9,14 +9,15 @@
 pkgver=0.25
 pkgrel=1
 pkgdesc='Fully featured MPD client using ncurses'
-url='http://www.musicpd.org/clients/ncmpc/'
+url='https://www.musicpd.org/clients/ncmpc/'
 arch=('i686' 'x86_64')
 license=('GPL')
 depends=('ncurses' 'glib2' 'libmpdclient')
 optdepends=('python2: to enable lyrics plugin'
 'ruby: to enable lyrics plugin')
-source=("http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('7b4bc74c76b2e2947689af4157b45b01a9329df0')
+validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')
+source=("https://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha1sums=('7b4bc74c76b2e2947689af4157b45b01a9329df0' 'SKIP')
 
 build() {
cd "${srcdir}/${pkgname}-${pkgver}"


[arch-commits] Commit in ncmpc/trunk (PKGBUILD)

2016-08-20 Thread Gaëtan Bisson
Date: Saturday, August 20, 2016 @ 08:43:23
  Author: bisson
Revision: 274067

upstream update

Modified:
  ncmpc/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-20 04:34:31 UTC (rev 274066)
+++ PKGBUILD2016-08-20 08:43:23 UTC (rev 274067)
@@ -6,8 +6,8 @@
 # Contributor: Daniel Bainton 
 
 pkgname=ncmpc
-pkgver=0.24
-pkgrel=2
+pkgver=0.25
+pkgrel=1
 pkgdesc='Fully featured MPD client using ncurses'
 url='http://www.musicpd.org/clients/ncmpc/'
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 optdepends=('python2: to enable lyrics plugin'
 'ruby: to enable lyrics plugin')
 
source=("http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('4fe581299aa1b2efdce3018b734f6cfc283bea07')
+sha1sums=('7b4bc74c76b2e2947689af4157b45b01a9329df0')
 
 build() {
cd "${srcdir}/${pkgname}-${pkgver}"


[arch-commits] Commit in ncmpc/trunk (PKGBUILD)

2015-09-06 Thread Evangelos Foutras
Date: Sunday, September 6, 2015 @ 20:25:06
  Author: foutrelis
Revision: 245389

ncurses 6.0 rebuild.

Modified:
  ncmpc/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-06 18:24:26 UTC (rev 245388)
+++ PKGBUILD2015-09-06 18:25:06 UTC (rev 245389)
@@ -7,7 +7,7 @@
 
 pkgname=ncmpc
 pkgver=0.24
-pkgrel=1
+pkgrel=2
 pkgdesc='Fully featured MPD client using ncurses'
 url='http://www.musicpd.org/clients/ncmpc/'
 arch=('i686' 'x86_64')


[arch-commits] Commit in ncmpc/trunk (PKGBUILD)

2014-07-10 Thread Gaetan Bisson
Date: Thursday, July 10, 2014 @ 18:20:24
  Author: bisson
Revision: 216763

upstream update

Modified:
  ncmpc/trunk/PKGBUILD

--+
 PKGBUILD |   14 +++---
 1 file changed, 3 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-07-10 08:57:31 UTC (rev 216762)
+++ PKGBUILD2014-07-10 16:20:24 UTC (rev 216763)
@@ -6,7 +6,7 @@
 # Contributor: Daniel Bainton dpb [at] backarrow.org
 
 pkgname=ncmpc
-pkgver=0.22
+pkgver=0.23
 pkgrel=1
 pkgdesc='Fully featured MPD client using ncurses'
 url='http://www.musicpd.org/clients/ncmpc/'
@@ -15,17 +15,9 @@
 depends=('ncurses' 'glib2' 'libmpdclient')
 optdepends=('python2: to enable lyrics plugin'
 'ruby: to enable lyrics plugin')
-source=(http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;
-
po::git://git.musicpd.org/master/ncmpc.git#commit=a0dcef5c1685813aa7f70bf7b7fd5f95f441d1b1)
-makedepends=('git')
-sha1sums=('addb9ae527a1a2fe3dffe0ef2b6b4db79aeaeee4'
-  'SKIP')
+source=(http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('571ba50a252d9a7c69ae089b576560ef9de2f423')
 
-prepare() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   cp -a ../po/po/*.po po
-}
-
 build() {
cd ${srcdir}/${pkgname}-${pkgver}
./configure \



[arch-commits] Commit in ncmpc/trunk (PKGBUILD)

2014-06-27 Thread Gaetan Bisson
Date: Friday, June 27, 2014 @ 14:03:24
  Author: bisson
Revision: 215503

upstream update

Modified:
  ncmpc/trunk/PKGBUILD

--+
 PKGBUILD |   11 +++
 1 file changed, 7 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-06-27 11:40:20 UTC (rev 215502)
+++ PKGBUILD2014-06-27 12:03:24 UTC (rev 215503)
@@ -6,7 +6,7 @@
 # Contributor: Daniel Bainton dpb [at] backarrow.org
 
 pkgname=ncmpc
-pkgver=0.21
+pkgver=0.22
 pkgrel=1
 pkgdesc='Fully featured MPD client using ncurses'
 url='http://www.musicpd.org/clients/ncmpc/'
@@ -15,12 +15,15 @@
 depends=('ncurses' 'glib2' 'libmpdclient')
 optdepends=('python2: to enable lyrics plugin'
 'ruby: to enable lyrics plugin')
-source=(http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('ec828bf17be6ab4c60c39bc91a3bd5cd93fac4a5')
+source=(http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;
+
po::git://git.musicpd.org/master/ncmpc.git#commit=a0dcef5c1685813aa7f70bf7b7fd5f95f441d1b1)
+makedepends=('git')
+sha1sums=('addb9ae527a1a2fe3dffe0ef2b6b4db79aeaeee4'
+  'SKIP')
 
 prepare() {
cd ${srcdir}/${pkgname}-${pkgver}
-   sed -e 's#python#python2#' -i lyrics/30-leoslyrics.py
+   cp -a ../po/po/*.po po
 }
 
 build() {



[arch-commits] Commit in ncmpc/trunk (PKGBUILD)

2013-04-11 Thread Gaetan Bisson
Date: Friday, April 12, 2013 @ 00:28:37
  Author: bisson
Revision: 182639

upstream update

Modified:
  ncmpc/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-11 18:56:47 UTC (rev 182638)
+++ PKGBUILD2013-04-11 22:28:37 UTC (rev 182639)
@@ -6,8 +6,8 @@
 # Contributor: Daniel Bainton dpb [at] backarrow.org
 
 pkgname=ncmpc
-pkgver=0.20
-pkgrel=2
+pkgver=0.21
+pkgrel=1
 pkgdesc='Fully featured MPD client using ncurses'
 url='http://www.musicpd.org/clients/ncmpc/'
 arch=('i686' 'x86_64')
@@ -15,8 +15,8 @@
 depends=('ncurses' 'glib2' 'libmpdclient')
 optdepends=('python2: to enable lyrics plugin'
 'ruby: to enable lyrics plugin')
-source=(http://www.musicpd.org/download/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('da106de4b11a48eb2d63619da1316713f95cc9cb')
+source=(http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('ec828bf17be6ab4c60c39bc91a3bd5cd93fac4a5')
 
 prepare() {
cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in ncmpc/trunk (PKGBUILD)

2013-04-10 Thread Gaetan Bisson
Date: Thursday, April 11, 2013 @ 01:34:49
  Author: bisson
Revision: 182597

update URL

Modified:
  ncmpc/trunk/PKGBUILD

--+
 PKGBUILD |   10 +++---
 1 file changed, 7 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-10 21:34:12 UTC (rev 182596)
+++ PKGBUILD2013-04-10 23:34:49 UTC (rev 182597)
@@ -9,18 +9,22 @@
 pkgver=0.20
 pkgrel=2
 pkgdesc='Fully featured MPD client using ncurses'
-url='http://mpd.wikia.com/wiki/Client:Ncmpc'
+url='http://www.musicpd.org/clients/ncmpc/'
 arch=('i686' 'x86_64')
 license=('GPL')
 depends=('ncurses' 'glib2' 'libmpdclient')
 optdepends=('python2: to enable lyrics plugin'
 'ruby: to enable lyrics plugin')
-source=(http://downloads.sourceforge.net/musicpd/${pkgname}-${pkgver}.tar.bz2;)
+source=(http://www.musicpd.org/download/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2;)
 sha1sums=('da106de4b11a48eb2d63619da1316713f95cc9cb')
 
+prepare() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   sed -e 's#python#python2#' -i lyrics/30-leoslyrics.py
+}
+
 build() {
cd ${srcdir}/${pkgname}-${pkgver}
-   sed -i 's#python#python2#' lyrics/30-leoslyrics.py
./configure \
--prefix=/usr \
--sysconfdir=/etc \



[arch-commits] Commit in ncmpc/trunk (PKGBUILD)

2013-03-02 Thread Gaetan Bisson
Date: Sunday, March 3, 2013 @ 08:51:52
  Author: bisson
Revision: 179082

rebuild for ruby-2.0.0

Modified:
  ncmpc/trunk/PKGBUILD

--+
 PKGBUILD |   39 +++
 1 file changed, 19 insertions(+), 20 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-03 07:51:12 UTC (rev 179081)
+++ PKGBUILD2013-03-03 07:51:52 UTC (rev 179082)
@@ -1,37 +1,36 @@
 # $Id$
-# Maintainer: Angel Velasquez an...@archlinux.org 
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Angel Velasquez an...@archlinux.org 
 # Contributor: Andrea Scarpino and...@archlinux.org
 # Contributor: damir da...@archlinux.org
 # Contributor: Daniel Bainton dpb [at] backarrow.org
 
 pkgname=ncmpc
 pkgver=0.20
-pkgrel=1
-pkgdesc=A ncurses (command line) interface for MPD
-arch=(i686 x86_64)
-url=http://mpd.wikia.com/wiki/Client:Ncmpc;
+pkgrel=2
+pkgdesc='Fully featured MPD client using ncurses'
+url='http://mpd.wikia.com/wiki/Client:Ncmpc'
+arch=('i686' 'x86_64')
 license=('GPL')
 depends=('ncurses' 'glib2' 'libmpdclient')
 optdepends=('python2: to enable lyrics plugin'
-   'ruby: to enable lyrics plugin')
+'ruby: to enable lyrics plugin')
 
source=(http://downloads.sourceforge.net/musicpd/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('62b9df0263d9567babf7446c258acc5d')
+sha1sums=('da106de4b11a48eb2d63619da1316713f95cc9cb')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  sed -i 's#python#python2#' lyrics/30-leoslyrics.py
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---enable-lyrics-screen \
---with-lyrics-plugin-dir=/usr/share/ncmpc/lyrics
-  make
+   cd ${srcdir}/${pkgname}-${pkgver}
+   sed -i 's#python#python2#' lyrics/30-leoslyrics.py
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --enable-lyrics-screen \
+   --with-lyrics-plugin-dir=/usr/share/ncmpc/lyrics
+   make
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  install -d ${pkgdir}/usr/share/ncmpc/lyrics
-  install -m755 
lyrics/{10-hd.sh,15-leoslyrics.sh,20-lyricwiki.rb,30-leoslyrics.py} \
-${pkgdir}/usr/share/ncmpc/lyrics
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+   for i in lyrics/*; do install -Dm755 $i 
${pkgdir}/usr/share/ncmpc/$i; done
 }



[arch-commits] Commit in ncmpc/trunk (PKGBUILD)

2012-02-20 Thread Angel Velásquez
Date: Monday, February 20, 2012 @ 20:21:48
  Author: angvp
Revision: 150714

upgpkg: ncmpc 0.20-1

Version bump to 0.20

Modified:
  ncmpc/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-02-21 01:06:35 UTC (rev 150713)
+++ PKGBUILD2012-02-21 01:21:48 UTC (rev 150714)
@@ -5,7 +5,7 @@
 # Contributor: Daniel Bainton dpb [at] backarrow.org
 
 pkgname=ncmpc
-pkgver=0.19
+pkgver=0.20
 pkgrel=1
 pkgdesc=A ncurses (command line) interface for MPD
 arch=(i686 x86_64)
@@ -15,7 +15,7 @@
 optdepends=('python2: to enable lyrics plugin'
'ruby: to enable lyrics plugin')
 
source=(http://downloads.sourceforge.net/musicpd/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('d298ad1313ef3a522ef03367f8a1ffc0')
+md5sums=('62b9df0263d9567babf7446c258acc5d')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in ncmpc/trunk (PKGBUILD)

2011-07-25 Thread Angel Velásquez
Date: Sunday, July 24, 2011 @ 21:06:16
  Author: angvp
Revision: 132708

upgpkg: ncmpc 0.19-1
oops version bump to 0.19

Modified:
  ncmpc/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-07-25 00:24:40 UTC (rev 132707)
+++ PKGBUILD2011-07-25 01:06:16 UTC (rev 132708)
@@ -5,7 +5,7 @@
 # Contributor: Daniel Bainton dpb [at] backarrow.org
 
 pkgname=ncmpc
-pkgver=0.18
+pkgver=0.19
 pkgrel=1
 pkgdesc=A ncurses (command line) interface for MPD
 arch=(i686 x86_64)
@@ -15,7 +15,7 @@
 optdepends=('python2: to enable lyrics plugin'
'ruby: to enable lyrics plugin')
 
source=(http://downloads.sourceforge.net/musicpd/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('9f07e8289b710c7c41b3c80ba73fed76')
+md5sums=('d298ad1313ef3a522ef03367f8a1ffc0')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in ncmpc/trunk (PKGBUILD)

2011-07-24 Thread Angel Velásquez
Date: Sunday, July 24, 2011 @ 17:56:55
  Author: angvp
Revision: 132476

upgpkg: ncmpc 0.18-1
Bump version to 0.18

Modified:
  ncmpc/trunk/PKGBUILD

--+
 PKGBUILD |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-07-24 17:40:54 UTC (rev 132475)
+++ PKGBUILD2011-07-24 21:56:55 UTC (rev 132476)
@@ -1,11 +1,12 @@
 # $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
+# Maintainer: Angel Velasquez an...@archlinux.org 
+# Contributor: Andrea Scarpino and...@archlinux.org
 # Contributor: damir da...@archlinux.org
 # Contributor: Daniel Bainton dpb [at] backarrow.org
 
 pkgname=ncmpc
 pkgver=0.18
-pkgrel=2
+pkgrel=1
 pkgdesc=A ncurses (command line) interface for MPD
 arch=(i686 x86_64)
 url=http://mpd.wikia.com/wiki/Client:Ncmpc;



[arch-commits] Commit in ncmpc/trunk (PKGBUILD)

2010-09-29 Thread Andrea Scarpino
Date: Wednesday, September 29, 2010 @ 02:03:38
  Author: andrea
Revision: 92098

upgpkg: ncmpc 0.18-1
upstream release

Modified:
  ncmpc/trunk/PKGBUILD

--+
 PKGBUILD |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-09-28 21:23:20 UTC (rev 92097)
+++ PKGBUILD2010-09-29 06:03:38 UTC (rev 92098)
@@ -4,21 +4,21 @@
 # Contributor: Daniel Bainton dpb [at] backarrow.org
 
 pkgname=ncmpc
-pkgver=0.17
-pkgrel=2
+pkgver=0.18
+pkgrel=1
 pkgdesc=A ncurses (command line) interface for MPD
 arch=(i686 x86_64)
 url=http://mpd.wikia.com/wiki/Client:Ncmpc;
 license=('GPL')
 depends=('ncurses' 'glib2' 'libmpdclient')
-optdepends=('python2: to enable lyrics plugin'
+optdepends=('python: to enable lyrics plugin'
'ruby: to enable lyrics plugin')
 
source=(http://downloads.sourceforge.net/musicpd/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('462e848d02d80e912229801d522c4d37')
+md5sums=('9f07e8289b710c7c41b3c80ba73fed76')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  sed -i 's#python#python2#' lyrics/30-leoslyrics.py
+#  sed -i 's#python#python2#' lyrics/30-leoslyrics.py
   ./configure --prefix=/usr \
 --sysconfdir=/etc \
 --enable-lyrics-screen \



[arch-commits] Commit in ncmpc/trunk (PKGBUILD)

2010-09-29 Thread Andrea Scarpino
Date: Wednesday, September 29, 2010 @ 02:29:55
  Author: andrea
Revision: 92103

upgpkg: ncmpc 0.18-2
upstream release

Modified:
  ncmpc/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-09-29 06:04:51 UTC (rev 92102)
+++ PKGBUILD2010-09-29 06:29:55 UTC (rev 92103)
@@ -5,20 +5,20 @@
 
 pkgname=ncmpc
 pkgver=0.18
-pkgrel=1
+pkgrel=2
 pkgdesc=A ncurses (command line) interface for MPD
 arch=(i686 x86_64)
 url=http://mpd.wikia.com/wiki/Client:Ncmpc;
 license=('GPL')
 depends=('ncurses' 'glib2' 'libmpdclient')
-optdepends=('python: to enable lyrics plugin'
+optdepends=('python2: to enable lyrics plugin'
'ruby: to enable lyrics plugin')
 
source=(http://downloads.sourceforge.net/musicpd/${pkgname}-${pkgver}.tar.bz2;)
 md5sums=('9f07e8289b710c7c41b3c80ba73fed76')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-#  sed -i 's#python#python2#' lyrics/30-leoslyrics.py
+  sed -i 's#python#python2#' lyrics/30-leoslyrics.py
   ./configure --prefix=/usr \
 --sysconfdir=/etc \
 --enable-lyrics-screen \



[arch-commits] Commit in ncmpc/trunk (PKGBUILD)

2010-09-04 Thread Rémy Oudompheng
Date: Saturday, September 4, 2010 @ 12:53:43
  Author: remy
Revision: 89890

upgpkg: ncmpc 0.17-2
Rebuild (point to /usr/bin/python2).

Modified:
  ncmpc/trunk/PKGBUILD

--+
 PKGBUILD |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-09-04 16:52:43 UTC (rev 89889)
+++ PKGBUILD2010-09-04 16:53:43 UTC (rev 89890)
@@ -5,19 +5,20 @@
 
 pkgname=ncmpc
 pkgver=0.17
-pkgrel=1
+pkgrel=2
 pkgdesc=A ncurses (command line) interface for MPD
 arch=(i686 x86_64)
 url=http://mpd.wikia.com/wiki/Client:Ncmpc;
 license=('GPL')
 depends=('ncurses' 'glib2' 'libmpdclient')
-optdepends=('python: to enable lyrics plugin'
+optdepends=('python2: to enable lyrics plugin'
'ruby: to enable lyrics plugin')
 
source=(http://downloads.sourceforge.net/musicpd/${pkgname}-${pkgver}.tar.bz2;)
 md5sums=('462e848d02d80e912229801d522c4d37')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
+  sed -i 's#python#python2#' lyrics/30-leoslyrics.py
   ./configure --prefix=/usr \
 --sysconfdir=/etc \
 --enable-lyrics-screen \



[arch-commits] Commit in ncmpc/trunk (PKGBUILD)

2010-07-16 Thread Andrea Scarpino
Date: Friday, July 16, 2010 @ 04:46:09
  Author: andrea
Revision: 85595

upgpkg: ncmpc 0.17-1
upstream release; samples configuration are already in /usr/share/ncmpc/doc

Modified:
  ncmpc/trunk/PKGBUILD

--+
 PKGBUILD |   22 --
 1 file changed, 12 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-07-16 08:45:06 UTC (rev 85594)
+++ PKGBUILD2010-07-16 08:46:09 UTC (rev 85595)
@@ -4,7 +4,7 @@
 # Contributor: Daniel Bainton dpb [at] backarrow.org
 
 pkgname=ncmpc
-pkgver=0.16.1
+pkgver=0.17
 pkgrel=1
 pkgdesc=A ncurses (command line) interface for MPD
 arch=(i686 x86_64)
@@ -13,21 +13,23 @@
 depends=('ncurses' 'glib2' 'libmpdclient')
 optdepends=('python: to enable lyrics plugin'
'ruby: to enable lyrics plugin')
-source=(http://downloads.sourceforge.net/musicpd/$pkgname-$pkgver.tar.bz2;)
-md5sums=('f3e53a379bd0bc82d315aa111bfdd17a')
+source=(http://downloads.sourceforge.net/musicpd/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('462e848d02d80e912229801d522c4d37')
 
 build() {
-  cd ${srcdir}/$pkgname-$pkgver
+  cd ${srcdir}/${pkgname}-${pkgver}
   ./configure --prefix=/usr \
 --sysconfdir=/etc \
 --enable-lyrics-screen \
 --with-lyrics-plugin-dir=/usr/share/ncmpc/lyrics
-  make || return 1
-  make prefix=${pkgdir}/usr install
-  install -d ${pkgdir}/etc/ncmpc
-  install -m644 doc/{config.sample,keys.sample} \
-${pkgdir}/etc/ncmpc || return 1
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
   install -d ${pkgdir}/usr/share/ncmpc/lyrics
   install -m755 
lyrics/{10-hd.sh,15-leoslyrics.sh,20-lyricwiki.rb,30-leoslyrics.py} \
-${pkgdir}/usr/share/ncmpc/lyrics || return 1
+${pkgdir}/usr/share/ncmpc/lyrics
 }



[arch-commits] Commit in ncmpc/trunk (PKGBUILD)

2010-01-20 Thread Andrea Scarpino
Date: Wednesday, January 20, 2010 @ 03:16:53
  Author: andrea
Revision: 64422

upgpkg: ncmpc 0.16.1-1
upstream release

Modified:
  ncmpc/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-01-20 07:25:43 UTC (rev 64421)
+++ PKGBUILD2010-01-20 08:16:53 UTC (rev 64422)
@@ -4,7 +4,7 @@
 # Contributor: Daniel Bainton dpb [at] backarrow.org
 
 pkgname=ncmpc
-pkgver=0.16
+pkgver=0.16.1
 pkgrel=1
 pkgdesc=A ncurses (command line) interface for MPD
 arch=(i686 x86_64)
@@ -14,7 +14,7 @@
 optdepends=('python: to enable lyrics plugin'
'ruby: to enable lyrics plugin')
 source=(http://downloads.sourceforge.net/musicpd/$pkgname-$pkgver.tar.bz2;)
-md5sums=('63b6bf666b6326c87abdea5f900a4fc3')
+md5sums=('f3e53a379bd0bc82d315aa111bfdd17a')
 
 build() {
   cd ${srcdir}/$pkgname-$pkgver



[arch-commits] Commit in ncmpc/trunk (PKGBUILD)

2010-01-15 Thread Andrea Scarpino
Date: Friday, January 15, 2010 @ 08:41:15
  Author: andrea
Revision: 63166

upgpkg: ncmpc 0.16-1
upstream release

Modified:
  ncmpc/trunk/PKGBUILD

--+
 PKGBUILD |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-01-15 13:32:46 UTC (rev 63165)
+++ PKGBUILD2010-01-15 13:41:15 UTC (rev 63166)
@@ -4,17 +4,17 @@
 # Contributor: Daniel Bainton dpb [at] backarrow.org
 
 pkgname=ncmpc
-pkgver=0.15
-pkgrel=2
+pkgver=0.16
+pkgrel=1
 pkgdesc=A ncurses (command line) interface for MPD
 arch=(i686 x86_64)
 url=http://mpd.wikia.com/wiki/Client:Ncmpc;
 license=('GPL')
-depends=('ncurses' 'glib2')
+depends=('ncurses' 'glib2' 'libmpdclient')
 optdepends=('python: to enable lyrics plugin'
'ruby: to enable lyrics plugin')
 source=(http://downloads.sourceforge.net/musicpd/$pkgname-$pkgver.tar.bz2;)
-md5sums=('806dcbb8f6f1a6ce1b60f51c2d94199d')
+md5sums=('63b6bf666b6326c87abdea5f900a4fc3')
 
 build() {
   cd ${srcdir}/$pkgname-$pkgver
@@ -28,6 +28,6 @@
   install -m644 doc/{config.sample,keys.sample} \
 ${pkgdir}/etc/ncmpc || return 1
   install -d ${pkgdir}/usr/share/ncmpc/lyrics
-  install -m755 lyrics/{01-hd.sh,02-lyricwiki.rb,03-leoslyrics.py} \
+  install -m755 
lyrics/{10-hd.sh,15-leoslyrics.sh,20-lyricwiki.rb,30-leoslyrics.py} \
 ${pkgdir}/usr/share/ncmpc/lyrics || return 1
 }