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

Antonio Rojas arojas at gemini.archlinux.org
Thu May 5 18:57:58 UTC 2022


    Date: Thursday, May 5, 2022 @ 18:57:58
  Author: arojas
Revision: 1195525

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   59 +++++++++++++++++++++++++++++------------------------------
 1 file changed, 29 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-05 18:57:47 UTC (rev 1195524)
+++ PKGBUILD	2022-05-05 18:57:58 UTC (rev 1195525)
@@ -1,30 +0,0 @@
-# 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=3.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)
-optdepends=('libappindicator-gtk3: tray icon')
-makedepends=(python-build python-installer python-setuptools python-wheel)
-source=(https://github.com/Nicotine-Plus/nicotine-plus/archive/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('f58286f4dec6febfeab075cdfe2d2fc35c58349a504f7d393ec129df132ad40f')
-
-build() {
-  cd nicotine-plus-$pkgver
-  
-  python -m build --wheel --no-isolation
-}
-
-package() {
-  cd nicotine-plus-$pkgver
-
-  python -m installer --destdir="$pkgdir" dist/*.whl
-}

Copied: nicotine+/repos/community-any/PKGBUILD (from rev 1195524, nicotine+/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-05-05 18:57:58 UTC (rev 1195525)
@@ -0,0 +1,29 @@
+# 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=3.2.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-gobject gtk3 gspell libayatana-appindicator)
+makedepends=(python-build python-installer python-setuptools python-wheel)
+source=(https://github.com/Nicotine-Plus/nicotine-plus/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('f58286f4dec6febfeab075cdfe2d2fc35c58349a504f7d393ec129df132ad40f')
+
+build() {
+  cd nicotine-plus-$pkgver
+  
+  python -m build --wheel --no-isolation
+}
+
+package() {
+  cd nicotine-plus-$pkgver
+
+  python -m installer --destdir="$pkgdir" dist/*.whl
+}



More information about the arch-commits mailing list