summaryrefslogtreecommitdiffstats
path: root/academic
diff options
context:
space:
mode:
author Benjamin Trigona-Harany <slackbuilds@jaxartes.net>2013-04-24 07:14:08 -0400
committer Niels Horn <niels.horn@slackbuilds.org>2013-04-28 12:29:58 -0300
commitd53da9cb7854690380f2c0d0bdfcb2abc58c5067 (patch)
tree63ee8dcce0749e1d81a0547b7cc3d5421a1139a8 /academic
parent56d863acc0b5d93bc1ea3cd93541aaeff0bd6e82 (diff)
downloadslackbuilds-d53da9cb7854690380f2c0d0bdfcb2abc58c5067.tar.gz
slackbuilds-d53da9cb7854690380f2c0d0bdfcb2abc58c5067.tar.xz
academic/udig: Updated for version 1.4.0.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'academic')
-rw-r--r--academic/udig/slack-desc16
-rw-r--r--academic/udig/udig.SlackBuild8
-rw-r--r--academic/udig/udig.info12
3 files changed, 18 insertions, 18 deletions
diff --git a/academic/udig/slack-desc b/academic/udig/slack-desc
index 5373f3a913..9e9f96ac9b 100644
--- a/academic/udig/slack-desc
+++ b/academic/udig/slack-desc
@@ -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:
diff --git a/academic/udig/udig.SlackBuild b/academic/udig/udig.SlackBuild
index 9899e822c4..742317cf78 100644
--- a/academic/udig/udig.SlackBuild
+++ b/academic/udig/udig.SlackBuild
@@ -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
diff --git a/academic/udig/udig.info b/academic/udig/udig.info
index 747d999547..a24e8d0fb8 100644
--- a/academic/udig/udig.info
+++ b/academic/udig/udig.info
@@ -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"