summaryrefslogtreecommitdiffstats
path: root/source/l/harfbuzz
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2020-07-25 18:11:22 +0000
committer Eric Hameleers <alien@slackware.com>2020-07-26 08:59:54 +0200
commit3d9100e4bdd452f4c63a4b614f194293f3fbc0cb (patch)
tree503099240ba3dbab002681b08e613c674640ad6c /source/l/harfbuzz
parentdae94cb773bd28a3ab07cd34de360fa86d2de064 (diff)
downloadcurrent-3d9100e4bdd452f4c63a4b614f194293f3fbc0cb.tar.gz
current-3d9100e4bdd452f4c63a4b614f194293f3fbc0cb.tar.xz
Sat Jul 25 18:11:22 UTC 202020200725181122
a/minicom-2.7.2-x86_64-1.txz: Upgraded. a/xfsprogs-5.7.0-x86_64-1.txz: Upgraded. l/harfbuzz-2.7.0-x86_64-1.txz: Upgraded. l/mozilla-nss-3.55-x86_64-1.txz: Upgraded. Fixed empty nspr-config. Thanks to saxa. n/postfix-3.5.5-x86_64-1.txz: Upgraded. extra/bash-completion/bash-completion-2.11-noarch-1.txz: Upgraded.
Diffstat (limited to 'source/l/harfbuzz')
-rwxr-xr-xsource/l/harfbuzz/harfbuzz.SlackBuild8
1 files changed, 6 insertions, 2 deletions
diff --git a/source/l/harfbuzz/harfbuzz.SlackBuild b/source/l/harfbuzz/harfbuzz.SlackBuild
index 07d9ddaff..4ba20e714 100755
--- a/source/l/harfbuzz/harfbuzz.SlackBuild
+++ b/source/l/harfbuzz/harfbuzz.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/bash
-# Copyright 2013, 2017, 2018 Patrick J. Volkerding, Sebeka, Minnesota, USA
+# Copyright 2013, 2017, 2018, 2020 Patrick J. Volkerding, Sebeka, Minnesota, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -77,6 +77,10 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \+
+if [ ! -r configure ]; then
+ NOCONFIGURE=1 ./autogen.sh
+fi
+
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
@@ -103,7 +107,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* COPYING* INSTALL* NEWS* README* THANKS* TODO* \
$PKG/usr/doc/$PKGNAM-$VERSION
# If there's a ChangeLog, installing at least part of the recent history