summaryrefslogtreecommitdiffstats
path: root/source/x/ttf-tlwg/ttf-tlwg.SlackBuild
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2019-02-08 22:04:46 +0000
committer Eric Hameleers <alien@slackware.com>2019-02-09 08:59:51 +0100
commita8daf9f55156a2f2af2a4e44d55551a9e9a0ac7e (patch)
treeb4ccc0179f8ad066f28356c1aa76e597e0591c50 /source/x/ttf-tlwg/ttf-tlwg.SlackBuild
parent32db72ebc80486a754eb929a237ff38abcd5705a (diff)
downloadcurrent-a8daf9f55156a2f2af2a4e44d55551a9e9a0ac7e.tar.gz
current-a8daf9f55156a2f2af2a4e44d55551a9e9a0ac7e.tar.xz
Fri Feb 8 22:04:46 UTC 201920190208220446
a/aaa_elflibs-15.0-x86_64-5.txz: Rebuilt. Upgraded: libglib-2.0.so.0.5800.3, libgmodule-2.0.so.0.5800.3, libgobject-2.0.so.0.5800.3, libgthread-2.0.so.0.5800.3, libidn2.so.0.3.5, libmpfr.so.6.0.2, libtdb.so.1.3.17 Removed: libidn2.so.4.0.0 ap/sqlite-3.27.1-x86_64-1.txz: Upgraded. l/libdvdread-6.0.1-x86_64-1.txz: Upgraded. l/libidn2-2.1.1-x86_64-1.txz: Upgraded. Shared library .so-version bump. This reverted back to .so.0 as the previous bump was apparently a mistake. l/libpsl-0.20.2-x86_64-3.txz: Rebuilt. Recompiled against libidn2-2.1.1. n/bind-9.12.3_P1-x86_64-3.txz: Rebuilt. Recompiled against libidn2-2.1.1. n/curl-7.64.0-x86_64-2.txz: Rebuilt. Recompiled against libidn2-2.1.1. n/dhcpcd-7.1.1-x86_64-1.txz: Upgraded. n/dnsmasq-2.80-x86_64-3.txz: Rebuilt. Recompiled against libidn2-2.1.1. n/getmail-5.9-x86_64-1.txz: Upgraded. n/gnutls-3.6.6-x86_64-2.txz: Rebuilt. Recompiled against libidn2-2.1.1. n/iputils-20180629-x86_64-3.txz: Rebuilt. Recompiled against libidn2-2.1.1. n/lftp-4.8.4-x86_64-3.txz: Rebuilt. Recompiled against libidn2-2.1.1. n/s-nail-14.9.11-x86_64-3.txz: Rebuilt. Recompiled against libidn2-2.1.1. n/wget-1.20.1-x86_64-3.txz: Rebuilt. Recompiled against libidn2-2.1.1. n/whois-5.4.1-x86_64-2.txz: Rebuilt. Recompiled against libidn2-2.1.1. x/ttf-tlwg-0.7.1-noarch-1.txz: Upgraded. xfce/xfwm4-4.12.5-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/x/ttf-tlwg/ttf-tlwg.SlackBuild')
-rwxr-xr-xsource/x/ttf-tlwg/ttf-tlwg.SlackBuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/source/x/ttf-tlwg/ttf-tlwg.SlackBuild b/source/x/ttf-tlwg/ttf-tlwg.SlackBuild
index 962145d0b..5b77a7d3e 100755
--- a/source/x/ttf-tlwg/ttf-tlwg.SlackBuild
+++ b/source/x/ttf-tlwg/ttf-tlwg.SlackBuild
@@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=ttf-tlwg
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
ARCH=noarch
-BUILD=${BUILD:-3}
+BUILD=${BUILD:-1}
# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
# the name of the created package would be, and then exit. This information
@@ -55,12 +55,15 @@ find . \
mkdir -p $PKG/usr/share/fonts/TTF/
cp -a *.ttf fonts.* $PKG/usr/share/fonts/TTF/
mkdir -p $PKG/etc/fonts/conf.{d,avail}
-cp -a etc/fonts/conf.avail/* $PKG/etc/fonts/conf.avail
+cp -a fontconfig/conf.avail/* $PKG/etc/fonts/conf.avail
( cd $PKG/etc/fonts/conf.d && \
ln -sf ../conf.avail/* .
)
mkdir -p $PKG/usr/doc/$PKGNAM-$VERSION
+cp -a $CWD/COPYING $PKG/usr/doc/$PKGNAM-$VERSION
+chown root:root $PKG/usr/doc/$PKGNAM-$VERSION/COPYING
+chmod 644 $PKG/usr/doc/$PKGNAM-$VERSION/COPYING
cp -a \
AUTHORS COPYING* INSTALL LICENSE README* TODO \
$PKG/usr/doc/$PKGNAM-$VERSION