mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
network/sylpheed: Updated for version 3.0.0.
This commit is contained in:
parent
6ab60681cb
commit
e48ef905be
2 changed files with 9 additions and 14 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue