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 | |
parent | 6ab60681cbdee1af71c79f86b559303fa67d2539 (diff) | |
download | slackbuilds-e48ef905be6879ecaece213c1f9ec36143e0982a.tar.gz |
network/sylpheed: Updated for version 3.0.0.
Diffstat (limited to 'network')
-rw-r--r-- | network/sylpheed/sylpheed.SlackBuild | 13 | ||||
-rw-r--r-- | network/sylpheed/sylpheed.info | 10 |
2 files changed, 9 insertions, 14 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 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" |