summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Chris Walker2018-09-26 23:50:08 +0200
committer Willy Sudiarto Raharjo2018-09-29 02:47:41 +0200
commit66527efe356c1e37484b313cfbc0a2989559c193 (patch)
tree4384b96a320b9cf104208103aa0044079c24944f
parent256af903f20f2aaed08810b1c46dbde60e4d587f (diff)
downloadslackbuilds-66527efe356c1e37484b313cfbc0a2989559c193.tar.gz
libraries/SOGo: Update documentation and script.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--office/SOGo/README7
-rw-r--r--office/SOGo/README.SBo23
-rw-r--r--office/SOGo/SOGo.SlackBuild10
-rw-r--r--office/SOGo/SOGo.info10
4 files changed, 46 insertions, 4 deletions
diff --git a/office/SOGo/README b/office/SOGo/README
index 03cf0106a1..448d935874 100644
--- a/office/SOGo/README
+++ b/office/SOGo/README
@@ -11,6 +11,9 @@ middle of your servers to offer your users a uniform and complete
interface to access their information. It has been deployed in
production environments where thousands of users are involved.
+Additional documentation can be installed by setting
+INSTALL_DOCS=yes when executing this script.
+
Groupname and Username
You must have the 'sogo' group and user to run this script,
@@ -19,4 +22,6 @@ for example:
groupadd -g 356 sogo
useradd -u 356 -m -d /var/lib/sogo -s /bin/bash -g 356 sogo
-For some basic setup instructions, check the included 'README.SBo'.
+For some basic setup instructions and important information
+regarding issues with gnustep-make and gnustep-base, check the
+included 'README.SBo'.
diff --git a/office/SOGo/README.SBo b/office/SOGo/README.SBo
index a8e1180253..b47315370b 100644
--- a/office/SOGo/README.SBo
+++ b/office/SOGo/README.SBo
@@ -1,3 +1,26 @@
+Thar be bears!
+==============
+The SOGo group recommends the following versions of gnustep-make and
+gnustep-base when running SOGo:
+
+ * gnustep-make version 2.6.6
+ * gnustep-base version 1.24.6
+
+Running SOGo with versions other than the ones suggested can result in
+SOGo not working properly and many hours of time wasted until you
+happen upon just the right forum post that explains the situation.
+
+How do I configure this?
+========================
+If you set INSTALL_DOCS=yes when you built this package you should have
+some documentation in PDF form in the doc folder for this package.
+
+If you opted out of installing the documentation or you want a more recent
+version of the documentation you can look here
+https://sogo.nu/support.html#/documentation.
+
+Automatically starting SOGo
+===========================
To start SOGo automatically at system startup, add the following to
your /etc/rc.d/rc.local:
diff --git a/office/SOGo/SOGo.SlackBuild b/office/SOGo/SOGo.SlackBuild
index fe87ab6f58..5759a441a6 100644
--- a/office/SOGo/SOGo.SlackBuild
+++ b/office/SOGo/SOGo.SlackBuild
@@ -24,7 +24,7 @@
PRGNAM=SOGo
VERSION=${VERSION:-4.0.2}
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-3}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -135,6 +135,14 @@ cp -a \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
+if [ "${INSTALL_DOCS:-no}" != "no" ]; then
+ cp -a \
+ $CWD/SOGoInstallationGuide.pdf \
+ $CWD/SOGoMozillaThunderbirdConfigurationGuide.pdf \
+ $CWD/SOGoOutlookConnectorConfigurationGuide.pdf \
+ $PKG/usr/doc/$PRGNAM-$VERSION
+fi
+
# Install backup script
cat Scripts/sogo-backup.sh > $PKG/usr/doc/$PRGNAM-$VERSION/sogo-backup.sh
chmod +x $PKG/usr/doc/$PRGNAM-$VERSION/sogo-backup.sh
diff --git a/office/SOGo/SOGo.info b/office/SOGo/SOGo.info
index 1760f7c146..b47250d802 100644
--- a/office/SOGo/SOGo.info
+++ b/office/SOGo/SOGo.info
@@ -1,8 +1,14 @@
PRGNAM="SOGo"
VERSION="4.0.2"
HOMEPAGE="https://sogo.nu/"
-DOWNLOAD="https://sogo.nu/files/downloads/SOGo/Sources/SOGo-4.0.2.tar.gz"
-MD5SUM="852fb13d391906e61d3ae4c78f48b80e"
+DOWNLOAD="https://sogo.nu/files/downloads/SOGo/Sources/SOGo-4.0.2.tar.gz
+ https://sogo.nu/files/docs/SOGoInstallationGuide.pdf
+ https://sogo.nu/files/docs/SOGoMozillaThunderbirdConfigurationGuide.pdf
+ https://sogo.nu/files/docs/SOGoOutlookConnectorConfigurationGuide.pdf"
+MD5SUM="852fb13d391906e61d3ae4c78f48b80e
+ 3d23667578d99d8b683087b3797b0696
+ 57fe60a808320f7f4ba5be2670a1d23b
+ 32f718228d6d58ee7b0d03c699e70387"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="SOPE libmemcached"