diff options
Diffstat (limited to 'academic/udig/udig.SlackBuild')
-rw-r--r-- | academic/udig/udig.SlackBuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/academic/udig/udig.SlackBuild b/academic/udig/udig.SlackBuild index 9899e822c42a..742317cf78a1 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 |