diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2022-07-26 19:27:53 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2022-07-27 07:00:18 +0200 |
commit | dbcd8c770799465743aec47da508a7162c7e70db (patch) | |
tree | 20451c435278ceb3c80fc098d9b825695545e259 /source/l | |
parent | c1336cf85b00be3041d24c469f787d2ed7854dea (diff) | |
download | current-dbcd8c770799465743aec47da508a7162c7e70db.tar.gz |
Tue Jul 26 19:27:53 UTC 202220220726192753
a/etc-15.1-x86_64-1.txz: Upgraded.
Fixed install script to avoid a warning from chown that "." should be ":".
a/kernel-firmware-20220725_150864a-noarch-1.txz: Upgraded.
a/tar-1.34-x86_64-2.txz: Rebuilt.
Sergey Poznyakoff added options to GNU tar back in 2013 to make it possible
to use it in the pkgtools, and with help from gnashley and ruario we
switched to using the latest version of tar in makepkg over 4 years ago.
Still, we kept the old tar-1.13 around. It's finally time to let go of this
old artifact. Farewell tar-1.13, thanks for everything. :-)
l/gnome-keyring-42.1-x86_64-1.txz: Upgraded.
l/harfbuzz-5.0.1-x86_64-1.txz: Upgraded.
l/iso-codes-4.11.0-noarch-1.txz: Upgraded.
n/mobile-broadband-provider-info-20220725-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/l')
-rwxr-xr-x | source/l/harfbuzz/harfbuzz.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/l/harfbuzz/harfbuzz.SlackBuild b/source/l/harfbuzz/harfbuzz.SlackBuild index c8e41715..ff6c3464 100755 --- a/source/l/harfbuzz/harfbuzz.SlackBuild +++ b/source/l/harfbuzz/harfbuzz.SlackBuild @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2013, 2017, 2018, 2020, 2021 Patrick J. Volkerding, Sebeka, Minnesota, USA +# Copyright 2013, 2017, 2018, 2020, 2021, 2022 Patrick J. Volkerding, Sebeka, Minnesota, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -110,7 +110,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr mkdir -p $PKG/usr/doc/$PKGNAM-$VERSION cp -a \ - AUTHORS* COPYING* INSTALL* NEWS* README* THANKS* TODO* \ + AUTHORS* CONFIG* COPYING* INSTALL* NEWS* README* THANKS* TODO* \ $PKG/usr/doc/$PKGNAM-$VERSION # If there's a ChangeLog, installing at least part of the recent history |