View | Details | Raw Unified | Return to bug 246328 | Differences between
and this patch

Collapse All | Expand All

(-)b/net-p2p/nicotine-plus/Makefile (+25 lines)
Added Link Here
1
PORTNAME=		nicotine-plus
2
PORTVERSION=	3.0.6
3
CATEGORIES=		net-p2p python
4
MASTER_SITES=	CHEESESHOP
5
PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
6
7
MAINTAINER=		menelkir@itroll.org
8
COMMENT=		Graphical client for the Soulseek file sharing network
9
10
LICENSE=		GPLv3
11
LICENSE_FILE=	${WRKSRC}/COPYING
12
13
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}mutagen>=1.42:audio/py-mutagen@${PY_FLAVOR} \
14
				${PYTHON_PKGNAMEPREFIX}gobject3>=3.16:devel/py-gobject3@${PY_FLAVOR} \
15
				${PYTHON_PKGNAMEPREFIX}gdbm>=3.6:databases/py-gdbm@${PY_FLAVOR}
16
17
USES=			python:3.6+ gnome gettext-tools
18
19
USE_GNOME=		gtk30
20
USE_PYTHON=		distutils concurrent autoplist
21
22
do-test:
23
				 @cd ${WRKSRC} && ${PYTHON_CMD} -v -m unittest
24
25
.include <bsd.port.mk>
(-)b/net-p2p/nicotine-plus/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1624822273
2
SHA256 (nicotine-plus-3.0.6.tar.gz) = 06c6456c71943b35b3b23d3d958ab8c34e6471da0e46a615ba53dfb4db2a408c
3
SIZE (nicotine-plus-3.0.6.tar.gz) = 1578914
(-)b/net-p2p/nicotine-plus/pkg-descr (+7 lines)
Added Link Here
1
Nicotine-Plus is a fork of Hyriand's original Nicotine Soulseek client.
2
3
Nicotine+ is an attempt to keep Nicotine working with the latest libraries,
4
kill bugs, keep current with the Soulseek protocol and add some new features
5
that users want and/or need. The main developer now is daelstorm.
6
7
WWW: https://github.com/Nicotine-Plus/nicotine-plus/

Return to bug 246328