diff options
author | Martin Lefebvre <dadexter@slackadelic.com> | 2010-05-11 19:46:03 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-11 19:46:03 +0200 |
commit | e02445162ab80e5b329d22f5726f9c71a85716bf (patch) | |
tree | c79cc0b4fa76850a27d2a40618abb5d6a4ed4efd /network | |
parent | 82e6d67e52369291bd70804ed4212a6aa701a0e2 (diff) |
network/sylpheed: Updated for version 2.4.1
Diffstat (limited to 'network')
-rw-r--r-- | network/sylpheed/README | 1 | ||||
-rw-r--r-- | network/sylpheed/doinst.sh | 2 | ||||
-rw-r--r-- | network/sylpheed/slack-desc | 12 | ||||
-rw-r--r-- | network/sylpheed/sylpheed.SlackBuild | 3 | ||||
-rw-r--r-- | network/sylpheed/sylpheed.info | 2 |
5 files changed, 14 insertions, 6 deletions
diff --git a/network/sylpheed/README b/network/sylpheed/README index f775b9a9bc06..802d6b8654ca 100644 --- a/network/sylpheed/README +++ b/network/sylpheed/README @@ -2,3 +2,4 @@ Sylpheed is an e-mail client based on GTK+ GUI toolkit. It runs on X Window System, and Microsoft Windows. Sylpheed is a free software distributed under the GNU GPL. + diff --git a/network/sylpheed/doinst.sh b/network/sylpheed/doinst.sh index 382269a754a5..3412314ed009 100644 --- a/network/sylpheed/doinst.sh +++ b/network/sylpheed/doinst.sh @@ -1,5 +1,5 @@ if [ -x usr/bin/update-desktop-database ]; then - ./usr/bin/update-desktop-database ./usr/share/applications > /dev/null 2>&1 + ./usr/bin/update-desktop-database ./usr/share/applications >/dev/null 2>&1 fi diff --git a/network/sylpheed/slack-desc b/network/sylpheed/slack-desc index 81d62ab5cefe..91d19b414218 100644 --- a/network/sylpheed/slack-desc +++ b/network/sylpheed/slack-desc @@ -1,4 +1,12 @@ -sylpheed: sylpheed email client +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' +# on the right side marks the last column you can put a character in. You must +# make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':'. + + |-----handy-ruler------------------------------------------------------| +sylpheed: sylpheed (email client) sylpheed: sylpheed: Sylpheed is an e-mail client based on GTK+ GUI toolkit. sylpheed: It runs on X Window System, and Microsoft Windows. @@ -7,3 +15,5 @@ sylpheed: Sylpheed is a free software distributed under the GNU GPL. sylpheed: sylpheed: sylpheed: +sylpheed: +sylpheed: diff --git a/network/sylpheed/sylpheed.SlackBuild b/network/sylpheed/sylpheed.SlackBuild index 5458455627e4..7e2deead5535 100644 --- a/network/sylpheed/sylpheed.SlackBuild +++ b/network/sylpheed/sylpheed.SlackBuild @@ -61,9 +61,6 @@ CXXFLAGS="$SLKCFLAGS" \ make make install-strip DESTDIR=$PKG -# Fix icon path in .desktop file prior to installing it -sed -i 's|sylpheed.png|/usr/share/pixmaps/sylpheed.png|g' sylpheed.desktop - # 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) diff --git a/network/sylpheed/sylpheed.info b/network/sylpheed/sylpheed.info index c0ec472e41b5..4ac49c079b35 100644 --- a/network/sylpheed/sylpheed.info +++ b/network/sylpheed/sylpheed.info @@ -5,4 +5,4 @@ DOWNLOAD="http://sylpheed.sraoss.jp/sylpheed/v2.4/sylpheed-2.4.1.tar.bz2" MD5SUM="88b51ceaba16ac40d19eae414a87dcbe" MAINTAINER="Martin Lefebvre" EMAIL="dadexter@slackadelic.com" -APPROVED="BP{k},rworkman" +APPROVED="rworkman,Alan_Hicks" |