From 855c3ceaa9f5e68508028608316d973e2068c924 Mon Sep 17 00:00:00 2001 From: Patrick J Volkerding Date: Mon, 24 Aug 2020 20:48:03 +0000 Subject: Mon Aug 24 20:48:03 UTC 2020 ap/nano-5.2-x86_64-1.txz: Upgraded. d/doxygen-1.8.20-x86_64-1.txz: Upgraded. d/nasm-2.15.03-x86_64-1.txz: Upgraded. Reverted to previous nasm since the new version has problems with some of the assembly included in Firefox. d/parallel-20200822-noarch-1.txz: Upgraded. l/libcap-ng-0.7.11-x86_64-1.txz: Upgraded. n/libgpg-error-1.39-x86_64-1.txz: Upgraded. n/libqmi-1.26.4-x86_64-1.txz: Upgraded. xap/mozilla-firefox-78.2.0esr-x86_64-1.txz: Upgraded. This release contains security fixes and improvements. For more information, see: https://www.mozilla.org/en-US/firefox/78.2.0/releasenotes/ (* Security fix *) xap/sane-1.0.31-x86_64-1.txz: Upgraded. --- source/ap/soma/README | 28 +++++++++++++----------- source/ap/soma/soma.SlackBuild | 2 +- source/ap/soma/soma.info | 6 ++--- source/ap/terminus-font/terminus-font.SlackBuild | 9 +++++++- 4 files changed, 27 insertions(+), 18 deletions(-) (limited to 'source/ap') diff --git a/source/ap/soma/README b/source/ap/soma/README index cb60a62c6..7a882b912 100644 --- a/source/ap/soma/README +++ b/source/ap/soma/README @@ -48,7 +48,8 @@ Key commands supported in status window: Dashboard indicators: -[S] Schedules are set [-] Schedules are temporarily disabled +[S] Schedules are set [-] Schedules are temporarily + disabled [R] A recording is in progress [0-100] Volume or [M] Mute Config Files: @@ -68,34 +69,35 @@ Name,URL You cannot use a comma , in the name or the URL. -User stations are listed before global in all stations list. Custom genre and -theme files can be made and will be listed along with the default set. +User stations are listed before global in all stations list. Custom +genre and theme files can be made and will be listed along with the +default set. I would be glad of any extra radio urls emailed to me so I can add to the default list. NOTES: -The Jack and NAS options for output device will only work if MPlayer is built -against them. +The Jack and NAS options for output device will only work if MPlayer is +built against them. -When changing/selecting soundcard output device you must press space on the -option. Just scrolling down and hitting Enter does nothing. +When changing/selecting soundcard output device you must press space on +the option. Just scrolling down and hitting Enter does nothing. BUGS: -Soma may induce the side effects of general well-being and profound spiritual -satisfaction. +Soma may induce the side effects of general well-being and profound +spiritual satisfaction. http://en.wikipedia.org/wiki/Soma http://en.wikipedia.org/wiki/Soma_(Brave_New_World) REAL BUGS: -Some people might find screen messes up the dialog colours. If you have this -line in ~/.screenrc: +Some people might find screen messes up the dialog colours. If you have +this line in ~/.screenrc: attrcolor b ".I" -You might want to comment it out and try again as it seems to turn off the bold -attribute. See the screen man page for more info. +You might want to comment it out and try again as it seems to turn off +the bold attribute. See the screen man page for more info. diff --git a/source/ap/soma/soma.SlackBuild b/source/ap/soma/soma.SlackBuild index 8196b707e..5b9c366c6 100755 --- a/source/ap/soma/soma.SlackBuild +++ b/source/ap/soma/soma.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=soma -VERSION=${VERSION:-3.3.5} +VERSION=${VERSION:-3.3.6} ARCH=noarch BUILD=${BUILD:-1} diff --git a/source/ap/soma/soma.info b/source/ap/soma/soma.info index e00563321..d6ab22059 100644 --- a/source/ap/soma/soma.info +++ b/source/ap/soma/soma.info @@ -1,8 +1,8 @@ PRGNAM="soma" -VERSION="3.3.5" +VERSION="3.3.6" HOMEPAGE="http://tty1.uk/slackbuilds/noversion/soma/" -DOWNLOAD="http://git.tty1.uk/cgit.cgi/soma/snapshot/soma-3.3.5.tar.gz" -MD5SUM="ccfab41ec585b44bd7f8e9c1cb273a93" +DOWNLOAD="http://git.tty1.uk/cgit.cgi/soma/snapshot/soma-3.3.6.tar.gz" +MD5SUM="0110186a251aa612a47bdc282f7b1709" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" diff --git a/source/ap/terminus-font/terminus-font.SlackBuild b/source/ap/terminus-font/terminus-font.SlackBuild index 71ecf3b13..6c100d006 100755 --- a/source/ap/terminus-font/terminus-font.SlackBuild +++ b/source/ap/terminus-font/terminus-font.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=terminus-font VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then @@ -80,6 +80,13 @@ find . \ make || exit 1 make install install-pcf-8bit install-psf-ref install-psf-vgaw DESTDIR=$PKG || exit 1 +# Install also the otb version (supported by the newer pango) +mkdir -p $PKG/usr/share/fonts/misc +for i in 12 14 16 18 20 22 24 26 28 32; do + fonttosfnt -o $PKG/usr/share/fonts/misc/ter-u${i}b.otb ter-u${i}b.pcf + fonttosfnt -o $PKG/usr/share/fonts/misc/ter-u${i}n.otb ter-u${i}n.pcf +done + mkdir -p $PKG/usr/doc/$PKGNAM-$VERSION cp -a \ AUTHORS CHANGES COPYING* INSTALL NEWS OFL.TXT README* \ -- cgit v1.2.3