From 56f3f1d1b21085cbaa1191c111c1a99b80c84505 Mon Sep 17 00:00:00 2001 From: Patrick J Volkerding Date: Mon, 5 Aug 2019 19:53:38 +0000 Subject: Mon Aug 5 19:53:38 UTC 2019 a/hwdata-0.326-noarch-1.txz: Upgraded. ap/flac-1.3.3-x86_64-1.txz: Upgraded. d/vala-0.44.7-x86_64-1.txz: Upgraded. l/glib-1.2.10-x86_64-7.txz: Rebuilt. Patched glib.h for gcc-9. n/mtr-0.93-x86_64-1.txz: Upgraded. --- source/ap/flac/flac.SlackBuild | 5 +++-- source/ap/flac/flac.url | 1 + source/l/glib/glib.SlackBuild | 4 ++-- source/n/mtr/mtr.SlackBuild | 8 ++++---- source/n/mtr/mtr.url | 1 + source/n/mtr/slack-desc | 2 +- 6 files changed, 12 insertions(+), 9 deletions(-) create mode 100644 source/ap/flac/flac.url create mode 100644 source/n/mtr/mtr.url (limited to 'source') diff --git a/source/ap/flac/flac.SlackBuild b/source/ap/flac/flac.SlackBuild index 73199f4a4..6092dc6c5 100755 --- a/source/ap/flac/flac.SlackBuild +++ b/source/ap/flac/flac.SlackBuild @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2008, 2009, 2010, 2011, 2018 Patrick J. Volkerding, Sebeka, MN, USA +# Copyright 2008, 2009, 2010, 2011, 2018, 2019 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=flac 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 @@ -94,6 +94,7 @@ CXXFLAGS="$SLKCFLAGS" \ --prefix=/usr \ --libdir=/usr/lib${LIBDIRSUFFIX} \ --mandir=/usr/man \ + --docdir=/usr/doc/flac-${VERSION} \ --disable-silent-rules \ $DISABLE_ASM_OPTIMIZATIONS \ --build=$ARCH-slackware-linux || exit 1 diff --git a/source/ap/flac/flac.url b/source/ap/flac/flac.url new file mode 100644 index 000000000..49d0939dc --- /dev/null +++ b/source/ap/flac/flac.url @@ -0,0 +1 @@ +http://downloads.xiph.org/releases/flac/ diff --git a/source/l/glib/glib.SlackBuild b/source/l/glib/glib.SlackBuild index e72719dd7..1a007fdb0 100755 --- a/source/l/glib/glib.SlackBuild +++ b/source/l/glib/glib.SlackBuild @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2006, 2007, 2008, 2009, 2010, 2018 Patrick J. Volkerding, Sebeka, MN, USA +# Copyright 2006, 2007, 2008, 2009, 2010, 2018, 2019 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=glib VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-6} +BUILD=${BUILD:-7} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then diff --git a/source/n/mtr/mtr.SlackBuild b/source/n/mtr/mtr.SlackBuild index 657c81c00..f627a30f1 100755 --- a/source/n/mtr/mtr.SlackBuild +++ b/source/n/mtr/mtr.SlackBuild @@ -1,7 +1,7 @@ #!/bin/bash # Copyright 2006 Eric Hameleers, Eindhoven, Netherlands -# Copyright 2007, 2008, 2009, 2018 Patrick J. Volkerding, Sebeka, MN, USA +# Copyright 2007, 2008, 2009, 2018, 2019 Patrick J. Volkerding, Sebeka, MN, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,8 +24,8 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=mtr -VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-2} +VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} +BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then @@ -64,7 +64,7 @@ mkdir -p $TMP $PKG cd $TMP rm -rf ${PKGNAM}-${VERSION} -tar xvf $CWD/${PKGNAM}-${VERSION}.tar.?z* || exit 1 +tar xvf $CWD/${PKGNAM}-${VERSION}.tar.?z || exit 1 cd ${PKGNAM}-${VERSION} || exit 1 chown -R root.root * diff --git a/source/n/mtr/mtr.url b/source/n/mtr/mtr.url new file mode 100644 index 000000000..7312d25f2 --- /dev/null +++ b/source/n/mtr/mtr.url @@ -0,0 +1 @@ +ftp://ftp.bitwizard.nl/mtr/ diff --git a/source/n/mtr/slack-desc b/source/n/mtr/slack-desc index 745df9ec4..d16077333 100644 --- a/source/n/mtr/slack-desc +++ b/source/n/mtr/slack-desc @@ -14,6 +14,6 @@ mtr: mtr: Matt Kimball wrote most of mtr, and mtr is currently maintained by mtr: Roger Wolff. mtr: -mtr: mtr has a home page: http://www.bitwizard.nl/mtr/ +mtr: Homepage: http://www.bitwizard.nl/mtr/ mtr: mtr: -- cgit v1.2.3