[arch-commits] Commit in nicotine+/repos/community-any (PKGBUILD PKGBUILD)

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

archrelease: copy trunk to community-any

Added:
  nicotine+/repos/community-any/PKGBUILD
(from rev 775848, nicotine+/trunk/PKGBUILD)
Deleted:
  nicotine+/repos/community-any/PKGBUILD

--+
 PKGBUILD |   50 +-
 1 file changed, 25 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-15 07:31:35 UTC (rev 775848)
+++ PKGBUILD2020-12-15 07:31:45 UTC (rev 775849)
@@ -1,25 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Alexander Rødseth 
-# Contributor: Angel Velasquez 
-# Contributor: Hugo Doria 
-# Contributor: Andrew Wright 
-
-pkgname=nicotine+
-pkgver=2.2.1
-pkgrel=1
-pkgdesc='Soulseek music-sharing client, written in python'
-arch=(any)
-url='https://github.com/Nicotine-Plus/nicotine-plus'
-license=(GPL)
-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=('05a3e3816cce0751dae75602387ebe12791fe59942c14845a2632e4eb16d17d5')
-
-package() {
-  cd nicotine-plus-$pkgver
-
-  python setup.py install --root="$pkgdir"
-}

Copied: nicotine+/repos/community-any/PKGBUILD (from rev 775848, 
nicotine+/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-15 07:31:45 UTC (rev 775849)
@@ -0,0 +1,25 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Alexander Rødseth 
+# Contributor: Angel Velasquez 
+# Contributor: Hugo Doria 
+# Contributor: Andrew Wright 
+
+pkgname=nicotine+
+pkgver=2.2.2
+pkgrel=1
+pkgdesc='Soulseek music-sharing client, written in python'
+arch=(any)
+url='https://github.com/Nicotine-Plus/nicotine-plus'
+license=(GPL)
+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=('a2734f11beb7ec4e32d1c8270b7328721b841830b22aed2db3c4acf2b66791bb')
+
+package() {
+  cd nicotine-plus-$pkgver
+
+  python setup.py install --root="$pkgdir"
+}


[arch-commits] Commit in nicotine+/repos/community-any (PKGBUILD PKGBUILD)

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

archrelease: copy trunk to community-any

Added:
  nicotine+/repos/community-any/PKGBUILD
(from rev 775769, nicotine+/trunk/PKGBUILD)
Deleted:
  nicotine+/repos/community-any/PKGBUILD

--+
 PKGBUILD |   50 +-
 1 file changed, 25 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-14 21:02:06 UTC (rev 775769)
+++ PKGBUILD2020-12-14 21:02:18 UTC (rev 775770)
@@ -1,25 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Alexander Rødseth 
-# Contributor: Angel Velasquez 
-# Contributor: Hugo Doria 
-# Contributor: Andrew Wright 
-
-pkgname=nicotine+
-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-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=('604b81d26670b4c04240e3a922cd90b1b8aa575deb155d2e1209deaddb0e4026')
-
-package() {
-  cd nicotine-plus-$pkgver
-
-  python setup.py install --root="$pkgdir"
-}

Copied: nicotine+/repos/community-any/PKGBUILD (from rev 775769, 
nicotine+/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-14 21:02:18 UTC (rev 775770)
@@ -0,0 +1,25 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Alexander Rødseth 
+# Contributor: Angel Velasquez 
+# Contributor: Hugo Doria 
+# Contributor: Andrew Wright 
+
+pkgname=nicotine+
+pkgver=2.2.1
+pkgrel=1
+pkgdesc='Soulseek music-sharing client, written in python'
+arch=(any)
+url='https://github.com/Nicotine-Plus/nicotine-plus'
+license=(GPL)
+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=('05a3e3816cce0751dae75602387ebe12791fe59942c14845a2632e4eb16d17d5')
+
+package() {
+  cd nicotine-plus-$pkgver
+
+  python setup.py install --root="$pkgdir"
+}


[arch-commits] Commit in nicotine+/repos/community-any (PKGBUILD PKGBUILD)

2020-12-04 Thread Antonio Rojas via arch-commits
Date: Friday, December 4, 2020 @ 20:24:00
  Author: arojas
Revision: 770030

archrelease: copy trunk to community-any

Added:
  nicotine+/repos/community-any/PKGBUILD
(from rev 770029, nicotine+/trunk/PKGBUILD)
Deleted:
  nicotine+/repos/community-any/PKGBUILD

--+
 PKGBUILD |   50 +-
 1 file changed, 25 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-04 20:23:50 UTC (rev 770029)
+++ PKGBUILD2020-12-04 20:24:00 UTC (rev 770030)
@@ -1,25 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Alexander Rødseth 
-# Contributor: Angel Velasquez 
-# Contributor: Hugo Doria 
-# Contributor: Andrew Wright 
-
-pkgname=nicotine+
-pkgver=2.1.2
-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 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";)
-source=($pkgname-$pkgver.tar.gz::"https://github.com/Nicotine-Plus/nicotine-plus/archive/$pkgver.tar.gz";)
-sha256sums=('3ed18ade97183c632836eb8e304a515fc19a35babb46cc6e6747bcfd8205dcdf')
-
-package() {
-  cd nicotine-plus-$pkgver
-
-  python setup.py install --root="$pkgdir"
-}

Copied: nicotine+/repos/community-any/PKGBUILD (from rev 770029, 
nicotine+/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-04 20:24:00 UTC (rev 770030)
@@ -0,0 +1,25 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Alexander Rødseth 
+# Contributor: Angel Velasquez 
+# Contributor: Hugo Doria 
+# Contributor: Andrew Wright 
+
+pkgname=nicotine+
+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-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=('604b81d26670b4c04240e3a922cd90b1b8aa575deb155d2e1209deaddb0e4026')
+
+package() {
+  cd nicotine-plus-$pkgver
+
+  python setup.py install --root="$pkgdir"
+}


[arch-commits] Commit in nicotine+/repos/community-any (PKGBUILD PKGBUILD)

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

archrelease: copy trunk to community-any

Added:
  nicotine+/repos/community-any/PKGBUILD
(from rev 723800, nicotine+/trunk/PKGBUILD)
Deleted:
  nicotine+/repos/community-any/PKGBUILD

--+
 PKGBUILD |   49 +
 1 file changed, 25 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-13 06:11:55 UTC (rev 723800)
+++ PKGBUILD2020-10-13 06:12:06 UTC (rev 723801)
@@ -1,24 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Alexander Rødseth 
-# Contributor: Angel Velasquez 
-# Contributor: Hugo Doria 
-# Contributor: Andrew Wright 
-
-pkgname=nicotine+
-pkgver=2.1.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 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')
-
-package() {
-  cd nicotine-$pkgver
-
-  python setup.py install --root="$pkgdir"
-}

Copied: nicotine+/repos/community-any/PKGBUILD (from rev 723800, 
nicotine+/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-13 06:12:06 UTC (rev 723801)
@@ -0,0 +1,25 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Alexander Rødseth 
+# Contributor: Angel Velasquez 
+# Contributor: Hugo Doria 
+# Contributor: Andrew Wright 
+
+pkgname=nicotine+
+pkgver=2.1.2
+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)
+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')
+
+package() {
+  cd nicotine-plus-$pkgver
+
+  python setup.py install --root="$pkgdir"
+}


[arch-commits] Commit in nicotine+/repos/community-any (PKGBUILD PKGBUILD)

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

archrelease: copy trunk to community-any

Added:
  nicotine+/repos/community-any/PKGBUILD
(from rev 713658, nicotine+/trunk/PKGBUILD)
Deleted:
  nicotine+/repos/community-any/PKGBUILD

--+
 PKGBUILD |   48 
 1 file changed, 24 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-29 06:01:36 UTC (rev 713658)
+++ PKGBUILD2020-09-29 06:01:45 UTC (rev 713659)
@@ -1,24 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Alexander Rødseth 
-# Contributor: Angel Velasquez 
-# Contributor: Hugo Doria 
-# Contributor: Andrew Wright 
-
-pkgname=nicotine+
-pkgver=2.1.1
-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 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=('44be702fbf3b7cdb4920eacb80bbb307e29ec7e9d736187a54f6d4b0760ec942')
-
-package() {
-  cd nicotine-$pkgver
-
-  python setup.py install --root="$pkgdir"
-}

Copied: nicotine+/repos/community-any/PKGBUILD (from rev 713658, 
nicotine+/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-29 06:01:45 UTC (rev 713659)
@@ -0,0 +1,24 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Alexander Rødseth 
+# Contributor: Angel Velasquez 
+# Contributor: Hugo Doria 
+# Contributor: Andrew Wright 
+
+pkgname=nicotine+
+pkgver=2.1.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 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')
+
+package() {
+  cd nicotine-$pkgver
+
+  python setup.py install --root="$pkgdir"
+}


[arch-commits] Commit in nicotine+/repos/community-any (PKGBUILD PKGBUILD)

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

archrelease: copy trunk to community-any

Added:
  nicotine+/repos/community-any/PKGBUILD
(from rev 712742, nicotine+/trunk/PKGBUILD)
Deleted:
  nicotine+/repos/community-any/PKGBUILD

--+
 PKGBUILD |   48 
 1 file changed, 24 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-27 17:24:06 UTC (rev 712742)
+++ PKGBUILD2020-09-27 17:24:16 UTC (rev 712743)
@@ -1,24 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Alexander Rødseth 
-# Contributor: Angel Velasquez 
-# Contributor: Hugo Doria 
-# Contributor: Andrew Wright 
-
-pkgname=nicotine+
-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-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=('450f25b8faada34ce838790d37f6164def84397f1e61dd7aa44ccfbd3193c5ef')
-
-package() {
-  cd nicotine-$pkgver
-
-  python setup.py install --root="$pkgdir"
-}

Copied: nicotine+/repos/community-any/PKGBUILD (from rev 712742, 
nicotine+/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-27 17:24:16 UTC (rev 712743)
@@ -0,0 +1,24 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Alexander Rødseth 
+# Contributor: Angel Velasquez 
+# Contributor: Hugo Doria 
+# Contributor: Andrew Wright 
+
+pkgname=nicotine+
+pkgver=2.1.1
+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 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=('44be702fbf3b7cdb4920eacb80bbb307e29ec7e9d736187a54f6d4b0760ec942')
+
+package() {
+  cd nicotine-$pkgver
+
+  python setup.py install --root="$pkgdir"
+}


[arch-commits] Commit in nicotine+/repos/community-any (PKGBUILD PKGBUILD)

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

archrelease: copy trunk to community-any

Added:
  nicotine+/repos/community-any/PKGBUILD
(from rev 704784, nicotine+/trunk/PKGBUILD)
Deleted:
  nicotine+/repos/community-any/PKGBUILD

--+
 PKGBUILD |   47 ---
 1 file changed, 24 insertions(+), 23 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-12 20:30:28 UTC (rev 704784)
+++ PKGBUILD2020-09-12 20:30:36 UTC (rev 704785)
@@ -1,23 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Alexander Rødseth 
-# Contributor: Angel Velasquez 
-# Contributor: Hugo Doria 
-# Contributor: Andrew Wright 
-
-pkgname=nicotine+
-pkgver=2.0.1
-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)
-optdepends=('libappindicator-gtk3: tray icon')
-source=("https://github.com/Nicotine-Plus/nicotine-plus/releases/download/$pkgver/nicotine-$pkgver.tar.gz";)
-sha256sums=('73cd135d0022ef65140427eb5d4741798733f45443e6a3d76178b0f2f33d8107')
-
-package() {
-  cd nicotine-$pkgver
-
-  python setup.py install --root="$pkgdir"
-}

Copied: nicotine+/repos/community-any/PKGBUILD (from rev 704784, 
nicotine+/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-12 20:30:36 UTC (rev 704785)
@@ -0,0 +1,24 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Alexander Rødseth 
+# Contributor: Angel Velasquez 
+# Contributor: Hugo Doria 
+# Contributor: Andrew Wright 
+
+pkgname=nicotine+
+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-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=('450f25b8faada34ce838790d37f6164def84397f1e61dd7aa44ccfbd3193c5ef')
+
+package() {
+  cd nicotine-$pkgver
+
+  python setup.py install --root="$pkgdir"
+}


[arch-commits] Commit in nicotine+/repos/community-any (PKGBUILD PKGBUILD)

2020-07-16 Thread Antonio Rojas via arch-commits
Date: Thursday, July 16, 2020 @ 22:02:00
  Author: arojas
Revision: 664229

archrelease: copy trunk to community-any

Added:
  nicotine+/repos/community-any/PKGBUILD
(from rev 664228, nicotine+/trunk/PKGBUILD)
Deleted:
  nicotine+/repos/community-any/PKGBUILD

--+
 PKGBUILD |   46 +++---
 1 file changed, 23 insertions(+), 23 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-16 22:01:52 UTC (rev 664228)
+++ PKGBUILD2020-07-16 22:02:00 UTC (rev 664229)
@@ -1,23 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Alexander Rødseth 
-# Contributor: Angel Velasquez 
-# Contributor: Hugo Doria 
-# Contributor: Andrew Wright 
-
-pkgname=nicotine+
-pkgver=2.0.0
-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 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')
-
-package() {
-  cd nicotine-$pkgver
-
-  python setup.py install --root="$pkgdir"
-}

Copied: nicotine+/repos/community-any/PKGBUILD (from rev 664228, 
nicotine+/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-16 22:02:00 UTC (rev 664229)
@@ -0,0 +1,23 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Alexander Rødseth 
+# Contributor: Angel Velasquez 
+# Contributor: Hugo Doria 
+# Contributor: Andrew Wright 
+
+pkgname=nicotine+
+pkgver=2.0.1
+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)
+optdepends=('libappindicator-gtk3: tray icon')
+source=("https://github.com/Nicotine-Plus/nicotine-plus/releases/download/$pkgver/nicotine-$pkgver.tar.gz";)
+sha256sums=('73cd135d0022ef65140427eb5d4741798733f45443e6a3d76178b0f2f33d8107')
+
+package() {
+  cd nicotine-$pkgver
+
+  python setup.py install --root="$pkgdir"
+}


[arch-commits] Commit in nicotine+/repos/community-any (PKGBUILD PKGBUILD)

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

archrelease: copy trunk to community-any

Added:
  nicotine+/repos/community-any/PKGBUILD
(from rev 664040, nicotine+/trunk/PKGBUILD)
Deleted:
  nicotine+/repos/community-any/PKGBUILD

--+
 PKGBUILD |   46 +++---
 1 file changed, 23 insertions(+), 23 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-16 06:24:47 UTC (rev 664040)
+++ PKGBUILD2020-07-16 06:24:57 UTC (rev 664041)
@@ -1,23 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Alexander Rødseth 
-# Contributor: Angel Velasquez 
-# Contributor: Hugo Doria 
-# Contributor: Andrew Wright 
-
-pkgname=nicotine+
-pkgver=2.0.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 gtk3)
-optdepends=('python-geoip: to enable Geographical blocker')
-source=("https://github.com/Nicotine-Plus/nicotine-plus/releases/download/$pkgver/nicotine-$pkgver.tar.gz";)
-sha256sums=('06b1f343089a93bd07e6394926d71793aa615c55d593e0be81df24d6ed2caa66')
-
-package() {
-  cd nicotine-$pkgver
-
-  python setup.py install --root="$pkgdir"
-}

Copied: nicotine+/repos/community-any/PKGBUILD (from rev 664040, 
nicotine+/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-16 06:24:57 UTC (rev 664041)
@@ -0,0 +1,23 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Alexander Rødseth 
+# Contributor: Angel Velasquez 
+# Contributor: Hugo Doria 
+# Contributor: Andrew Wright 
+
+pkgname=nicotine+
+pkgver=2.0.0
+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 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')
+
+package() {
+  cd nicotine-$pkgver
+
+  python setup.py install --root="$pkgdir"
+}


[arch-commits] Commit in nicotine+/repos/community-any (PKGBUILD PKGBUILD)

2019-11-18 Thread Antonio Rojas via arch-commits
Date: Tuesday, November 19, 2019 @ 07:41:05
  Author: arojas
Revision: 530410

archrelease: copy trunk to community-any

Added:
  nicotine+/repos/community-any/PKGBUILD
(from rev 530409, nicotine+/trunk/PKGBUILD)
Deleted:
  nicotine+/repos/community-any/PKGBUILD

--+
 PKGBUILD |   50 +-
 1 file changed, 25 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-19 07:40:37 UTC (rev 530409)
+++ PKGBUILD2019-11-19 07:41:05 UTC (rev 530410)
@@ -1,25 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Alexander Rødseth 
-# Contributor: Angel Velasquez 
-# Contributor: Hugo Doria 
-# Contributor: Andrew Wright 
-
-pkgname=nicotine+
-pkgver=1.4.1
-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')
-conflicts=(nicotine)
-replaces=(nicotine)
-source=($pkgname-$pkgver::"https://github.com/Nicotine-Plus/nicotine-plus/archive/$pkgver.tar.gz";)
-sha256sums=('1b38ef196d981e4eb96fa990cc463143289784f988f559c4400b1d461497b7d6')
-
-package() {
-  cd nicotine-plus-$pkgver
-
-  python2 setup.py install --root="$pkgdir"
-}

Copied: nicotine+/repos/community-any/PKGBUILD (from rev 530409, 
nicotine+/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-19 07:41:05 UTC (rev 530410)
@@ -0,0 +1,25 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Alexander Rødseth 
+# Contributor: Angel Velasquez 
+# Contributor: Hugo Doria 
+# Contributor: Andrew Wright 
+
+pkgname=nicotine+
+pkgver=1.4.1
+pkgrel=4
+pkgdesc='Soulseek music-sharing client, written in python'
+arch=(any)
+url='https://github.com/Nicotine-Plus/nicotine-plus'
+license=(GPL)
+depends=(python2-mutagen pygtk)
+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";)
+sha256sums=('1b38ef196d981e4eb96fa990cc463143289784f988f559c4400b1d461497b7d6')
+
+package() {
+  cd nicotine-plus-$pkgver
+
+  python2 setup.py install --root="$pkgdir"
+}


[arch-commits] Commit in nicotine+/repos/community-any (PKGBUILD PKGBUILD)

2017-10-26 Thread Antonio Rojas
Date: Thursday, October 26, 2017 @ 15:46:59
  Author: arojas
Revision: 264521

archrelease: copy trunk to community-any

Added:
  nicotine+/repos/community-any/PKGBUILD
(from rev 264520, nicotine+/trunk/PKGBUILD)
Deleted:
  nicotine+/repos/community-any/PKGBUILD

--+
 PKGBUILD |   50 +-
 1 file changed, 25 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-26 15:44:55 UTC (rev 264520)
+++ PKGBUILD2017-10-26 15:46:59 UTC (rev 264521)
@@ -1,25 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Alexander Rødseth 
-# Contributor: Angel Velasquez 
-# Contributor: Hugo Doria 
-# Contributor: Andrew Wright 
-
-pkgname=nicotine+
-pkgver=1.4.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 pygtk)
-optdepends=('python2-geoip: to enable Geographical blocker' 
'python2-miniupnpc: UPNP support')
-conflicts=(nicotine)
-replaces=(nicotine)
-source=($pkgname-$pkgver::"https://github.com/Nicotine-Plus/nicotine-plus/archive/$pkgver.tar.gz";)
-sha256sums=('1b38ef196d981e4eb96fa990cc463143289784f988f559c4400b1d461497b7d6')
-
-package() {
-  cd nicotine-plus-$pkgver
-
-  python2 setup.py install --root="$pkgdir"
-}

Copied: nicotine+/repos/community-any/PKGBUILD (from rev 264520, 
nicotine+/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-10-26 15:46:59 UTC (rev 264521)
@@ -0,0 +1,25 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Alexander Rødseth 
+# Contributor: Angel Velasquez 
+# Contributor: Hugo Doria 
+# Contributor: Andrew Wright 
+
+pkgname=nicotine+
+pkgver=1.4.1
+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')
+conflicts=(nicotine)
+replaces=(nicotine)
+source=($pkgname-$pkgver::"https://github.com/Nicotine-Plus/nicotine-plus/archive/$pkgver.tar.gz";)
+sha256sums=('1b38ef196d981e4eb96fa990cc463143289784f988f559c4400b1d461497b7d6')
+
+package() {
+  cd nicotine-plus-$pkgver
+
+  python2 setup.py install --root="$pkgdir"
+}


[arch-commits] Commit in nicotine+/repos/community-any (PKGBUILD PKGBUILD)

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

archrelease: copy trunk to community-any

Added:
  nicotine+/repos/community-any/PKGBUILD
(from rev 225198, nicotine+/trunk/PKGBUILD)
Deleted:
  nicotine+/repos/community-any/PKGBUILD

--+
 PKGBUILD |   51 +--
 1 file changed, 25 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-24 19:27:16 UTC (rev 225198)
+++ PKGBUILD2017-04-24 19:27:46 UTC (rev 225199)
@@ -1,26 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Alexander Rødseth 
-# Contributor: Angel Velasquez 
-# Contributor: Hugo Doria 
-# Contributor: Andrew Wright 
-
-pkgname=nicotine+
-pkgver=1.4.1
-pkgrel=1
-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)
-optdepends=('python2-geoip: to enable Geographical blocker' 
'python2-miniupnpc: UPNP support')
-conflicts=(nicotine)
-replaces=(nicotine)
-source=($pkgname-$pkgver::"https://github.com/Nicotine-Plus/nicotine-plus/archive/$pkgver.tar.gz";)
-sha256sums=('1b38ef196d981e4eb96fa990cc463143289784f988f559c4400b1d461497b7d6')
-
-package() {
-  cd nicotine-plus-$pkgver
-
-  python2 setup.py install --root="$pkgdir"
-}

Copied: nicotine+/repos/community-any/PKGBUILD (from rev 225198, 
nicotine+/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-24 19:27:46 UTC (rev 225199)
@@ -0,0 +1,25 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Alexander Rødseth 
+# Contributor: Angel Velasquez 
+# Contributor: Hugo Doria 
+# Contributor: Andrew Wright 
+
+pkgname=nicotine+
+pkgver=1.4.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 pygtk)
+optdepends=('python2-geoip: to enable Geographical blocker' 
'python2-miniupnpc: UPNP support')
+conflicts=(nicotine)
+replaces=(nicotine)
+source=($pkgname-$pkgver::"https://github.com/Nicotine-Plus/nicotine-plus/archive/$pkgver.tar.gz";)
+sha256sums=('1b38ef196d981e4eb96fa990cc463143289784f988f559c4400b1d461497b7d6')
+
+package() {
+  cd nicotine-plus-$pkgver
+
+  python2 setup.py install --root="$pkgdir"
+}