From 14044bb001eebd8bfa71ddaf9a396c827fd6d821 Mon Sep 17 00:00:00 2001 From: Patrick J Volkerding Date: Tue, 26 May 2020 20:35:03 +0000 Subject: Tue May 26 20:35:03 UTC 2020 ap/mpg123-1.26.0-x86_64-1.txz: Upgraded. ap/sqlite-3.32.1-x86_64-1.txz: Upgraded. l/keybinder-0.3.1-x86_64-2.txz: Removed. l/keybinder3-3.0_0.3.2-x86_64-1.txz: Added. n/krb5-1.18.2-x86_64-1.txz: Upgraded. n/mutt-1.14.2-x86_64-1.txz: Upgraded. xap/gnuplot-5.2.8-x86_64-2.txz: Rebuilt. Rebuilt with Qt5 (uses anti-aliasing to improve the plot output). extra/aspell-word-lists/aspell-pt-0.50_2-x86_64-5.txz: Removed. extra/aspell-word-lists/aspell-pt_PT-20190329_0-x86_64-1.txz: Upgraded. Thanks to sairum for the link to a better word list. extra/aspell-word-lists/aspell-pt_PT-preao-20190329_0-x86_64-1.txz: Added. Thanks to sairum for the link to a better word list. extra/pure-alsa-system/mpg123-1.26.0-x86_64-1_alsa.txz: Upgraded. --- .../aspell-word-lists/aspell-dict.SlackBuild | 22 ++++++++++++++++------ extra/source/aspell-word-lists/build/aspell5-tk | 1 - extra/source/aspell-word-lists/build/aspell6-ar | 1 - extra/source/aspell-word-lists/build/aspell6-ast | 1 - extra/source/aspell-word-lists/build/aspell6-ca | 1 - .../source/aspell-word-lists/build/aspell6-de_alt | 1 - extra/source/aspell-word-lists/build/aspell6-fy | 1 - extra/source/aspell-word-lists/build/aspell6-grc | 1 - extra/source/aspell-word-lists/build/aspell6-hy | 1 - extra/source/aspell-word-lists/build/aspell6-ky | 1 - 10 files changed, 16 insertions(+), 15 deletions(-) delete mode 100644 extra/source/aspell-word-lists/build/aspell5-tk delete mode 100644 extra/source/aspell-word-lists/build/aspell6-ar delete mode 100644 extra/source/aspell-word-lists/build/aspell6-ast delete mode 100644 extra/source/aspell-word-lists/build/aspell6-ca delete mode 100644 extra/source/aspell-word-lists/build/aspell6-de_alt delete mode 100644 extra/source/aspell-word-lists/build/aspell6-fy delete mode 100644 extra/source/aspell-word-lists/build/aspell6-grc delete mode 100644 extra/source/aspell-word-lists/build/aspell6-hy delete mode 100644 extra/source/aspell-word-lists/build/aspell6-ky (limited to 'extra') diff --git a/extra/source/aspell-word-lists/aspell-dict.SlackBuild b/extra/source/aspell-word-lists/aspell-dict.SlackBuild index 4f78446cf..b762f3c97 100755 --- a/extra/source/aspell-word-lists/aspell-dict.SlackBuild +++ b/extra/source/aspell-word-lists/aspell-dict.SlackBuild @@ -38,7 +38,12 @@ fi cd src for file in aspell*bz2 ; do - NAME=$(echo $file | cut -f 1-2 -d -)-$(echo $file | cut -f 3- -d - | rev | cut -b9- | rev | tr '[\-]' '[_]') + # pt_PT-preao requires different package name handling: + if echo $file | grep -q pt_PT-preao ; then + NAME=$(echo $file | cut -f 1-3 -d -)-$(echo $file | cut -f 4- -d - | rev | cut -b9- | rev | tr '[\-]' '[_]') + else + NAME=$(echo $file | cut -f 1-2 -d -)-$(echo $file | cut -f 3- -d - | rev | cut -b9- | rev | tr '[\-]' '[_]') + fi if [ -r $CWD/build/$(basename $file | cut -f 1,2 -d -) ]; then BUILD="$(cat $CWD/build/$(basename $file | cut -f 1,2 -d -))" else @@ -60,13 +65,18 @@ for file in aspell*bz2 ; do cp -a \ README* Copyright* COPYING* \ $PKG/usr/doc/${NAME} - # Overwrite from doc/ is fine: - cp -a \ - doc/* \ - $PKG/usr/doc/${NAME} + if [ -d doc ]; then + # Overwrite from doc/ is fine: + cp -a doc/* $PKG/usr/doc/${NAME} + fi chmod 644 $PKG/usr/doc/${NAME}/* mkdir $PKG/install - SLACKDESC=$(echo $NAME | cut -f 1-2 -d -) + # pt_PT-preao requires different package name handling: + if echo $file | grep -q pt_PT-preao ; then + SLACKDESC=$(echo $NAME | cut -f 1-3 -d -) + else + SLACKDESC=$(echo $NAME | cut -f 1-2 -d -) + fi echo "${SLACKDESC}: ${SLACKDESC}" > $PKG/install/slack-desc echo "${SLACKDESC}:" >> $PKG/install/slack-desc echo "${SLACKDESC}: $(head -n 1 README)." >> $PKG/install/slack-desc diff --git a/extra/source/aspell-word-lists/build/aspell5-tk b/extra/source/aspell-word-lists/build/aspell5-tk deleted file mode 100644 index d00491fd7..000000000 --- a/extra/source/aspell-word-lists/build/aspell5-tk +++ /dev/null @@ -1 +0,0 @@ -1 diff --git a/extra/source/aspell-word-lists/build/aspell6-ar b/extra/source/aspell-word-lists/build/aspell6-ar deleted file mode 100644 index d00491fd7..000000000 --- a/extra/source/aspell-word-lists/build/aspell6-ar +++ /dev/null @@ -1 +0,0 @@ -1 diff --git a/extra/source/aspell-word-lists/build/aspell6-ast b/extra/source/aspell-word-lists/build/aspell6-ast deleted file mode 100644 index d00491fd7..000000000 --- a/extra/source/aspell-word-lists/build/aspell6-ast +++ /dev/null @@ -1 +0,0 @@ -1 diff --git a/extra/source/aspell-word-lists/build/aspell6-ca b/extra/source/aspell-word-lists/build/aspell6-ca deleted file mode 100644 index d00491fd7..000000000 --- a/extra/source/aspell-word-lists/build/aspell6-ca +++ /dev/null @@ -1 +0,0 @@ -1 diff --git a/extra/source/aspell-word-lists/build/aspell6-de_alt b/extra/source/aspell-word-lists/build/aspell6-de_alt deleted file mode 100644 index d00491fd7..000000000 --- a/extra/source/aspell-word-lists/build/aspell6-de_alt +++ /dev/null @@ -1 +0,0 @@ -1 diff --git a/extra/source/aspell-word-lists/build/aspell6-fy b/extra/source/aspell-word-lists/build/aspell6-fy deleted file mode 100644 index d00491fd7..000000000 --- a/extra/source/aspell-word-lists/build/aspell6-fy +++ /dev/null @@ -1 +0,0 @@ -1 diff --git a/extra/source/aspell-word-lists/build/aspell6-grc b/extra/source/aspell-word-lists/build/aspell6-grc deleted file mode 100644 index d00491fd7..000000000 --- a/extra/source/aspell-word-lists/build/aspell6-grc +++ /dev/null @@ -1 +0,0 @@ -1 diff --git a/extra/source/aspell-word-lists/build/aspell6-hy b/extra/source/aspell-word-lists/build/aspell6-hy deleted file mode 100644 index d00491fd7..000000000 --- a/extra/source/aspell-word-lists/build/aspell6-hy +++ /dev/null @@ -1 +0,0 @@ -1 diff --git a/extra/source/aspell-word-lists/build/aspell6-ky b/extra/source/aspell-word-lists/build/aspell6-ky deleted file mode 100644 index d00491fd7..000000000 --- a/extra/source/aspell-word-lists/build/aspell6-ky +++ /dev/null @@ -1 +0,0 @@ -1 -- cgit v1.2.3