summaryrefslogtreecommitdiffstats
path: root/network/sylpheed/sylpheed.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'network/sylpheed/sylpheed.SlackBuild')
-rw-r--r--network/sylpheed/sylpheed.SlackBuild13
1 files changed, 4 insertions, 9 deletions
diff --git a/network/sylpheed/sylpheed.SlackBuild b/network/sylpheed/sylpheed.SlackBuild
index 398435af1c..e4ffe71238 100644
--- a/network/sylpheed/sylpheed.SlackBuild
+++ b/network/sylpheed/sylpheed.SlackBuild
@@ -1,11 +1,11 @@
#!/bin/sh
#
# Slackware build script for sylpheed
-# Written by GPLeo <slackbuilds@gmail.com>
+# Written by GPLeo <gpleomail@gmail.com>
#
PRGNAM=sylpheed
-VERSION=${VERSION:-2.7.1}
+VERSION=${VERSION:-3.0.0}
ARCH=${ARCH:-i486}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -16,7 +16,7 @@ PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
DOCS="ABOUT-NLS AUTHORS COPYING COPYING.LIB
- INSTALL LICENSE README README.es TODO"
+ INSTALL LICENSE README TODO"
if [ "$ARCH" = "i486" ]; then
@@ -59,9 +59,7 @@ CXXFLAGS="$SLKCFLAGS" \
make
make install-strip DESTDIR=$PKG
-# Install desktop file and icon (we'll use the largest icon available by
-# default - that way, it will scale down just fine for users who need a
-# smaller one, but smaller ones don't always scale larger so well)
+
mkdir -p $PKG/usr/share/{applications,pixmaps}
install -m 0644 sylpheed.desktop $PKG/usr/share/applications/sylpheed.desktop
install -m 0644 sylpheed-128x128.png $PKG/usr/share/pixmaps/sylpheed.png
@@ -71,9 +69,6 @@ cp -a $DOCS $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
-# Put links to manual and faq in doc directory (leave them in current location
-# in case any app-specific help files look there)
-
( cd $PKG/usr/doc/$PRGNAM-$VERSION
ln -s ../../share/sylpheed/faq faq
ln -s ../../share/sylpheed/manual manual