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

2020-12-14 Thread Antonio Rojas via arch-commits
Date: Tuesday, December 15, 2020 @ 07:31:35
  Author: arojas
Revision: 775848

Update to 2.2.2

Modified:
  nicotine+/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-15 06:21:12 UTC (rev 775847)
+++ PKGBUILD2020-12-15 07:31:35 UTC (rev 775848)
@@ -5,7 +5,7 @@
 # Contributor: Andrew Wright 
 
 pkgname=nicotine+
-pkgver=2.2.1
+pkgver=2.2.2
 pkgrel=1
 pkgdesc='Soulseek music-sharing client, written in python'
 arch=(any)
@@ -16,7 +16,7 @@
 optdepends=('libappindicator-gtk3: tray icon')
 
#source=("https://github.com/Nicotine-Plus/nicotine-plus/releases/download/$pkgver/nicotine-$pkgver.tar.gz;)
 
source=($pkgname-$pkgver.tar.gz::"https://github.com/Nicotine-Plus/nicotine-plus/archive/$pkgver.tar.gz;)
-sha256sums=('05a3e3816cce0751dae75602387ebe12791fe59942c14845a2632e4eb16d17d5')
+sha256sums=('a2734f11beb7ec4e32d1c8270b7328721b841830b22aed2db3c4acf2b66791bb')
 
 package() {
   cd nicotine-plus-$pkgver


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

2020-12-14 Thread Antonio Rojas via arch-commits
Date: Monday, December 14, 2020 @ 21:02:06
  Author: arojas
Revision: 775769

Update to 2.2.1

Modified:
  nicotine+/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-14 20:59:01 UTC (rev 775768)
+++ PKGBUILD2020-12-14 21:02:06 UTC (rev 775769)
@@ -5,7 +5,7 @@
 # Contributor: Andrew Wright 
 
 pkgname=nicotine+
-pkgver=2.2.0
+pkgver=2.2.1
 pkgrel=1
 pkgdesc='Soulseek music-sharing client, written in python'
 arch=(any)
@@ -16,7 +16,7 @@
 optdepends=('libappindicator-gtk3: tray icon')
 
#source=("https://github.com/Nicotine-Plus/nicotine-plus/releases/download/$pkgver/nicotine-$pkgver.tar.gz;)
 
source=($pkgname-$pkgver.tar.gz::"https://github.com/Nicotine-Plus/nicotine-plus/archive/$pkgver.tar.gz;)
-sha256sums=('604b81d26670b4c04240e3a922cd90b1b8aa575deb155d2e1209deaddb0e4026')
+sha256sums=('05a3e3816cce0751dae75602387ebe12791fe59942c14845a2632e4eb16d17d5')
 
 package() {
   cd nicotine-plus-$pkgver


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

2020-12-04 Thread Antonio Rojas via arch-commits
Date: Friday, December 4, 2020 @ 20:23:50
  Author: arojas
Revision: 770029

Update to 2.2.0

Modified:
  nicotine+/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-04 20:22:50 UTC (rev 770028)
+++ PKGBUILD2020-12-04 20:23:50 UTC (rev 770029)
@@ -5,18 +5,18 @@
 # Contributor: Andrew Wright 
 
 pkgname=nicotine+
-pkgver=2.1.2
-pkgrel=2
+pkgver=2.2.0
+pkgrel=1
 pkgdesc='Soulseek music-sharing client, written in python'
 arch=(any)
 url='https://github.com/Nicotine-Plus/nicotine-plus'
 license=(GPL)
-depends=(python-pytaglib python-gobject python-miniupnpc gtk3 gspell libnotify)
+depends=(python-gobject gtk3 gspell)
 makedepends=(python-setuptools)
 optdepends=('libappindicator-gtk3: tray icon')
 
#source=("https://github.com/Nicotine-Plus/nicotine-plus/releases/download/$pkgver/nicotine-$pkgver.tar.gz;)
 
source=($pkgname-$pkgver.tar.gz::"https://github.com/Nicotine-Plus/nicotine-plus/archive/$pkgver.tar.gz;)
-sha256sums=('3ed18ade97183c632836eb8e304a515fc19a35babb46cc6e6747bcfd8205dcdf')
+sha256sums=('604b81d26670b4c04240e3a922cd90b1b8aa575deb155d2e1209deaddb0e4026')
 
 package() {
   cd nicotine-plus-$pkgver


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

2020-11-12 Thread Evangelos Foutras via arch-commits
Date: Thursday, November 12, 2020 @ 17:36:49
  Author: foutrelis
Revision: 752713

upgpkg: nicotine+ 2.1.2-2: Python 3.9 rebuild

Modified:
  nicotine+/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-12 17:36:43 UTC (rev 752712)
+++ PKGBUILD2020-11-12 17:36:49 UTC (rev 752713)
@@ -6,7 +6,7 @@
 
 pkgname=nicotine+
 pkgver=2.1.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Soulseek music-sharing client, written in python'
 arch=(any)
 url='https://github.com/Nicotine-Plus/nicotine-plus'


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

2020-10-13 Thread Antonio Rojas via arch-commits
Date: Tuesday, October 13, 2020 @ 06:11:55
  Author: arojas
Revision: 723800

Update to 2.1.2

Modified:
  nicotine+/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-13 05:34:52 UTC (rev 723799)
+++ PKGBUILD2020-10-13 06:11:55 UTC (rev 723800)
@@ -5,8 +5,8 @@
 # Contributor: Andrew Wright 
 
 pkgname=nicotine+
-pkgver=2.1.1
-pkgrel=2
+pkgver=2.1.2
+pkgrel=1
 pkgdesc='Soulseek music-sharing client, written in python'
 arch=(any)
 url='https://github.com/Nicotine-Plus/nicotine-plus'
@@ -14,11 +14,12 @@
 depends=(python-pytaglib python-gobject python-miniupnpc gtk3 gspell libnotify)
 makedepends=(python-setuptools)
 optdepends=('libappindicator-gtk3: tray icon')
-source=("https://github.com/Nicotine-Plus/nicotine-plus/releases/download/$pkgver/nicotine-$pkgver.tar.gz;)
-sha256sums=('44be702fbf3b7cdb4920eacb80bbb307e29ec7e9d736187a54f6d4b0760ec942')
+#source=("https://github.com/Nicotine-Plus/nicotine-plus/releases/download/$pkgver/nicotine-$pkgver.tar.gz;)
+source=($pkgname-$pkgver.tar.gz::"https://github.com/Nicotine-Plus/nicotine-plus/archive/$pkgver.tar.gz;)
+sha256sums=('3ed18ade97183c632836eb8e304a515fc19a35babb46cc6e6747bcfd8205dcdf')
 
 package() {
-  cd nicotine-$pkgver
+  cd nicotine-plus-$pkgver
 
   python setup.py install --root="$pkgdir"
 }


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

2020-09-29 Thread Antonio Rojas via arch-commits
Date: Tuesday, September 29, 2020 @ 06:01:36
  Author: arojas
Revision: 713658

Remove gsound dependency (FS#68035)

Modified:
  nicotine+/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-29 03:00:08 UTC (rev 713657)
+++ PKGBUILD2020-09-29 06:01:36 UTC (rev 713658)
@@ -6,12 +6,12 @@
 
 pkgname=nicotine+
 pkgver=2.1.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Soulseek music-sharing client, written in python'
 arch=(any)
 url='https://github.com/Nicotine-Plus/nicotine-plus'
 license=(GPL)
-depends=(python-pytaglib python-gobject python-miniupnpc gtk3 gsound gspell 
libnotify)
+depends=(python-pytaglib python-gobject python-miniupnpc gtk3 gspell libnotify)
 makedepends=(python-setuptools)
 optdepends=('libappindicator-gtk3: tray icon')
 
source=("https://github.com/Nicotine-Plus/nicotine-plus/releases/download/$pkgver/nicotine-$pkgver.tar.gz;)


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

2020-09-27 Thread Antonio Rojas via arch-commits
Date: Sunday, September 27, 2020 @ 17:24:06
  Author: arojas
Revision: 712742

Update to 2.1.1

Modified:
  nicotine+/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-27 17:23:29 UTC (rev 712741)
+++ PKGBUILD2020-09-27 17:24:06 UTC (rev 712742)
@@ -5,7 +5,7 @@
 # Contributor: Andrew Wright 
 
 pkgname=nicotine+
-pkgver=2.1.0
+pkgver=2.1.1
 pkgrel=1
 pkgdesc='Soulseek music-sharing client, written in python'
 arch=(any)
@@ -15,7 +15,7 @@
 makedepends=(python-setuptools)
 optdepends=('libappindicator-gtk3: tray icon')
 
source=("https://github.com/Nicotine-Plus/nicotine-plus/releases/download/$pkgver/nicotine-$pkgver.tar.gz;)
-sha256sums=('450f25b8faada34ce838790d37f6164def84397f1e61dd7aa44ccfbd3193c5ef')
+sha256sums=('44be702fbf3b7cdb4920eacb80bbb307e29ec7e9d736187a54f6d4b0760ec942')
 
 package() {
   cd nicotine-$pkgver


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

2020-09-12 Thread Antonio Rojas via arch-commits
Date: Saturday, September 12, 2020 @ 20:30:28
  Author: arojas
Revision: 704784

Update to 2.1.0

Modified:
  nicotine+/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-12 20:29:46 UTC (rev 704783)
+++ PKGBUILD2020-09-12 20:30:28 UTC (rev 704784)
@@ -5,16 +5,17 @@
 # Contributor: Andrew Wright 
 
 pkgname=nicotine+
-pkgver=2.0.1
+pkgver=2.1.0
 pkgrel=1
 pkgdesc='Soulseek music-sharing client, written in python'
 arch=(any)
 url='https://github.com/Nicotine-Plus/nicotine-plus'
 license=(GPL)
-depends=(python-mutagen python-gobject python-miniupnpc gtk3 gsound gspell 
libnotify)
+depends=(python-pytaglib python-gobject python-miniupnpc gtk3 gsound gspell 
libnotify)
+makedepends=(python-setuptools)
 optdepends=('libappindicator-gtk3: tray icon')
 
source=("https://github.com/Nicotine-Plus/nicotine-plus/releases/download/$pkgver/nicotine-$pkgver.tar.gz;)
-sha256sums=('73cd135d0022ef65140427eb5d4741798733f45443e6a3d76178b0f2f33d8107')
+sha256sums=('450f25b8faada34ce838790d37f6164def84397f1e61dd7aa44ccfbd3193c5ef')
 
 package() {
   cd nicotine-$pkgver


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

2020-07-16 Thread Antonio Rojas via arch-commits
Date: Thursday, July 16, 2020 @ 22:01:51
  Author: arojas
Revision: 664227

Update to 2.0.1

Modified:
  nicotine+/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-16 22:01:47 UTC (rev 664226)
+++ PKGBUILD2020-07-16 22:01:51 UTC (rev 664227)
@@ -5,8 +5,8 @@
 # Contributor: Andrew Wright 
 
 pkgname=nicotine+
-pkgver=2.0.0
-pkgrel=2
+pkgver=2.0.1
+pkgrel=1
 pkgdesc='Soulseek music-sharing client, written in python'
 arch=(any)
 url='https://github.com/Nicotine-Plus/nicotine-plus'
@@ -14,7 +14,7 @@
 depends=(python-mutagen python-gobject python-miniupnpc gtk3 gsound gspell 
libnotify)
 optdepends=('libappindicator-gtk3: tray icon')
 
source=("https://github.com/Nicotine-Plus/nicotine-plus/releases/download/$pkgver/nicotine-$pkgver.tar.gz;)
-sha256sums=('06b1f343089a93bd07e6394926d71793aa615c55d593e0be81df24d6ed2caa66')
+sha256sums=('73cd135d0022ef65140427eb5d4741798733f45443e6a3d76178b0f2f33d8107')
 
 package() {
   cd nicotine-$pkgver


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

2020-07-16 Thread Antonio Rojas via arch-commits
Date: Thursday, July 16, 2020 @ 06:24:47
  Author: arojas
Revision: 664040

Update dependencies (FS#67284)

Modified:
  nicotine+/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-16 06:21:56 UTC (rev 664039)
+++ PKGBUILD2020-07-16 06:24:47 UTC (rev 664040)
@@ -6,13 +6,13 @@
 
 pkgname=nicotine+
 pkgver=2.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Soulseek music-sharing client, written in python'
 arch=(any)
 url='https://github.com/Nicotine-Plus/nicotine-plus'
 license=(GPL)
-depends=(python-mutagen python-gobject gtk3)
-optdepends=('python-geoip: to enable Geographical blocker')
+depends=(python-mutagen python-gobject python-miniupnpc gtk3 gsound gspell 
libnotify)
+optdepends=('libappindicator-gtk3: tray icon')
 
source=("https://github.com/Nicotine-Plus/nicotine-plus/releases/download/$pkgver/nicotine-$pkgver.tar.gz;)
 sha256sums=('06b1f343089a93bd07e6394926d71793aa615c55d593e0be81df24d6ed2caa66')
 


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

2019-11-18 Thread Antonio Rojas via arch-commits
Date: Tuesday, November 19, 2019 @ 07:40:37
  Author: arojas
Revision: 530409

Rebuild to fix mutagen dependency (FS#64564)

Modified:
  nicotine+/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-19 07:37:31 UTC (rev 530408)
+++ PKGBUILD2019-11-19 07:40:37 UTC (rev 530409)
@@ -6,7 +6,7 @@
 
 pkgname=nicotine+
 pkgver=1.4.1
-pkgrel=3
+pkgrel=4
 pkgdesc='Soulseek music-sharing client, written in python'
 arch=(any)
 url='https://github.com/Nicotine-Plus/nicotine-plus'


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

2019-02-16 Thread Antonio Rojas via arch-commits
Date: Saturday, February 16, 2019 @ 10:01:38
  Author: arojas
Revision: 433102

Update mutagen dependency

Modified:
  nicotine+/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-16 10:00:07 UTC (rev 433101)
+++ PKGBUILD2019-02-16 10:01:38 UTC (rev 433102)
@@ -11,7 +11,7 @@
 arch=(any)
 url='https://github.com/Nicotine-Plus/nicotine-plus'
 license=(GPL)
-depends=(mutagen pygtk)
+depends=(python2-mutagen pygtk)
 optdepends=('python2-geoip: to enable Geographical blocker')
 conflicts=(nicotine)
 replaces=(nicotine)


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

2017-10-26 Thread Antonio Rojas
Date: Thursday, October 26, 2017 @ 15:44:55
  Author: arojas
Revision: 264520

Remove AUR optdepend

Modified:
  nicotine+/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-26 15:32:25 UTC (rev 264519)
+++ PKGBUILD2017-10-26 15:44:55 UTC (rev 264520)
@@ -6,13 +6,13 @@
 
 pkgname=nicotine+
 pkgver=1.4.1
-pkgrel=2
+pkgrel=3
 pkgdesc='Soulseek music-sharing client, written in python'
 arch=(any)
 url='https://github.com/Nicotine-Plus/nicotine-plus'
 license=(GPL)
 depends=(mutagen pygtk)
-optdepends=('python2-geoip: to enable Geographical blocker' 
'python2-miniupnpc: UPNP support')
+optdepends=('python2-geoip: to enable Geographical blocker')
 conflicts=(nicotine)
 replaces=(nicotine)
 
source=($pkgname-$pkgver::"https://github.com/Nicotine-Plus/nicotine-plus/archive/$pkgver.tar.gz;)


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

2017-04-24 Thread Antonio Rojas
Date: Monday, April 24, 2017 @ 19:27:16
  Author: arojas
Revision: 225198

Add missing pygtk dependency (FS#53792)

Modified:
  nicotine+/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-24 19:12:30 UTC (rev 225197)
+++ PKGBUILD2017-04-24 19:27:16 UTC (rev 225198)
@@ -6,13 +6,12 @@
 
 pkgname=nicotine+
 pkgver=1.4.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Soulseek music-sharing client, written in python'
 arch=(any)
 url='https://github.com/Nicotine-Plus/nicotine-plus'
 license=(GPL)
-depends=(mutagen hicolor-icon-theme)
-makedepends=(python2-gobject2)
+depends=(mutagen pygtk)
 optdepends=('python2-geoip: to enable Geographical blocker' 
'python2-miniupnpc: UPNP support')
 conflicts=(nicotine)
 replaces=(nicotine)


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

2013-02-04 Thread Alexander Rødseth
Date: Monday, February 4, 2013 @ 10:59:51
  Author: arodseth
Revision: 83645

upgpkg: nicotine 1.2.16-4

Modified:
  nicotine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-04 09:47:51 UTC (rev 83644)
+++ PKGBUILD2013-02-04 09:59:51 UTC (rev 83645)
@@ -1,34 +1,44 @@
 # $Id$
-# Maintainer: Angel Velasquez an...@archlinux.org
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Angel Velasquez an...@archlinux.org
 # Contributor: Hugo Doria h...@archlinux.org
 # Contributor: Andrew Wright andr...@photism.org
 
 pkgname=nicotine
 pkgver=1.2.16
 pkgrel=4
-pkgdesc=Soulseek music-sharing client, written in python
-arch=('i686' 'x86_64')
-url=http://sourceforge.net/projects/nicotine-plus/;
+pkgdesc='Soulseek music-sharing client, written in python'
+arch=('x86_64' 'i686')
+url='http://sourceforge.net/projects/nicotine-plus/'
 license=('GPL')
 depends=('pygtk' 'mutagen')
+makedepends=('setconf')
 optdepends=('python2-geoip: to enable Geographical blocker')
-source=(http://downloads.sourceforge.net/project/nicotine-plus/nicotine-plus/${pkgver}/${pkgname}+-${pkgver}.tar.bz2)
-md5sums=('ac7433c21ef619a37e079a7ae68da94a')
+source=(http://downloads.sourceforge.net/project/nicotine-plus/nicotine-plus/${pkgver}/${pkgname}+-${pkgver}.tar.bz2;)
+sha256sums=('71e5b33e273daaf072dbf63839536c14d7ead9d149323d50eee09f7429e34c1d')
 
 build() {
-  cd ${srcdir}/${pkgname}+-${pkgver}
-  sed -i -e s/Icon=nicotine-plus/Icon=nicotine-plus-32px/ 
files/nicotine.desktop # Fixing FS#22476
+  cd $srcdir/${pkgname}+-$pkgver
+
+  # Fix for FS#22476
+  setconf files/nicotine.desktop Icon nicotine-plus-32px
+
+  # Python fix
   sed -i -e 's|/usr/bin/env python|/usr/bin/env python2|' \
 -e 's|/usr/bin/python|/usr/bin/python2|' pynicotine/{,gtkgui/}*.py
 
-  python2 setup.py install --root=${pkgdir}
   cd trayicon
   python2 autogen.py
   make 
 }
 
 package() {
-  cd ${srcdir}/${pkgname}+-${pkgver}/trayicon
-  make DESTDIR=${pkgdir} install 
-  ln -s nicotine.py ${pkgdir}/usr/bin/nicotine
+  cd $srcdir/${pkgname}+-$pkgver
+
+  python2 setup.py install --root=$pkgdir
+  cd trayicon
+  make DESTDIR=$pkgdir install 
+  ln -s nicotine.py $pkgdir/usr/bin/nicotine
 }
+
+# vim:set ts=2 sw=2 et:



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

2013-02-04 Thread Alexander Rødseth
Date: Monday, February 4, 2013 @ 11:04:34
  Author: arodseth
Revision: 83655

upgpkg: nicotine 1.2.16-5, fix for pkgdir TODO

Modified:
  nicotine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-04 10:01:23 UTC (rev 83654)
+++ PKGBUILD2013-02-04 10:04:34 UTC (rev 83655)
@@ -6,12 +6,12 @@
 
 pkgname=nicotine
 pkgver=1.2.16
-pkgrel=4
+pkgrel=5
 pkgdesc='Soulseek music-sharing client, written in python'
 arch=('x86_64' 'i686')
 url='http://sourceforge.net/projects/nicotine-plus/'
 license=('GPL')
-depends=('pygtk' 'mutagen')
+depends=('pygtk' 'mutagen') #'python-sexy') TODO: Move python-sexy from AUR
 makedepends=('setconf')
 optdepends=('python2-geoip: to enable Geographical blocker')
 
source=(http://downloads.sourceforge.net/project/nicotine-plus/nicotine-plus/${pkgver}/${pkgname}+-${pkgver}.tar.bz2;)



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

2012-10-08 Thread Eric Bélanger
Date: Monday, October 8, 2012 @ 20:13:22
  Author: eric
Revision: 168341

upgpkg: nicotine 1.2.16-4

Update optdepends, Clean up PKGBUILD, Add python2 fix

Modified:
  nicotine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-10-08 23:42:19 UTC (rev 168340)
+++ PKGBUILD2012-10-09 00:13:22 UTC (rev 168341)
@@ -5,33 +5,30 @@
 
 pkgname=nicotine
 pkgver=1.2.16
-pkgrel=3
+pkgrel=4
 pkgdesc=Soulseek music-sharing client, written in python
-license=('GPL')
 arch=('i686' 'x86_64')
-depends=('pygtk=2.14.1' 'mutagen')
-conflicts=(nicotine-plus)
-replaces=(nicotine-plus)
 url=http://sourceforge.net/projects/nicotine-plus/;
+license=('GPL')
+depends=('pygtk' 'mutagen')
+optdepends=('python2-geoip: to enable Geographical blocker')
 
source=(http://downloads.sourceforge.net/project/nicotine-plus/nicotine-plus/${pkgver}/${pkgname}+-${pkgver}.tar.bz2)
-optdepends=('python-sexy: To enable spell checking'
-   'python-geoip: to enable Geographical blocker')
 md5sums=('ac7433c21ef619a37e079a7ae68da94a')
 
-
-
-
 build() {
-  cd ${srcdir}/${pkgname}+-${pkgver}
+  cd ${srcdir}/${pkgname}+-${pkgver}
   sed -i -e s/Icon=nicotine-plus/Icon=nicotine-plus-32px/ 
files/nicotine.desktop # Fixing FS#22476
-  python2 setup.py install --root=${pkgdir}
+  sed -i -e 's|/usr/bin/env python|/usr/bin/env python2|' \
+-e 's|/usr/bin/python|/usr/bin/python2|' pynicotine/{,gtkgui/}*.py
+
+  python2 setup.py install --root=${pkgdir}
   cd trayicon
   python2 autogen.py
   make 
 }
 
 package() {
-  cd ${srcdir}/${pkgname}+-${pkgver}/trayicon
-  make DESTDIR=${pkgdir} install 
-  ln -s nicotine.py ${pkgdir}/usr/bin/nicotine 
+  cd ${srcdir}/${pkgname}+-${pkgver}/trayicon
+  make DESTDIR=${pkgdir} install 
+  ln -s nicotine.py ${pkgdir}/usr/bin/nicotine
 }



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

2011-12-05 Thread Angel Velásquez
Date: Tuesday, December 6, 2011 @ 01:34:16
  Author: angvp
Revision: 144456

upgpkg: nicotine 1.2.16-3

Fixing FS#25962

Modified:
  nicotine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-12-06 03:46:24 UTC (rev 144455)
+++ PKGBUILD2011-12-06 06:34:16 UTC (rev 144456)
@@ -5,11 +5,11 @@
 
 pkgname=nicotine
 pkgver=1.2.16
-pkgrel=2
+pkgrel=3
 pkgdesc=Soulseek music-sharing client, written in python
 license=('GPL')
 arch=('i686' 'x86_64')
-depends=('pygtk=2.14.1' 'mutagen' 'python-geoip=1.2.4')
+depends=('pygtk=2.14.1' 'mutagen')
 conflicts=(nicotine-plus)
 replaces=(nicotine-plus)
 url=http://sourceforge.net/projects/nicotine-plus/;
@@ -18,6 +18,9 @@
'python-geoip: to enable Geographical blocker')
 md5sums=('ac7433c21ef619a37e079a7ae68da94a')
 
+
+
+
 build() {
   cd ${srcdir}/${pkgname}+-${pkgver}
   sed -i -e s/Icon=nicotine-plus/Icon=nicotine-plus-32px/ 
files/nicotine.desktop # Fixing FS#22476
@@ -25,6 +28,10 @@
   cd trayicon
   python2 autogen.py
   make 
+}
+
+package() {
+  cd ${srcdir}/${pkgname}+-${pkgver}/trayicon
   make DESTDIR=${pkgdir} install 
   ln -s nicotine.py ${pkgdir}/usr/bin/nicotine 
 }



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

2011-01-30 Thread Angel Velásquez
Date: Sunday, January 30, 2011 @ 17:14:15
  Author: angvp
Revision: 108389

upgpkg: nicotine 1.2.16-2
Fixing bug on the .desktop file

Modified:
  nicotine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-01-30 22:12:01 UTC (rev 108388)
+++ PKGBUILD2011-01-30 22:14:15 UTC (rev 108389)
@@ -1,10 +1,11 @@
 # $Id$
-# Maintainer: Hugo Doria h...@archlinux.org
+# Maintainer: Angel Velasquez an...@archlinux.org
+# Contributor: Hugo Doria h...@archlinux.org
 # Contributor: Andrew Wright andr...@photism.org
 
 pkgname=nicotine
 pkgver=1.2.16
-pkgrel=1
+pkgrel=2
 pkgdesc=Soulseek music-sharing client, written in python
 license=('GPL')
 arch=('i686' 'x86_64')
@@ -19,6 +20,7 @@
 
 build() {
   cd ${srcdir}/${pkgname}+-${pkgver}
+  sed -i -e s/Icon=nicotine-plus/Icon=nicotine-plus-32px/ 
files/nicotine.desktop # Fixing FS#22476
   python2 setup.py install --root=${pkgdir}
   cd trayicon
   python2 autogen.py



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

2011-01-14 Thread Angel Velásquez
Date: Friday, January 14, 2011 @ 14:33:12
  Author: angvp
Revision: 106143

upgpkg: nicotine 1.2.16-1
Bump release to 1.2.16

Modified:
  nicotine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-01-14 19:24:12 UTC (rev 106142)
+++ PKGBUILD2011-01-14 19:33:12 UTC (rev 106143)
@@ -3,8 +3,8 @@
 # Contributor: Andrew Wright andr...@photism.org
 
 pkgname=nicotine
-pkgver=1.2.15
-pkgrel=2
+pkgver=1.2.16
+pkgrel=1
 pkgdesc=Soulseek music-sharing client, written in python
 license=('GPL')
 arch=('i686' 'x86_64')
@@ -13,16 +13,16 @@
 replaces=(nicotine-plus)
 url=http://sourceforge.net/projects/nicotine-plus/;
 
source=(http://downloads.sourceforge.net/project/nicotine-plus/nicotine-plus/${pkgver}/${pkgname}+-${pkgver}.tar.bz2)
-md5sums=('05dbaa15f51509f376833dfb0ad4e8ad')
 optdepends=('python-sexy: To enable spell checking'
'python-geoip: to enable Geographical blocker')
+md5sums=('ac7433c21ef619a37e079a7ae68da94a')
 
 build() {
   cd ${srcdir}/${pkgname}+-${pkgver}
   python2 setup.py install --root=${pkgdir}
   cd trayicon
   python2 autogen.py
-  make || return 1
-  make DESTDIR=${pkgdir} install || return 1
-  ln -s nicotine.py ${pkgdir}/usr/bin/nicotine || return 1
+  make 
+  make DESTDIR=${pkgdir} install 
+  ln -s nicotine.py ${pkgdir}/usr/bin/nicotine 
 }



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

2010-09-04 Thread Rémy Oudompheng
Date: Saturday, September 4, 2010 @ 11:01:09
  Author: remy
Revision: 89873

Rebuild for python 2.7

Modified:
  nicotine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-09-04 14:44:05 UTC (rev 89872)
+++ PKGBUILD2010-09-04 15:01:09 UTC (rev 89873)
@@ -4,7 +4,7 @@
 
 pkgname=nicotine
 pkgver=1.2.15
-pkgrel=1
+pkgrel=2
 pkgdesc=Soulseek music-sharing client, written in python
 license=('GPL')
 arch=('i686' 'x86_64')
@@ -19,9 +19,9 @@
 
 build() {
   cd ${srcdir}/${pkgname}+-${pkgver}
-  python setup.py install --root=${pkgdir}
+  python2 setup.py install --root=${pkgdir}
   cd trayicon
-  python autogen.py
+  python2 autogen.py
   make || return 1
   make DESTDIR=${pkgdir} install || return 1
   ln -s nicotine.py ${pkgdir}/usr/bin/nicotine || return 1



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

2010-02-24 Thread Giovanni Scafora
Date: Wednesday, February 24, 2010 @ 18:49:24
  Author: giovanni
Revision: 70150

upgpkg: nicotine 1.2.15-1
upstream release

Modified:
  nicotine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-02-24 23:43:16 UTC (rev 70149)
+++ PKGBUILD2010-02-24 23:49:24 UTC (rev 70150)
@@ -3,17 +3,17 @@
 # Contributor: Andrew Wright andr...@photism.org
 
 pkgname=nicotine
-pkgver=1.2.12
-pkgrel=3
+pkgver=1.2.15
+pkgrel=1
 pkgdesc=Soulseek music-sharing client, written in python
 license=('GPL')
 arch=('i686' 'x86_64')
 depends=('pygtk=2.14.1' 'mutagen' 'python-geoip=1.2.4')
 conflicts=(nicotine-plus)
 replaces=(nicotine-plus)
-url=http://nicotine-plus.sourceforge.net;
-source=(http://www.nicotine-plus.org/files/nicotine+-${pkgver}.tar.bz2)
-md5sums=('83647f0578359ed27593e2f424deade8')
+url=http://sourceforge.net/projects/nicotine-plus/;
+source=(http://downloads.sourceforge.net/project/nicotine-plus/nicotine-plus/${pkgver}/${pkgname}+-${pkgver}.tar.bz2)
+md5sums=('05dbaa15f51509f376833dfb0ad4e8ad')
 optdepends=('python-sexy: To enable spell checking'
'python-geoip: to enable Geographical blocker')