office/adobe-reader: Updated for version 9.3.2.

This commit is contained in:
ArTourter 2010-05-09 02:06:35 -05:00 committed by Robby Workman
parent 6cb750591e
commit d381a467ba
3 changed files with 12 additions and 9 deletions

View file

@ -3,4 +3,4 @@ in "Slackware style" for easier system maintenance.
This requires xulrunner.
Adobe Reader does not work on x86_64.
This only works on the x86 architecture (no x86_64, arm, etcetera).

View file

@ -27,7 +27,7 @@
# permission to modify it as needed.
PRGNAM=adobe-reader
VERSION=9.3
VERSION=9.3.2
ARCH=i486 # Leave this alone for acroread
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -74,20 +74,17 @@ cd -
# Add symlink to AdobeReader.xml for correct mimetype
mkdir -p $PKG/usr/share/mime/packages
cd $PKG/usr/share/mime/packages
rm -f AdobeReader.xml
ln -sf /opt/Adobe/Reader9/Resource/Support/AdobeReader.xml .
cd -
# Fix symlink to .desktop file
mkdir -p $PKG/usr/share/{applications,pixmaps}
cd $PKG/usr/share/applications
rm -f AdobeReader.desktop
ln -sf /opt/Adobe/Reader9/Resource/Support/AdobeReader.desktop .
cd -
# Link icon to /usr/share/pixmaps
cd $PKG/usr/share/pixmaps
rm -f AdobeReader.png
ln -sf /opt/Adobe/Reader9/Resource/Icons/48x48/AdobeReader9.png .
cd -
@ -97,6 +94,12 @@ cd $PKG/usr/man/man1
ln -sf /opt/Adobe/Reader9/Resource/Shell/acroread.1.gz .
cd -
# Link bash_completion script to /etc/bash_completion.d
mkdir -p $PKG/etc/bash_completion.d
cd $PKG/etc/bash_completion.d
ln -sf /opt/Adobe/Reader9/Reseource/Shell/acroread_tab acroread
cd -
# Move docs to their correct locations
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a $TMP/AdobeReader/ReadMe.htm $PKG/usr/doc/$PRGNAM-$VERSION

View file

@ -1,10 +1,10 @@
PRGNAM="adobe-reader"
VERSION="9.3"
VERSION="9.3.2"
HOMEPAGE="http://www.adobe.com/"
DOWNLOAD="ftp://ftp.adobe.com/pub/adobe/reader/unix/9.x/9.3/enu/AdbeRdr9.3-1_i486linux_enu.tar.bz2"
MD5SUM="0f63e9d8b9ef3d07abbb4e1a6eb45b3f"
DOWNLOAD="ftp://ftp.adobe.com/pub/adobe/reader/unix/9.x/9.3.2/enu/AdbeRdr9.3.2-1_i486linux_enu.tar.bz2"
MD5SUM="57c6e2f628b34dc950f834e10f553504"
DOWNLOAD_x86_64="UNSUPPORTED"
MD5SUM_x86_64=""
MAINTAINER="Heinz Wiesinger"
EMAIL="pprkut@liwjatan.at"
APPROVED="Erik Hanson"
APPROVED="rworkman"