summaryrefslogtreecommitdiffstats
path: root/network
diff options
context:
space:
mode:
author Iskar Enev <iskar.enev@gmail.com>2010-05-12 17:43:59 +0200
committer David Somero <xgizzmo@slackbuilds.org>2010-05-12 17:43:59 +0200
commit4c6d591fd2834ea6fd23a7641e1bf80e90ee08c2 (patch)
treea598643910ebf0297ca89c70fbaa9a558785dfe4 /network
parentba227da84ad1fc6ff7acf46df072649bd54086f1 (diff)
downloadslackbuilds-4c6d591fd2834ea6fd23a7641e1bf80e90ee08c2.tar.gz
slackbuilds-4c6d591fd2834ea6fd23a7641e1bf80e90ee08c2.tar.xz
network/nicotine-plus: Updated for version 1.2.10
Diffstat (limited to 'network')
-rw-r--r--network/nicotine-plus/doinst.sh4
-rw-r--r--network/nicotine-plus/nicotine-plus.SlackBuild11
-rw-r--r--network/nicotine-plus/nicotine-plus.info8
3 files changed, 13 insertions, 10 deletions
diff --git a/network/nicotine-plus/doinst.sh b/network/nicotine-plus/doinst.sh
index f364075896..392c12adb9 100644
--- a/network/nicotine-plus/doinst.sh
+++ b/network/nicotine-plus/doinst.sh
@@ -1,4 +1,4 @@
-if [ -x usr/bin/update-desktop-database ]; then
- usr/bin/update-desktop-database -q usr/share/applications
+if [ -x /usr/bin/update-desktop-database ]; then
+ /usr/bin/update-desktop-database -q usr/share/applications
fi
diff --git a/network/nicotine-plus/nicotine-plus.SlackBuild b/network/nicotine-plus/nicotine-plus.SlackBuild
index 72d72742c1..582311ddd9 100644
--- a/network/nicotine-plus/nicotine-plus.SlackBuild
+++ b/network/nicotine-plus/nicotine-plus.SlackBuild
@@ -1,16 +1,15 @@
#!/bin/sh
-
# Slackware build script for nicotine+
# Written by Iskar Enev <iskar.enev[@]gmail.com>
-
# Modified by the SlackBuilds.org project
PRGNAM=nicotine+
NAME=nicotine
-VERSION=1.2.9
+VERSION=1.2.10
ARCH=${ARCH:-i486}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
+
CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
@@ -27,7 +26,11 @@ rm -rf $PRGNAM-$VERSION
tar -xjvf $CWD/$PRGNAM-$VERSION.tar.bz2 || exit 1
cd $PRGNAM-$VERSION || exit 1
chown -R root:root .
-chmod -R u+w,go+r-w,a-s .
+find . \
+ \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \
+ -exec chmod 755 {} \; -o \
+ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
+ -exec chmod 644 {} \;
# Tray icon has to be compiled first
if [ "$TRAYICON" = "YES" ]; then
diff --git a/network/nicotine-plus/nicotine-plus.info b/network/nicotine-plus/nicotine-plus.info
index e63812d155..2d425b1591 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.9"
+VERSION="1.2.10"
HOMEPAGE="http://nicotine-plus.sourceforge.net/"
-DOWNLOAD="http://downloads.sourceforge.net/nicotine-plus/nicotine+-1.2.9.tar.bz2"
-MD5SUM="3e310418e4ea8ba9f0bdb240f82feb27"
+DOWNLOAD="http://downloads.sourceforge.net/nicotine-plus/nicotine+-1.2.10.tar.bz2"
+MD5SUM="80f17b222b9bd33acc1ac64f77bef640"
MAINTAINER="Iskar Enev"
EMAIL="iskar.enev@gmail.com"
-APPROVED="rworkman"
+APPROVED="dsomero"