From 64de5ac2710bc36c597621073fcc225caecc4fe4 Mon Sep 17 00:00:00 2001 From: Chaoting Liu Date: Sun, 28 Oct 2018 15:54:02 +0100 Subject: [PATCH] remove otc-noto-cjk (is now in ttf-noto) --- otc-noto-cjk/PKGBUILD | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 otc-noto-cjk/PKGBUILD diff --git a/otc-noto-cjk/PKGBUILD b/otc-noto-cjk/PKGBUILD deleted file mode 100644 index 98cef4030..000000000 --- a/otc-noto-cjk/PKGBUILD +++ /dev/null @@ -1,18 +0,0 @@ -pkgname=otc-noto-cjk -pkgver=20170601 -pkgrel=1 -_commit=32a5844539f2e348ed36b44e990f9b06d7fb89fe -pkgdesc="Google Noto CJK fonts" -arch=(any) -url="https://www.google.com/get/noto/" -license=(custom:SIL) -depends=(fontconfig) -provides=(otf-noto ttf-noto-cjk) -replaces=("ttf-noto-cjk<${pkgver}") -source=($pkgname-$pkgver.zip::"https://github.com/googlei18n/noto-cjk/archive/$_commit.zip") -sha256sums=('31e53af3f5e97ae021f24f960608e98f64aaa12804eda7fb583dcfaa8d496ebf') - -package() { - install -Dt "$pkgdir"/usr/share/fonts/noto-cjk -m644 noto-cjk-*/*.ttc - install -Dt "$pkgdir"/usr/share/licenses/$pkgname -m644 noto-cjk-*/LICENSE -}