summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Sasha Abbott <sashaa@disroot.org>2020-09-04 20:32:48 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2020-09-04 20:32:48 +0700
commitaafca972234a38af5532be59efb50946cbd0178a (patch)
tree0eb2bc8ca83d8764e7006948c754fd0dd5b804b7
parentd653b69ce266f019831f7c5343f9edb8e6f5b6da (diff)
downloadslackbuilds-aafca972234a38af5532be59efb50946cbd0178a.tar.gz
slackbuilds-aafca972234a38af5532be59efb50946cbd0178a.tar.xz
network/nicotine+: Updated for version 2.0.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--network/nicotine+/nicotine+.SlackBuild6
-rw-r--r--network/nicotine+/nicotine+.info8
-rw-r--r--network/nicotine+/slack-desc2
3 files changed, 8 insertions, 8 deletions
diff --git a/network/nicotine+/nicotine+.SlackBuild b/network/nicotine+/nicotine+.SlackBuild
index 77e82ec48a..147a0fe19e 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 90a5e8b66f..9918910e10 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 d81df9e3d4..defdaf7da1 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/