Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
@ -5,3 +5,9 @@ fi
if [ -x /usr/bin/update-mime-database ]; then
/usr/bin/update-mime-database usr/share/mime >/dev/null 2>&1
fi
if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then
if [ -x /usr/bin/gtk-update-icon-cache ]; then
/usr/bin/gtk-update-icon-cache -f usr/share/icons/hicolor >/dev/null 2>&1
@ -16,4 +16,4 @@ ugene: user nterface. The toolkit supports multiple biological data formats
ugene: and allows the retrieval of data from remote data sources.
ugene:
ugene: Home: http://ugene.net/
ugene: References: /usr/doc/ugene-1.27.0/References
@ -2,7 +2,7 @@
# Slackware build script for ugene
# Copyright 2013-2017 Petar Petrov slackalaxy@gmail.com
# Copyright 2013-2018 Petar Petrov slackalaxy@gmail.com
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=ugene
VERSION=${VERSION:-1.27.0}
VERSION=${VERSION:-1.29.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -1,8 +1,8 @@
PRGNAM="ugene"
VERSION="1.27.0"
VERSION="1.29.0"
HOMEPAGE="http://ugene.net/"
DOWNLOAD="http://ugene.net/downloads/ugene-1.27.0.tar.gz"
MD5SUM="6822a8457da21dac05f1be4a3ae8ca83"
DOWNLOAD="http://ugene.net/downloads/ugene-1.29.0.tar.gz"
MD5SUM="a2b6f717ec3661eeb36cc8e34147ad6a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="qt5-webkit libwacom"