diff options
-rw-r--r-- | network/nicotine+/README | 9 | ||||
-rw-r--r-- | network/nicotine+/nicotine+.SlackBuild | 7 | ||||
-rw-r--r-- | network/nicotine+/nicotine+.info | 10 | ||||
-rw-r--r-- | network/nicotine+/slack-desc | 14 |
4 files changed, 21 insertions, 19 deletions
diff --git a/network/nicotine+/README b/network/nicotine+/README index 4882249550..b1a132acdd 100644 --- a/network/nicotine+/README +++ b/network/nicotine+/README @@ -1,3 +1,6 @@ -Nicotine+ is a client for the SoulSeek filesharing network. It was -"forked" from Nicotine, Hyriand's Soulseek client, which in turn was -forked from the PySoulSeek project by Alexander Kanavin. +Nicotine+ is a graphical client for the Soulseek peer-to-peer file +sharing network. + +Nicotine+ aims to be a pleasant, Free and Open Source (FOSS) +alternative to the official Soulseek client, providing additional +functionality while keeping current with the Soulseek protocol. diff --git a/network/nicotine+/nicotine+.SlackBuild b/network/nicotine+/nicotine+.SlackBuild index 1027283d21..bd0c299c66 100644 --- a/network/nicotine+/nicotine+.SlackBuild +++ b/network/nicotine+/nicotine+.SlackBuild @@ -25,7 +25,7 @@ PRGNAM=nicotine+ SRCNAM=nicotine-plus -VERSION=${VERSION:-2.2.0} +VERSION=${VERSION:-2.2.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -59,15 +59,14 @@ find -L . \ # Fix paths. sed -i 's|share/man|man|' setup.py -sed -i "s|share/doc/nicotine|doc/$PRGNAM-$VERSION|" \ - setup.py pynicotine/gtkgui/frame.py +sed -i "s|share/doc/nicotine|doc/$PRGNAM-$VERSION|" setup.py 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 -cp -a AUTHORS.md COPYING README.md $PKG/usr/doc/$PRGNAM-$VERSION +cp -a COPYING $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install diff --git a/network/nicotine+/nicotine+.info b/network/nicotine+/nicotine+.info index 5bfb4f8318..86a30360c3 100644 --- a/network/nicotine+/nicotine+.info +++ b/network/nicotine+/nicotine+.info @@ -1,10 +1,10 @@ PRGNAM="nicotine+" -VERSION="2.2.0" -HOMEPAGE="http://nicotine-plus.org/" -DOWNLOAD="https://github.com/Nicotine-Plus/nicotine-plus/archive/2.2.0/nicotine-plus-2.2.0.tar.gz" -MD5SUM="214644ee43b26c154d709341f610b216" +VERSION="2.2.2" +HOMEPAGE="https://nicotine-plus.org/" +DOWNLOAD="https://github.com/Nicotine-Plus/nicotine-plus/archive/2.2.2/nicotine-plus-2.2.2.tar.gz" +MD5SUM="6256daeef47a5817c6ed21745ff9d980" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="mutagen pygobject3-python3" +REQUIRES="pygobject3-python3" MAINTAINER="Sasha Abbott" EMAIL="sashaa@disroot.org" diff --git a/network/nicotine+/slack-desc b/network/nicotine+/slack-desc index defdaf7da1..cd5c55343a 100644 --- a/network/nicotine+/slack-desc +++ b/network/nicotine+/slack-desc @@ -6,14 +6,14 @@ # customary to leave one space after the ':' except on otherwise blank lines. |-----handy-ruler------------------------------------------------------| -nicotine+: nicotine+ (SoulSeek client written in Python) +nicotine+: nicotine+ (graphical client for Soulseek) 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 GTK3 toolkit and a less strict user request policy. -nicotine+: Nicotine+ is a fork of Hyriand's original Nicotine Soulseek client. +nicotine+: Nicotine+ is a graphical client for the Soulseek peer-to-peer file +nicotine+: sharing network. nicotine+: -nicotine+: Homepage: http://nicotine-plus.org/ +nicotine+: Nicotine+ aims to be a pleasant, Free and Open Source (FOSS) +nicotine+: alternative to the official Soulseek client, providing additional +nicotine+: functionality while keeping current with the Soulseek protocol. nicotine+: +nicotine+: Homepage: https://nicotine-plus.org/ nicotine+: |