diff options
Diffstat (limited to 'source')
-rwxr-xr-x | source/l/wavpack/wavpack.SlackBuild | 5 | ||||
-rwxr-xr-x | source/xap/audacious-plugins/audacious-plugins.SlackBuild | 2 | ||||
-rwxr-xr-x | source/xap/audacious-plugins/audacious-plugins.SlackBuild.meson | 2 | ||||
-rw-r--r-- | source/xap/audacious-plugins/slack-desc | 2 | ||||
-rwxr-xr-x | source/xap/audacious/audacious.SlackBuild | 2 | ||||
-rw-r--r-- | source/xap/audacious/slack-desc | 2 |
6 files changed, 9 insertions, 6 deletions
diff --git a/source/l/wavpack/wavpack.SlackBuild b/source/l/wavpack/wavpack.SlackBuild index 750126896..a7e26542e 100755 --- a/source/l/wavpack/wavpack.SlackBuild +++ b/source/l/wavpack/wavpack.SlackBuild @@ -29,7 +29,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=wavpack VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-3} +BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then @@ -112,6 +112,9 @@ if [ -r ChangeLog ]; then touch -r ChangeLog $DOCSDIR/ChangeLog fi +rm -r $PKG/usr/share/doc/wavpack +rmdir $PKG/usr/share/doc $PKG/usr/share + # Compress and link manpages, if any: if [ -d $PKG/usr/man ]; then ( cd $PKG/usr/man diff --git a/source/xap/audacious-plugins/audacious-plugins.SlackBuild b/source/xap/audacious-plugins/audacious-plugins.SlackBuild index 5e6ce17dc..3e3de478b 100755 --- a/source/xap/audacious-plugins/audacious-plugins.SlackBuild +++ b/source/xap/audacious-plugins/audacious-plugins.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=audacious-plugins VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-3} +BUILD=${BUILD:-1} # Whether to include faad/aac support: FAAD=${FAAD:---disable-aac} diff --git a/source/xap/audacious-plugins/audacious-plugins.SlackBuild.meson b/source/xap/audacious-plugins/audacious-plugins.SlackBuild.meson index a49c0c4ab..bfb33c58f 100755 --- a/source/xap/audacious-plugins/audacious-plugins.SlackBuild.meson +++ b/source/xap/audacious-plugins/audacious-plugins.SlackBuild.meson @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=audacious-plugins VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-3} +BUILD=${BUILD:-1} # Whether to include faad/aac support: FAAD=${FAAD:-false} diff --git a/source/xap/audacious-plugins/slack-desc b/source/xap/audacious-plugins/slack-desc index b5e6d50af..a9945e274 100644 --- a/source/xap/audacious-plugins/slack-desc +++ b/source/xap/audacious-plugins/slack-desc @@ -11,7 +11,7 @@ audacious-plugins: audacious-plugins: This is a collection of plugins for Audacious to support additional audacious-plugins: media formats. audacious-plugins: -audacious-plugins: Homepage: http://www.audacious-media-player.org +audacious-plugins: Homepage: https://www.audacious-media-player.org audacious-plugins: audacious-plugins: audacious-plugins: diff --git a/source/xap/audacious/audacious.SlackBuild b/source/xap/audacious/audacious.SlackBuild index 18949a3b6..204e96256 100755 --- a/source/xap/audacious/audacious.SlackBuild +++ b/source/xap/audacious/audacious.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=audacious VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-3} +BUILD=${BUILD:-1} NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "} diff --git a/source/xap/audacious/slack-desc b/source/xap/audacious/slack-desc index ff1bebb4d..65a5fe5da 100644 --- a/source/xap/audacious/slack-desc +++ b/source/xap/audacious/slack-desc @@ -15,5 +15,5 @@ audacious: MPEG audio, Ogg Vorbis, RIFF wav, most module formats, and a few audacious: other formats. Audacious can be extended through plugins to play a audacious: number of other audio and video formats. audacious: -audacious: Homepage: http://www.audacious-media-player.org +audacious: Homepage: https://www.audacious-media-player.org audacious: |