academic/gwyddion: Updated for version 2.39.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Daniil Bratashov 2014-11-18 03:12:40 +07:00 committed by Willy Sudiarto Raharjo
parent 1398b11cc7
commit 9217fe1f4c
3 changed files with 5 additions and 20 deletions

View File

@ -1,13 +0,0 @@
Index: modules/tools/stats.c
===================================================================
--- modules/tools/stats.c (revision 16602)
+++ modules/tools/stats.c (working copy)
@@ -1096,7 +1096,7 @@
area = report_data->same_units ? fmt_val(area) : g_strdup(_("N.A."));
projarea = fmt_val(projarea);
- vf = gwy_si_unit_get_format_with_digits(siunitarea,
+ vf = gwy_si_unit_get_format_with_digits(siunitvar,
GWY_SI_UNIT_FORMAT_PLAIN,
report_data->results.var, 3, vf);
var = fmt_val(var);

View File

@ -23,8 +23,8 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=gwyddion
VERSION=${VERSION:-2.38}
BUILD=${BUILD:-2}
VERSION=${VERSION:-2.39}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@ -69,8 +69,6 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
patch --verbose -p0 < $CWD/gwyddion-2.38-stat-tool-save-crash.patch
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \

View File

@ -1,8 +1,8 @@
PRGNAM="gwyddion"
VERSION="2.38"
VERSION="2.39"
HOMEPAGE="http://gwyddion.net"
DOWNLOAD="http://downloads.sourceforge.net/gwyddion/gwyddion-2.38.tar.xz"
MD5SUM="75fb04e174ea87c7aecc05c63cc23d0b"
DOWNLOAD="http://downloads.sourceforge.net/gwyddion/gwyddion-2.39.tar.xz"
MD5SUM="2f701b99992f6a50657c67adfce358c3"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="gtkglext"