summaryrefslogtreecommitdiffstats
path: root/academic/gwyddion
diff options
context:
space:
mode:
Diffstat (limited to 'academic/gwyddion')
-rw-r--r--academic/gwyddion/README2
-rw-r--r--academic/gwyddion/doinst.sh5
-rw-r--r--academic/gwyddion/gwyddion.SlackBuild2
-rw-r--r--academic/gwyddion/gwyddion.info6
4 files changed, 10 insertions, 5 deletions
diff --git a/academic/gwyddion/README b/academic/gwyddion/README
index 2a148846ec..31d14706f4 100644
--- a/academic/gwyddion/README
+++ b/academic/gwyddion/README
@@ -2,6 +2,6 @@ Gwyddion is a modular program for SPM (scanning probe microscopy) data
visualization and analysis. Primarily it is intended for analysis of
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
+height field and image analysis.
libminizip and cfitsio are the optional dependencies.
diff --git a/academic/gwyddion/doinst.sh b/academic/gwyddion/doinst.sh
index 7e15f42bf4..24d14dac14 100644
--- a/academic/gwyddion/doinst.sh
+++ b/academic/gwyddion/doinst.sh
@@ -22,3 +22,8 @@ if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then
fi
fi
+if [ -e usr/share/glib-2.0/schemas ]; then
+ if [ -x /usr/bin/glib-compile-schemas ]; then
+ /usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas >/dev/null 2>&1
+ fi
+fi
diff --git a/academic/gwyddion/gwyddion.SlackBuild b/academic/gwyddion/gwyddion.SlackBuild
index abb060f0bc..e3f4067c8b 100644
--- a/academic/gwyddion/gwyddion.SlackBuild
+++ b/academic/gwyddion/gwyddion.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=gwyddion
-VERSION=${VERSION:-2.41}
+VERSION=${VERSION:-2.42}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/academic/gwyddion/gwyddion.info b/academic/gwyddion/gwyddion.info
index cf11fdcc56..154d3a1a8b 100644
--- a/academic/gwyddion/gwyddion.info
+++ b/academic/gwyddion/gwyddion.info
@@ -1,8 +1,8 @@
PRGNAM="gwyddion"
-VERSION="2.41"
+VERSION="2.42"
HOMEPAGE="http://gwyddion.net"
-DOWNLOAD="http://downloads.sourceforge.net/gwyddion/gwyddion-2.41.tar.xz"
-MD5SUM="de80e2587ae9f4c8e886ea2e22509f74"
+DOWNLOAD="http://downloads.sourceforge.net/gwyddion/gwyddion-2.42.tar.xz"
+MD5SUM="92a64bffb466b00247ab5927ff723019"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="gtkglext"