From 8e7ee22b7015000257e124a62a47b9fa28d4f29a Mon Sep 17 00:00:00 2001 From: Patrick J Volkerding Date: Tue, 7 Jan 2020 20:32:32 +0000 Subject: Tue Jan 7 20:32:32 UTC 2020 a/kernel-firmware-20200107_67d4ff5-noarch-1.txz: Upgraded. ap/zsh-5.7.1-x86_64-2.txz: Rebuilt. Only copy .info files to /usr/info. Thanks to Xsane. d/mercurial-5.2.2-x86_64-1.txz: Upgraded. l/dconf-editor-3.34.3-x86_64-1.txz: Upgraded. l/libidn-1.35-x86_64-2.txz: Rebuilt. Don't compress non-info files in /usr/info. Thanks to Xsane. l/libwebp-1.1.0-x86_64-1.txz: Upgraded. --- source/ap/zsh/zsh.SlackBuild | 4 ++-- source/l/libidn/libidn.SlackBuild | 6 +++--- source/l/libwebp/libwebp.SlackBuild | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'source') diff --git a/source/ap/zsh/zsh.SlackBuild b/source/ap/zsh/zsh.SlackBuild index 9af5d3904..516306d29 100755 --- a/source/ap/zsh/zsh.SlackBuild +++ b/source/ap/zsh/zsh.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=zsh VERSION=${VERSION:-$(echo ${PKGNAM}-5.*.tar.xz | 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 @@ -110,7 +110,7 @@ if [ -r ChangeLog ]; then fi mkdir -p $PKG/usr/info -cp -a Doc/*info* $PKG/usr/info +cp -a Doc/*.info* $PKG/usr/info # Compress and link manpages, if any: if [ -d $PKG/usr/man ]; then diff --git a/source/l/libidn/libidn.SlackBuild b/source/l/libidn/libidn.SlackBuild index 117770ed8..0bda7f2f4 100755 --- a/source/l/libidn/libidn.SlackBuild +++ b/source/l/libidn/libidn.SlackBuild @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2008, 2009, 2010, 2018 Patrick J. Volkerding, Sebeka, MN, USA +# Copyright 2008, 2009, 2010, 2018, 2020 Patrick J. Volkerding, Sebeka, MN, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=libidn 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 @@ -113,7 +113,7 @@ fi if [ -d $PKG/usr/info ]; then ( cd $PKG/usr/info rm -f dir - gzip -9 * + gzip -9 *.info* ) fi diff --git a/source/l/libwebp/libwebp.SlackBuild b/source/l/libwebp/libwebp.SlackBuild index 8ecd032b8..2385f6f48 100755 --- a/source/l/libwebp/libwebp.SlackBuild +++ b/source/l/libwebp/libwebp.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=libwebp VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then -- cgit v1.2.3