From aafca972234a38af5532be59efb50946cbd0178a Mon Sep 17 00:00:00 2001 From: Sasha Abbott Date: Fri, 4 Sep 2020 20:32:48 +0700 Subject: network/nicotine+: Updated for version 2.0.1. Signed-off-by: Willy Sudiarto Raharjo --- network/nicotine+/nicotine+.SlackBuild | 6 +++--- network/nicotine+/nicotine+.info | 8 ++++---- network/nicotine+/slack-desc | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/network/nicotine+/nicotine+.SlackBuild b/network/nicotine+/nicotine+.SlackBuild index 77e82ec48a68..147a0fe19e7b 100644 --- a/network/nicotine+/nicotine+.SlackBuild +++ b/network/nicotine+/nicotine+.SlackBuild @@ -25,7 +25,7 @@ PRGNAM=nicotine+ SRCNAM=nicotine -VERSION=${VERSION:-1.4.2} +VERSION=${VERSION:-2.0.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -48,7 +48,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $SRCNAM-$VERSION -tar xvf $CWD/$SRCNAM\_$VERSION-kip2.orig.tar.gz +tar xvf $CWD/$SRCNAM-$VERSION.tar.gz cd $SRCNAM-$VERSION chown -R root:root . find -L . \ @@ -62,7 +62,7 @@ sed -i 's|share/man|man|' setup.py sed -i "s|share/doc/nicotine|doc/$PRGNAM-$VERSION|" \ setup.py pynicotine/gtkgui/frame.py -python setup.py install --root=$PKG +python3 setup.py install --root=$PKG find $PKG/usr/man -type f -exec gzip -9 {} \; for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done diff --git a/network/nicotine+/nicotine+.info b/network/nicotine+/nicotine+.info index 90a5e8b66fac..9918910e1073 100644 --- a/network/nicotine+/nicotine+.info +++ b/network/nicotine+/nicotine+.info @@ -1,10 +1,10 @@ PRGNAM="nicotine+" -VERSION="1.4.2" +VERSION="2.0.1" HOMEPAGE="http://nicotine-plus.org/" -DOWNLOAD="https://launchpad.net/~nicotine-team/+archive/ubuntu/stable/+sourcefiles/nicotine/1.4.2-kip2-git20190418~eoan/nicotine_1.4.2-kip2.orig.tar.gz" -MD5SUM="442e41bc90b81deaaaf4b13bf4676d55" +DOWNLOAD="https://github.com/Nicotine-Plus/nicotine-plus/releases/download/2.0.1/nicotine-2.0.1.tar.gz" +MD5SUM="a30d4f251978b9b8cef9e1c352ada57c" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="mutagen" +REQUIRES="mutagen pygobject3-python3" MAINTAINER="Sasha Abbott" EMAIL="sashaa@disroot.org" diff --git a/network/nicotine+/slack-desc b/network/nicotine+/slack-desc index d81df9e3d458..defdaf7da1b9 100644 --- a/network/nicotine+/slack-desc +++ b/network/nicotine+/slack-desc @@ -11,7 +11,7 @@ nicotine+: nicotine+: Nicotine+ is a SoulSeek client written in Python, based on the nicotine+: PySoulSeek project by Alexander Kanavin. It features, among other nicotine+: things, a completely rewritten graphical user interface which -nicotine+: uses the PyGTK-2 toolkit and a less strict user request policy. +nicotine+: uses the GTK3 toolkit and a less strict user request policy. nicotine+: Nicotine+ is a fork of Hyriand's original Nicotine Soulseek client. nicotine+: nicotine+: Homepage: http://nicotine-plus.org/ -- cgit v1.2.3