diff options
author | Daniil Bratashov <dn2010@gmail.com> | 2015-10-11 14:46:48 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-10-11 14:59:36 +0700 |
commit | e22cc980eedc62c6a2c401d359bff2118e970f71 (patch) | |
tree | 58297b7eae7d08d08b788b6975e9e2637fc4f814 /academic | |
parent | 290d83e481a0a31e5344eb5dee5e8b2093638b99 (diff) |
academic/gwyddion: Updated for version 2.42.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic')
-rw-r--r-- | academic/gwyddion/README | 2 | ||||
-rw-r--r-- | academic/gwyddion/doinst.sh | 5 | ||||
-rw-r--r-- | academic/gwyddion/gwyddion.SlackBuild | 2 | ||||
-rw-r--r-- | academic/gwyddion/gwyddion.info | 6 |
4 files changed, 10 insertions, 5 deletions
diff --git a/academic/gwyddion/README b/academic/gwyddion/README index 2a148846ec09..31d14706f44c 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 7e15f42bf4b9..24d14dac14ff 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 abb060f0bc7c..e3f4067c8b6d 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 cf11fdcc5694..154d3a1a8bba 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" |