diff options
author | Gustavo Conrad <gus3963@gmail.com> | 2018-03-07 13:40:47 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-03-10 07:11:03 +0700 |
commit | 5e3b909777631015232b9909299ce0c3fab2c56c (patch) | |
tree | 78c609875ca1f5a238088faadf787925fdb50293 /ham | |
parent | 456889766958adbaec2d30a496aac9d7fb14ca1a (diff) | |
download | slackbuilds-5e3b909777631015232b9909299ce0c3fab2c56c.tar.gz |
ham/svxlink: Updated for version 17.12.2.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'ham')
-rw-r--r-- | ham/svxlink/README | 2 | ||||
-rw-r--r-- | ham/svxlink/doinst.sh | 4 | ||||
-rw-r--r-- | ham/svxlink/svxlink.SlackBuild | 2 | ||||
-rw-r--r-- | ham/svxlink/svxlink.info | 6 |
4 files changed, 9 insertions, 5 deletions
diff --git a/ham/svxlink/README b/ham/svxlink/README index 7d5cf7ba26..2453a8c932 100644 --- a/ham/svxlink/README +++ b/ham/svxlink/README @@ -13,7 +13,7 @@ as a center point to link SvxLink nodes together. You can build only svxlink server (no Qtel) by passing QTEL=NO to the script: QTEL=NO ./svxlink.SlackBuild -Opus is an optional (and, based on the audio quality, suggested!) +Opus is an optional (and, based on the audio quality, suggested!) dependency available from slackbuilds.org You need a "svxlink" user and group: diff --git a/ham/svxlink/doinst.sh b/ham/svxlink/doinst.sh index a73306987a..8a5082b42a 100644 --- a/ham/svxlink/doinst.sh +++ b/ham/svxlink/doinst.sh @@ -37,3 +37,7 @@ config etc/svxlink/svxlink.d/ModulePropagationMonitor.conf.new config etc/svxlink/svxlink.d/ModuleMetarInfo.conf.new config etc/svxlink/svxlink.d/ModuleParrot.conf.new preserve_perms etc/rc.d/rc.svxlink.new + +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 +fi diff --git a/ham/svxlink/svxlink.SlackBuild b/ham/svxlink/svxlink.SlackBuild index 5be525f3ff..407b9ad629 100644 --- a/ham/svxlink/svxlink.SlackBuild +++ b/ham/svxlink/svxlink.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=svxlink -VERSION=${VERSION:-17.12.1} +VERSION=${VERSION:-17.12.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/ham/svxlink/svxlink.info b/ham/svxlink/svxlink.info index 4376cb8d42..53f3f56bf4 100644 --- a/ham/svxlink/svxlink.info +++ b/ham/svxlink/svxlink.info @@ -1,8 +1,8 @@ PRGNAM="svxlink" -VERSION="17.12.1" +VERSION="17.12.2" HOMEPAGE="http://www.svxlink.org/" -DOWNLOAD="https://github.com/sm0svx/svxlink/archive/17.12.1.tar.gz" -MD5SUM="23cb320d9364f75296c9a79aa1761e6d" +DOWNLOAD="https://github.com/sm0svx/svxlink/archive/17.12.2.tar.gz" +MD5SUM="c24950de8048c1cc28891edbb657dec9" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="gsm speex" |