summaryrefslogtreecommitdiff
path: root/system/noto-fonts/noto-fonts.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'system/noto-fonts/noto-fonts.SlackBuild')
-rw-r--r--system/noto-fonts/noto-fonts.SlackBuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/system/noto-fonts/noto-fonts.SlackBuild b/system/noto-fonts/noto-fonts.SlackBuild
index 5973ce2837..21558a5c79 100644
--- a/system/noto-fonts/noto-fonts.SlackBuild
+++ b/system/noto-fonts/noto-fonts.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=noto-fonts
-VERSION=${VERSION:-20170428}
+VERSION=${VERSION:-20170920}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -34,7 +34,7 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
-SRCNAM=${SRCNAM:-420acaa025c84985ac6b7f457420e15909af1b51}
+SRCNAM=${SRCNAM:-5a89b487c648c34c2b6d1b9ebb73bb3fab1df4b2}
set -e
@@ -55,6 +55,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
install -d $PKG/usr/share/fonts/TTF/
+install -m644 alpha/Noto*.tt[fc] $PKG/usr/share/fonts/TTF/
install -m644 hinted/Noto*.tt[fc] $PKG/usr/share/fonts/TTF/
install -m644 unhinted/Noto*.tt[fc] $PKG/usr/share/fonts/TTF/
@@ -65,7 +66,7 @@ mkdir -p $PKG/etc/fonts/conf.avail
install -m644 $CWD/*.conf $PKG/etc/fonts/conf.avail/
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a FAQ.md issue_template.md LICENSE NEWS README.md $PKG/usr/doc/$PRGNAM-$VERSION/
+cp FAQ.md issue_template.md LICENSE NEWS README.md $PKG/usr/doc/$PRGNAM-$VERSION/
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install