diff options
Diffstat (limited to 'source/ap')
-rwxr-xr-x | source/ap/lsscsi/lsscsi.SlackBuild | 2 | ||||
-rw-r--r-- | source/ap/soma/ChangeLog.txt | 9 | ||||
-rw-r--r-- | source/ap/soma/slack-desc.diff | 2 | ||||
-rwxr-xr-x | source/ap/soma/soma.SlackBuild | 4 | ||||
-rw-r--r-- | source/ap/soma/soma.info | 6 |
5 files changed, 16 insertions, 7 deletions
diff --git a/source/ap/lsscsi/lsscsi.SlackBuild b/source/ap/lsscsi/lsscsi.SlackBuild index d78dcd851..05d5ace49 100755 --- a/source/ap/lsscsi/lsscsi.SlackBuild +++ b/source/ap/lsscsi/lsscsi.SlackBuild @@ -64,7 +64,7 @@ fi cd $TMP rm -rf ${PKGNAM}-${VERSION} tar xvf $CWD/${PKGNAM}-$VERSION.tar.?z || exit 1 -cd ${PKGNAM}-$VERSION || exit 1 +cd ${PKGNAM}-$VERSION || cd lsscsi-030r154 || exit 1 # Make sure ownerships and permissions are sane: chown -R root:root . diff --git a/source/ap/soma/ChangeLog.txt b/source/ap/soma/ChangeLog.txt index 466baa149..a51b7c0ee 100644 --- a/source/ap/soma/ChangeLog.txt +++ b/source/ap/soma/ChangeLog.txt @@ -1,4 +1,13 @@ ============================================================================== +Thu 28 Feb 02:13:19 UTC 2019 +3.2.3 +Fixed the Intergalactic FM stations. +============================================================================== +Wed 27 Feb 23:49:44 UTC 2020 +3.2.2 +Add alpha sorting to lists. +Stop hitting escape, and some keys that contain escape, to exit the main menu. +============================================================================== Thu 27 Dec 14:06:02 UTC 2018 3.2.1 Remove debugging helper line. diff --git a/source/ap/soma/slack-desc.diff b/source/ap/soma/slack-desc.diff index 36e8ad385..b8eeefa35 100644 --- a/source/ap/soma/slack-desc.diff +++ b/source/ap/soma/slack-desc.diff @@ -1,4 +1,4 @@ ---- slack-desc.orig 2019-01-01 03:24:18.000000000 -0600 +--- slack-desc.orig 2019-02-27 21:33:45.000000000 -0600 +++ slack-desc 2018-11-28 16:37:00.644976546 -0600 @@ -1,14 +1,14 @@ # HOW TO EDIT THIS FILE: diff --git a/source/ap/soma/soma.SlackBuild b/source/ap/soma/soma.SlackBuild index 85147dc0c..81d4eae2d 100755 --- a/source/ap/soma/soma.SlackBuild +++ b/source/ap/soma/soma.SlackBuild @@ -1,7 +1,7 @@ #!/bin/sh # Slackware build script for soma -# (C) 2010 David Woodfall <dave@dawoodfall.net> +# (C) 2010 David Woodfall <dave@tty1.uk> # Modifications (C) Patrick Volkerding # All rights reserved. # @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=soma -VERSION=${VERSION:-3.2.1} +VERSION=${VERSION:-3.2.3} ARCH=noarch BUILD=${BUILD:-1} diff --git a/source/ap/soma/soma.info b/source/ap/soma/soma.info index f9736e246..4eeb7176a 100644 --- a/source/ap/soma/soma.info +++ b/source/ap/soma/soma.info @@ -1,8 +1,8 @@ PRGNAM="soma" -VERSION="3.2.1" +VERSION="3.2.3" HOMEPAGE="http://tty1.uk/slackbuilds/noversion/soma/" -DOWNLOAD="http://unrealize.co.uk/source/soma-3.2.1.tar.gz" -MD5SUM="ae4b342d87e71a6504ffb269d8445ba4" +DOWNLOAD="http://git.tty1.uk/cgit.cgi/soma/snapshot/soma-3.2.3.tar.gz" +MD5SUM="1b3b8dc0e0b60b4f2eede63bdfb39e32" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |