[arch-commits] Commit in nicotine+/repos (2 files)

Evangelos Foutras foutrelis at archlinux.org
Thu Nov 12 17:36:52 UTC 2020


    Date: Thursday, November 12, 2020 @ 17:36:52
  Author: foutrelis
Revision: 752715

archrelease: copy trunk to community-staging-any

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

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

Copied: nicotine+/repos/community-staging-any/PKGBUILD (from rev 752714, nicotine+/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2020-11-12 17:36:52 UTC (rev 752715)
@@ -0,0 +1,25 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Angel Velasquez <angvp at archlinux.org>
+# Contributor: Hugo Doria <hugo at archlinux.org>
+# Contributor: Andrew Wright <andreww at photism.org>
+
+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"
+}



More information about the arch-commits mailing list