mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
network/nicotine-plus: Updated for version 1.2.9
This commit is contained in:
parent
f732c0fcff
commit
fd421664f2
4 changed files with 13 additions and 14 deletions
|
@ -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/
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue