academic/gwyddion: Updated for version 2.28.

Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
Daniil Bratashov 2012-05-29 17:25:31 -04:00 committed by Erik Hanson
parent 024df38f00
commit 7c3c3d18d3
4 changed files with 30 additions and 5 deletions

View File

@ -4,4 +4,4 @@ height fields obtained by means of scanning probe microscopy techniques
(AFM, MFM, STM, SNOM/NSOM), however it can be generally used for any other
height field and image analysis
This requires gtkglext.
This requires gtkglext (and optionally libminizip).

View File

@ -0,0 +1,22 @@
--- a/gwyddion-2.26/plugins/process/Makefile.am 2007-10-18 20:06:34.000000000 +0700
+++ b/gwyddion-2.26/plugins/process/Makefile.am 2012-02-11 12:11:13.000000000 +0700
@@ -84,7 +84,7 @@
$(cpp_plugins_sources) \
$(all_rgis)
-PASCAL_FLAGS = -Mdelphi -l- -Sh -WC -O2 -Xc -XX
+PASCAL_FLAGS = -Mdelphi -l- -Sh -O2 -Xc -XX
clean-local:
rm -f core.* *~ *.ppu
--- a/gwyddion-2.26/plugins/process/Makefile.in 2011-12-17 16:58:01.000000000 +0700
+++ b/gwyddion-2.26/plugins/process/Makefile.in 2012-02-11 12:10:59.000000000 +0700
@@ -401,7 +401,7 @@
$(cpp_plugins_sources) \
$(all_rgis)
-PASCAL_FLAGS = -Mdelphi -l- -Sh -WC -O2 -Xc -XX
+PASCAL_FLAGS = -Mdelphi -l- -Sh -O2 -Xc -XX
all: all-am
.SUFFIXES:

View File

@ -5,7 +5,7 @@
# Written by Daniil Bratashov <dn2010@gmail.com>
PRGNAM=gwyddion
VERSION=${VERSION:-2.27}
VERSION=${VERSION:-2.28}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -51,6 +51,9 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
# Allow us to compile with fpc 2.6.0.
patch -p2 < $CWD/gwyddion-fpc-2.6.0.patch
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \

View File

@ -1,8 +1,8 @@
PRGNAM="gwyddion"
VERSION="2.27"
VERSION="2.28"
HOMEPAGE="http://gwyddion.net"
DOWNLOAD="http://downloads.sourceforge.net/gwyddion/gwyddion-2.27.tar.xz"
MD5SUM="94ef812f055b0896c76ba832ae2f7afa"
DOWNLOAD="http://downloads.sourceforge.net/gwyddion/gwyddion-2.28.tar.xz"
MD5SUM="ef568ffbaf21c5090bbfaadca0a8845a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Daniil Bratashov"