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/nicotine-plus/nicotine-plus.SlackBuild | |
parent | f732c0fcff70b81e840edd6719ec455edf6691d1 (diff) |
network/nicotine-plus: Updated for version 1.2.9
Diffstat (limited to 'network/nicotine-plus/nicotine-plus.SlackBuild')
-rw-r--r-- | network/nicotine-plus/nicotine-plus.SlackBuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/network/nicotine-plus/nicotine-plus.SlackBuild b/network/nicotine-plus/nicotine-plus.SlackBuild index 9169d9b73cada..72d72742c189a 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 |