Search Criteria
Notice: Undefined variable: name in /srv/http/vhosts/aur-dev.archlinux.org/public/web/lib/pkgfuncs.inc.php on line 248
Package Details: ttf-noto 20160917-1
Git Clone URL: | https://aur-dev.archlinux.org/ttf-noto.git (read-only) |
---|---|
Package Base: | ttf-noto |
Description: | Fonts support all languages/characters in Unicode |
Upstream URL: | http://www.google.com/get/noto |
Licenses: | |
Provides: | |
Submitter: | taylorchu |
Maintainer: | taylorchu (basica) |
Last Packager: | basica |
Votes: | 54 |
Popularity: | 3.968923 |
First Submitted: | 2013-04-23 04:11 |
Last Updated: | 2016-11-10 06:51 |
Dependencies (3)
Required by (83)
- ancestris (requires ttf-font)
- android-studio-dummy (requires ttf-font) (x86_64)
- android-studio-dummy (requires ttf-font) (i686)
- backintime (requires ttf-font)
- bin32-jdk5 (requires ttf-font) (optional, x86_64)
- brave (requires ttf-font)
- brave-bin (requires ttf-font)
- brave-git (requires ttf-font)
- butter-git (requires ttf-font)
- chromium-dev (requires ttf-font) (optional)
- chromium-gtk3 (requires ttf-font)
- chromium-vaapi (requires ttf-font)
- chromium-wayland (requires ttf-font)
- cliqz (requires ttf-font)
- cliqz-bin (requires ttf-font)
- drmips (requires ttf-font)
- ecere-sdk (requires ttf-font)
- ecere-sdk-git (requires ttf-font)
- enlightenment-git (requires ttf-font)
- fio_api_plus (requires ttf-font)
- firefox-beta (requires ttf-font)
- firefox-eme-free (requires ttf-font)
- firefox-esr (requires ttf-font)
- firefox-gtk2 (requires ttf-font)
- firefox-unbranded (requires ttf-font)
- firefox-wayland (requires ttf-font)
- firefox-wayland-git (requires ttf-font)
- grappl (requires ttf-font)
- icecat (requires ttf-font)
- icedove-bin (requires ttf-font)
- inox (requires ttf-font)
- inox-bin (requires ttf-font)
- inox-temp (requires ttf-font)
- iridium (requires ttf-font)
- iridium-bin (requires ttf-font)
- jdk-arm (requires ttf-font) (optional)
- jdk5 (requires ttf-font) (optional)
- jdk6 (requires ttf-font) (optional)
- josm-javaws (requires ttf-font)
- josm-latest (requires ttf-font)
- kdebase-workspace (requires ttf-font)
- kdebase-workspace-consolekit (requires ttf-font)
- minecraft (requires ttf-font)
- mplayer-light-svn (requires ttf-font)
- mplayer-svn (requires ttf-font)
- mplayer2-build-git (requires ttf-font)
- museeks-bin (requires ttf-font)
- netbeans-cpp-nightly (requires ttf-font)
- netbeans-javaee (requires ttf-font)
- netbeans-javaee-nightly (requires ttf-font)
- netbeans-javase (requires ttf-font)
- netbeans-javase-nightly (requires ttf-font)
- netbeans-nightly (requires ttf-font)
- netbeans-php-nightly (requires ttf-font)
- nwjs-bin (requires ttf-font)
- nwjs-bin-0.17.3 (requires ttf-font)
- nwjs-sdk (requires ttf-font)
- opera-legacy (requires ttf-font)
- popcorn-time-ce-git (requires ttf-font)
- popcorntime (requires ttf-font)
- popcorntime-bin (requires ttf-font)
- popcorntime-ce (requires ttf-font)
- popcorntime-ce-bin (requires ttf-font)
- popcorntime-ce-git (requires ttf-font)
- popcorntime-community (requires ttf-font)
- popcorntime-git (requires ttf-font)
- pycharm-community (requires ttf-font)
- pycharm-edu (requires ttf-font)
- pycharm-professional (requires ttf-font)
- python2-weasyprint (requires ttf-font)
- servo-git (requires ttf-font)
- slim-unicode (requires ttf-font)
- slim-xserver-ready (requires ttf-font)
- slimjet (requires ttf-font)
- streamstudio-bin (requires ttf-font)
- thunderbird-beta (requires ttf-font)
- trac-masterticketsplugin (requires ttf-font)
- ungoogled-chromium (requires ttf-font)
- vdr (requires ttf-font)
- vdr-devel (requires ttf-font)
- vivaldi (requires ttf-font)
- vivaldi-beta (requires ttf-font)
- vivaldi-snapshot (requires ttf-font)
Latest Comments
1 2 3 4 5 Next › Last »
eigengrau commented on 2017-01-17 07:52
Ping?
jamesan commented on 2017-01-11 17:52
+1 to @eigengrau's suggestion of adding the official noto font packages in this PKGBUILD's provides array.
Here's a couple of CLI one-liners to apply that change. To modify the PKGBUILD, use this (correct the PKGBUILD path):
$ sed --in-place --expression="s/^\(\s*provides=(\)\([^\)]\+)\s*\)\$/\1'noto-fonts' 'noto-fonts-cjk' 'noto-fonts-emoji' \2/" /path/to/PKGBUILD
If you've already installed ttf-noto, use this as root to insert changes directly into the local package database:
# sed --in-place --expression="/^%PROVIDES%$/a\noto-fonts\nnoto-fonts-cjk\nnoto-fonts-emoji" $(find /var/lib/pacman/local -maxdepth 1 -mindepth 1 -name 'ttf-noto-*')/desc
eigengrau commented on 2017-01-10 13:52
Hello taylorchu, basica!
Can you fix up the provides array so this also provides noto-fonts, noto-fonts-cjk and noto-fonts-emoji? Since those are the official packages, these are generally the features other packages depend on.
Best wishes,
S.
jovanmaric commented on 2016-11-08 21:12
md5sum has changed again. Currently the md5 is:
5489f1765afd34a2adfdc04d014762e7
zerezhka commented on 2016-10-11 08:51
thx very much. that's awesome!
basica commented on 2016-09-17 05:56
Hey everyone, this has been updated now.
dennisfen commented on 2016-06-20 20:48
md5sum needs to be updated to: 92e5af616ba8f5b420141a37c13b4d1c
I've contacted maintainers but for now you can just edit PKGBUILD and set md5sum yourself or use this git repo for quickfix: https://github.com/dennisfen/ttf-noto.git
> git clone https://github.com/dennisfen/ttf-noto.git
> cd ttf-noto
> makepkg -sri
> cd .. && rm -rf ttf-noto
raqua commented on 2016-03-05 14:02
Needs to be updated.
Thanks.
==> Building and installing package
==> Making package: ttf-noto 20150927-1 (Sat Mar 5 14:57:37 CET 2016)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
-> Downloading Noto-hinted.zip...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 471M 100 471M 0 0 10.1M 0 0:00:46 0:00:46 --:--:-- 21.1M
==> Validating source files with md5sums...
Noto-hinted.zip ... FAILED
==> ERROR: One or more files did not pass the validity check!
==> ERROR: Makepkg was unable to build ttf-noto.
==> Restart building ttf-noto ? [y/N]
==> ---------------------------------
==>
ata commented on 2015-12-23 00:45
makepkg -g >> PKGBUILD and ttf-noto opened src LICENSE_CJK.txt new name LICENSE_OFL.txt after again makepkg -sri and enjoy
╔═[02:38]═[ata@ata]
╚═══===═══[~/Genel/ttf-noto]>> makepkg -sri
==> ttf-noto 20150927-1 (Çrş Ara 23 02:38:51 EET 2015) paketi oluşturuluyor
==> Bağımlılıklar denetleniyor...
==> Derleme bağımlılıkları denetleniyor...
==> Kaynaklar getiriliyor...
-> Noto-hinted.zip bulundu
==> Kaynak dosyaları md5sums ile doğrulanıyor...
Noto-hinted.zip ... Doğrulandı
==> Kaynaklar açılıyor...
-> Noto-hinted.zip ile bsdtar açılıyor
==> fakeroot ortamına giriliyor...
==> package() işlemine başlanıyor...
install: `/home/ata/Genel/ttf-noto/src/LICENSE_OFL.txt' durumlanamadı: Böyle bir dosya ya da dizin yok
==> HATA: package() içinde bir hata oluştu.
Çıkılıyor...
╔═[02:39]═[ata@ata]
╚═══===═══[~/Genel/ttf-noto]>> makepkg -sri
==> ttf-noto 20150927-1 (Çrş Ara 23 02:40:13 EET 2015) paketi oluşturuluyor
==> Bağımlılıklar denetleniyor...
==> Derleme bağımlılıkları denetleniyor...
==> Kaynaklar getiriliyor...
-> Noto-hinted.zip bulundu
==> Kaynak dosyaları md5sums ile doğrulanıyor...
Noto-hinted.zip ... Doğrulandı
==> Kaynaklar açılıyor...
-> Noto-hinted.zip ile bsdtar açılıyor
==> Mevcut $pkgdir/ dizini kaldırılıyor ...
==> fakeroot ortamına giriliyor...
==> package() işlemine başlanıyor...
==> Kurulum düzenleniyor...
-> İstenmeyen dosyalar kaldırılıyor...
-> libtool dosyaları kaldırılıyor...
-> Statik kütüphane dosyaları kaldırılıyor...
-> Kılavuz ve bilgi sayfaları sıkıştırılıyor...
-> İkilik dosyalardan ve kütüphanelerden gereksiz ayıklama sembolleri ayıklanıyor...
==> "ttf-noto" paketi oluşturuluyor...
-> .PKGINFO dosyası üretiliyor...
-> install dosyası ekleniyor...
-> .MTREE dosyası oluşturuluyor...
-> Paket sıkıştırılıyor...
==> fakeroot ortamından çıkılıyor.
==> ttf-noto 20150927-1 (Çrş Ara 23 02:40:46 EET 2015) paketinin derlenmesi tamamlandı
==> ttf-noto paketi pacman -U ile kuruluyor ...
[sudo] password for ata:
paketler yükleniyor...
paket bağımlılıkları çözümleniyor...
varsa paketler arası çakışmalara bakılıyor...
Paketler (1) ttf-noto-20150927-1
Toplam Kurulum Boyutu: 450,54 MiB
:: Kuruluma onay veriyor musunuz? [E/h] e
(1/1) anahtarlıktaki anahtarlar kontrol ediliyor [######################] 100%
(1/1) paket bütünlüğü kontrol ediliyor [######################] 100%
(1/1) paket dosyaları yükleniyor [######################] 100%
(1/1) dosya çakışmaları kontrol ediliyor [######################] 100%
(1/1) disk alanı kontrol ediliyor [######################] 100%
(1/1) yükleniyor ttf-noto [######################] 100%
Updating font cache... done
soimort commented on 2015-12-22 13:42
The md5sum needs to be updated.