diff options
author | Iskar Enev <iskar.enev@gmail.com> | 2010-05-11 19:45:58 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-11 19:45:58 +0200 |
commit | fd421664f29c55daf55c7fe2ccd4bcdfc246071b (patch) | |
tree | c513b6f6f2eb6727bff9807c8cc14f36f15ef835 /network | |
parent | f732c0fcff70b81e840edd6719ec455edf6691d1 (diff) | |
download | slackbuilds-fd421664f29c55daf55c7fe2ccd4bcdfc246071b.tar.gz |
network/nicotine-plus: Updated for version 1.2.9
Diffstat (limited to 'network')
-rw-r--r-- | network/nicotine-plus/README | 8 | ||||
-rw-r--r-- | network/nicotine-plus/nicotine-plus.SlackBuild | 9 | ||||
-rw-r--r-- | network/nicotine-plus/nicotine-plus.info | 6 | ||||
-rw-r--r-- | network/nicotine-plus/slack-desc | 4 |
4 files changed, 13 insertions, 14 deletions
diff --git a/network/nicotine-plus/README b/network/nicotine-plus/README index e6f1cc8cc6..2e9cb1cbb5 100644 --- a/network/nicotine-plus/README +++ b/network/nicotine-plus/README @@ -6,11 +6,11 @@ Required: * pygtk-2.6 or newer (may work with older version, but is *UNTESTED*), which is available at SlackBuilds.org (pygtk will require pygobject and pycairo, both of which are also available from SlackBuilds.org). - + +Optional (available at SlackBuilds.org): +* GeoIP python bindings (Country lookup) + Optional (not available at SlackBuilds.org, but submissions are welcome): * PyOGG and PyVorbis (OGG metadata support for your shares) http://ekyo.nerim.net/software/pyogg/ -* GeoIP python bindings (Country lookup) http://www.maxmind.com/app/python * Psyco (speeds up Python code) http://psyco.sourceforge.net/ -* ogg123 or soX (1.2.5 and up, sound notification feature) http://sox.sf.net/ - diff --git a/network/nicotine-plus/nicotine-plus.SlackBuild b/network/nicotine-plus/nicotine-plus.SlackBuild index 9169d9b73c..72d72742c1 100644 --- a/network/nicotine-plus/nicotine-plus.SlackBuild +++ b/network/nicotine-plus/nicotine-plus.SlackBuild @@ -1,13 +1,13 @@ #!/bin/sh # Slackware build script for nicotine+ -# Written by Iskar Enev (iskar.enev@gmail.com) +# Written by Iskar Enev <iskar.enev[@]gmail.com> # Modified by the SlackBuilds.org project PRGNAM=nicotine+ NAME=nicotine -VERSION=1.2.8 +VERSION=1.2.9 ARCH=${ARCH:-i486} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -53,9 +53,8 @@ mv $PKG/usr/share/man $PKG/usr for i in $(find . -type l) ; do ln -s $(readlink $i).gz $i.gz ; rm $i ; done ) -# Fix icon path in desktop file so that it will show in kde -# Also, we'll use the larger icon to ensure proper scaling -sed -i 's%Icon=nicotine-plus-32px.png%Icon=/usr/share/pixmaps/nicotine/nicotine-plus-96px.png%' \ +# Let's use the larger icon to ensure proper scaling +sed -i 's%Icon=nicotine-plus-32px.png%Icon=nicotine-plus-96px.png%' \ $PKG/usr/share/applications/nicotine.desktop || exit 1 # Let's put these icons and such in a subdirectory of their own instead of diff --git a/network/nicotine-plus/nicotine-plus.info b/network/nicotine-plus/nicotine-plus.info index 4a5e02ea3b..e63812d155 100644 --- a/network/nicotine-plus/nicotine-plus.info +++ b/network/nicotine-plus/nicotine-plus.info @@ -1,8 +1,8 @@ PRGNAM="nicotine-plus" -VERSION="1.2.8" +VERSION="1.2.9" HOMEPAGE="http://nicotine-plus.sourceforge.net/" -DOWNLOAD="http://dl.sourceforge.net/nicotine-plus/nicotine+-1.2.8.tar.bz2" -MD5SUM="f839436968fc6c07fe0cb5c1d045fe62" +DOWNLOAD="http://downloads.sourceforge.net/nicotine-plus/nicotine+-1.2.9.tar.bz2" +MD5SUM="3e310418e4ea8ba9f0bdb240f82feb27" MAINTAINER="Iskar Enev" EMAIL="iskar.enev@gmail.com" APPROVED="rworkman" diff --git a/network/nicotine-plus/slack-desc b/network/nicotine-plus/slack-desc index 1c54c7f3f2..3a797f5f2b 100644 --- a/network/nicotine-plus/slack-desc +++ b/network/nicotine-plus/slack-desc @@ -5,8 +5,8 @@ # exactly 11 lines for the formatting to be correct. It's also customary to # leave one space after the ':'. - |-----handy-ruler---------------------------------------------------------| -nicotine+: Nicotine+ + |-----handy-ruler---------------------------------------------------------| +nicotine+: Nicotine+ (SoulSeek client written in Python) nicotine+: nicotine+: Nicotine+ is a SoulSeek client written in Python, based on the nicotine+: PySoulSeek project by Alexander Kanavin. It features, among other |