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

2020-07-14 Thread Antonio Rojas via arch-commits
Date: Tuesday, July 14, 2020 @ 19:19:45
  Author: arojas
Revision: 663781

Bring back nicotine+, ported to py3

Added:
  nicotine+/
  nicotine+/trunk/
  nicotine+/trunk/PKGBUILD

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

Added: nicotine+/trunk/PKGBUILD
===
--- nicotine+/trunk/PKGBUILD(rev 0)
+++ nicotine+/trunk/PKGBUILD2020-07-14 19:19:45 UTC (rev 663781)
@@ -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=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"
+}


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

2017-02-28 Thread Antonio Rojas
Date: Wednesday, March 1, 2017 @ 00:02:37
  Author: arojas
Revision: 214264

Add nicotine+ (27 votes)

Added:
  nicotine/
  nicotine/trunk/
  nicotine/trunk/PKGBUILD

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

Added: nicotine/trunk/PKGBUILD
===
--- nicotine/trunk/PKGBUILD (rev 0)
+++ nicotine/trunk/PKGBUILD 2017-03-01 00:02:37 UTC (rev 214264)
@@ -0,0 +1,26 @@
+# 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"
+}