[arch-commits] Commit in noto-fonts/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Tue Oct 1 06:53:42 UTC 2019
Date: Tuesday, October 1, 2019 @ 06:53:42
Author: arojas
Revision: 363590
Update
Modified:
noto-fonts/trunk/PKGBUILD
----------+
PKGBUILD | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-09-30 20:32:44 UTC (rev 363589)
+++ PKGBUILD 2019-10-01 06:53:42 UTC (rev 363590)
@@ -2,9 +2,9 @@
pkgbase=noto-fonts
pkgname=(noto-fonts noto-fonts-extra ttf-croscore)
-pkgver=20190111
-_commit=c30307083469f0c05e216ac75216fd454a517858 # master
-pkgrel=2
+pkgver=20190926
+_commit=0fa1dfabd6e3746bb7463399e2813f60d3f1b256
+pkgrel=1
pkgdesc="Google Noto TTF fonts"
arch=(any)
url="https://www.google.com/get/noto/"
@@ -11,7 +11,7 @@
license=(custom:SIL)
source=("$pkgbase-$_commit.tar.gz::https://github.com/googlei18n/noto-fonts/archive/$_commit.tar.gz"
66-noto-sans.conf 66-noto-serif.conf 66-noto-mono.conf)
-sha256sums=('2c55a0422a8d51425dc2f000e7c67139f1d2756ee93568389bdeb8e2c51e1934'
+sha256sums=('6ca2938b99e4316c6eabdab498f577efb979c4f2aeaf5a3a357ab4e3dcc2c2a5'
'65ff237a579d438eb1b1c90bf25b5818e15ab019dbbfed2fc283b9cd12e5177f'
'27419c0557d05e13edbb244cd06a62d921c271c6c2f07126856519869035776e'
'a253b752fa0a0c3ff311e8cc0410788bfc61292dc3517c5a5a315c7a54fb9beb')
@@ -22,8 +22,8 @@
provides=(ttf-font)
cd $pkgbase-*/
- install -Dm644 unhinted/Noto*.tt[fc] -t "$pkgdir"/usr/share/fonts/noto
- install -Dm644 hinted/Noto*.tt[fc] -t "$pkgdir"/usr/share/fonts/noto
+ install -Dm644 unhinted/Noto*/*.tt[fc] -t "$pkgdir"/usr/share/fonts/noto
+ install -Dm644 hinted/Noto*/*.tt[fc] -t "$pkgdir"/usr/share/fonts/noto
install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/noto-fonts
# Move to noto-fonts-extra
@@ -41,7 +41,7 @@
cd $pkgbase-*/
mkdir -p "$pkgdir"/usr/share/fonts/noto
- cp hinted/Noto*{Condensed,SemiBold,Extra}*.tt[fc] "$pkgdir"/usr/share/fonts/noto
+ cp hinted/Noto*/*{Condensed,SemiBold,Extra}*.tt[fc] "$pkgdir"/usr/share/fonts/noto
}
package_ttf-croscore() {
@@ -49,6 +49,6 @@
provides=(ttf-font)
cd $pkgbase-*/
- install -Dm644 hinted/{Arimo,Cousine,Tinos}*.ttf -t "$pkgdir"/usr/share/fonts/croscore
+ install -Dm644 hinted/{Arimo,Cousine,Tinos}/*.ttf -t "$pkgdir"/usr/share/fonts/croscore
install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/ttf-croscore
}
More information about the arch-commits
mailing list