diff options
author | GPLeo <gpleomail@gmail.com> | 2010-03-07 13:43:26 -0600 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-05-13 13:26:09 +0200 |
commit | e48ef905be6879ecaece213c1f9ec36143e0982a (patch) | |
tree | f90ac8d694caf2a22b396e1d2e180a669514fae0 /network/sylpheed/sylpheed.SlackBuild | |
parent | 6ab60681cbdee1af71c79f86b559303fa67d2539 (diff) | |
download | slackbuilds-e48ef905be6879ecaece213c1f9ec36143e0982a.tar.gz |
network/sylpheed: Updated for version 3.0.0.
Diffstat (limited to 'network/sylpheed/sylpheed.SlackBuild')
-rw-r--r-- | network/sylpheed/sylpheed.SlackBuild | 13 |
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 |