From e48ef905be6879ecaece213c1f9ec36143e0982a Mon Sep 17 00:00:00 2001 From: GPLeo Date: Sun, 7 Mar 2010 13:43:26 -0600 Subject: network/sylpheed: Updated for version 3.0.0. --- network/sylpheed/sylpheed.SlackBuild | 13 ++++--------- network/sylpheed/sylpheed.info | 10 +++++----- 2 files changed, 9 insertions(+), 14 deletions(-) (limited to 'network/sylpheed') 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 +# Written by GPLeo # 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 diff --git a/network/sylpheed/sylpheed.info b/network/sylpheed/sylpheed.info index 4ef2996355..c29c2687b8 100644 --- a/network/sylpheed/sylpheed.info +++ b/network/sylpheed/sylpheed.info @@ -1,10 +1,10 @@ PRGNAM="sylpheed" -VERSION="2.7.1" +VERSION="3.0.0" HOMEPAGE="http://sylpheed.sraoss.jp/en/" -DOWNLOAD="http://sylpheed.sraoss.jp/sylpheed/v2.7/sylpheed-2.7.1.tar.bz2" +DOWNLOAD="http://sylpheed.sraoss.jp/sylpheed/v3.0/sylpheed-3.0.0.tar.bz2" DOWNLOAD_x86_64="" -MD5SUM="1f470525c1fbe53253813a0978c18228" +MD5SUM="bb2cf4adfa9577746f54a516e9471bfd" MD5SUM_x86_64="" MAINTAINER="GPLeo" -EMAIL="slackbuilds@gmail.com" -APPROVED="dsomero" +EMAIL="gpleomail@gmail.com" +APPROVED="Erik Hanson" -- cgit v1.2.3-65-gdbad