academic/udig: Updated for version 1.4.0.

Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
Benjamin Trigona-Harany 2013-04-24 07:14:08 -04:00 committed by Niels Horn
parent 56d863acc0
commit d53da9cb78
3 changed files with 18 additions and 18 deletions

View file

@ -1,16 +1,16 @@
# 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 ':'.
# 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 ':' except on otherwise blank lines.
|-----handy-ruler------------------------------------------------------|
udig: udig (desktop GIS)
udig:
udig: uDig is an open source desktop GIS application framework that can be
udig: used as a standalone viewer and editor for spatial data. uDig
udig: supports PostGIS, shapefiles and other sources.
udig: uDig is an open source desktop GIS application framework that can be
udig: used as a standalone viewer and editor for spatial data. uDig
udig: supports PostGIS, shapefiles and other sources.
udig:
udig: Homepage: http://udig.refractions.net/
udig:

View file

@ -22,7 +22,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=udig
VERSION=${VERSION:-1.3.2}
VERSION=${VERSION:-1.4.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -64,7 +64,7 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
# uDig comes with its own JRE, but this is unnecessay as long as the JAI jars are
# uDig comes with its own JRE, but this is unnecessay as long as the JAI jars are
# installed in the correct location. This is how other distros avoid shipping a
# duplicate Java environment with uDig.
mkdir -p $PKG/usr/share/$PRGNAM/jai
@ -90,10 +90,10 @@ if [ "$ARCH" = "x86_64" ]; then
fi
mkdir -p $PKG/usr/bin
ln -s /usr/share/$PRGNAM/$PRGNAM.sh $PKG/usr/bin/$PRGNAM
ln -s /usr/share/$PRGNAM/$PRGNAM.sh $PKG/usr/bin/$PRGNAM
mkdir -p $PKG/usr/share/applications
cp -a $CWD/$PRGNAM.desktop $PKG/usr/share/applications
cat $CWD/$PRGNAM.desktop > $PKG/usr/share/applications/$PRGNAM.desktop
mkdir -p $PKG/usr/share/pixmaps/
cp -a icon.xpm $PKG/usr/share/pixmaps/udig.xpm

View file

@ -1,10 +1,10 @@
PRGNAM="udig"
VERSION="1.3.2"
VERSION="1.4.0"
HOMEPAGE="http://udig.refractions.net"
DOWNLOAD="http://udig.refractions.net/files/downloads/udig-1.3.2.linux.gtk.x86.zip"
MD5SUM="5b62b93967b1653654bdee88043824b8"
DOWNLOAD_x86_64="http://udig.refractions.net/files/downloads/udig-1.3.2.linux.gtk.x86_64.zip"
MD5SUM_x86_64="58bb89c80e1d8990f1224e8942b3d6db"
DOWNLOAD="http://udig.refractions.net/files/downloads/udig-1.4.0.linux.gtk.x86.zip"
MD5SUM="116b7f577ba08b1e2b7d0100588f5259"
DOWNLOAD_x86_64="http://udig.refractions.net/files/downloads/udig-1.4.0.linux.gtk.x86_64.zip"
MD5SUM_x86_64="b401a3fc48b33888dcf894104b4f903e"
REQUIRES="jdk"
MAINTAINER="Benjamin Trigona-Harany"
EMAIL="bosth@alumni.sfu.ca"
EMAIL="slackbuilds@jaxartes.net"