diff options
author | Alan Ianson <agianson@gmail.com> | 2017-07-22 23:29:31 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-07-26 18:29:10 +0700 |
commit | 49190f5944d7fec15081d56a675ea85d14a0a04e (patch) | |
tree | b44b2945991993f060be8e4e59210c72ae66853a /network/sylpheed | |
parent | 40186f2b5c4b6ba3737c77d51064e8f81ac1b547 (diff) | |
download | slackbuilds-49190f5944d7fec15081d56a675ea85d14a0a04e.tar.gz |
network/sylpheed: Updated for version 3.6.0 + new maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/sylpheed')
-rw-r--r-- | network/sylpheed/doinst.sh | 2 | ||||
-rw-r--r-- | network/sylpheed/slack-desc | 8 | ||||
-rw-r--r-- | network/sylpheed/sylpheed.SlackBuild | 3 | ||||
-rw-r--r-- | network/sylpheed/sylpheed.info | 12 |
4 files changed, 13 insertions, 12 deletions
diff --git a/network/sylpheed/doinst.sh b/network/sylpheed/doinst.sh index 24e4bc11e0..4e8ba7071d 100644 --- a/network/sylpheed/doinst.sh +++ b/network/sylpheed/doinst.sh @@ -1,4 +1,4 @@ if [ -x /usr/bin/update-desktop-database ]; then - /usr/bin/update-desktop-database -q usr/share/applications &> /dev/null + /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 fi diff --git a/network/sylpheed/slack-desc b/network/sylpheed/slack-desc index 8aafe5b6c7..d9fc8b436a 100644 --- a/network/sylpheed/slack-desc +++ b/network/sylpheed/slack-desc @@ -8,12 +8,12 @@ |-----handy-ruler------------------------------------------------------| sylpheed: sylpheed (lightweight and user-friendly e-mail client) sylpheed: -sylpheed: Sylpheed is an e-mail client based on GTK+ GUI toolkit. -sylpheed: It runs on X Window System, and Microsoft Windows. +sylpheed: Sylpheed is an e-mail client based on the GTK+ GUI toolkit. +sylpheed: It runs on the X Window System, and Microsoft Windows. sylpheed: -sylpheed: Sylpheed is a free software distributed under the GNU GPL. +sylpheed: Sylpheed is free software distributed under the GNU GPL. sylpheed: -sylpheed: Homepage: http://sylpheed.sraoss.jp/en/ +sylpheed: Homepage: https://sylpheed.sraoss.jp/en/ sylpheed: sylpheed: sylpheed: diff --git a/network/sylpheed/sylpheed.SlackBuild b/network/sylpheed/sylpheed.SlackBuild index bffe3ee40e..d26f2649d7 100644 --- a/network/sylpheed/sylpheed.SlackBuild +++ b/network/sylpheed/sylpheed.SlackBuild @@ -4,6 +4,7 @@ # # Copyright 2006 Martin Lefebvre <dadexter@sekurity.com> # Copyright 2008-2010 GPLeo <gpleomail@gmail.com> +# Copyright 2017 Alan Ianson <agianson@gmail.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,7 +27,7 @@ # Modified by the SlackBuilds.org project PRGNAM=sylpheed -VERSION=${VERSION:-3.5.0} +VERSION=${VERSION:-3.6.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/network/sylpheed/sylpheed.info b/network/sylpheed/sylpheed.info index cb08ae02c8..57daf75206 100644 --- a/network/sylpheed/sylpheed.info +++ b/network/sylpheed/sylpheed.info @@ -1,10 +1,10 @@ PRGNAM="sylpheed" -VERSION="3.5.0" -HOMEPAGE="http://sylpheed.sraoss.jp/en/" -DOWNLOAD="http://onet.dl.osdn.jp/sylpheed/64372/sylpheed-3.5.0.tar.bz2" -MD5SUM="289cdd2bef00dd5f17fa90def1cc9d81" +VERSION="3.6.0" +HOMEPAGE="https://sylpheed.sraoss.jp/en/" +DOWNLOAD="https://sylpheed.sraoss.jp/sylpheed/v3.6/sylpheed-3.6.0.tar.bz2" +MD5SUM="5b72a9173963be38efe5fb0b3f5cc44b" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -MAINTAINER="GPLeo" -EMAIL="gpleomail@gmail.com" +MAINTAINER="Alan Ianson" +EMAIL="agianson@gmail.com" |