Is this the replacement for ttf-google-webfonts-git?
Search Criteria
Package Details: ttf-google-fonts-git 1:r8380.47f307584-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/ttf-google-fonts-git.git (read-only, click to copy) |
---|---|
Package Base: | ttf-google-fonts-git |
Description: | TrueType fonts from the Google Fonts project (git version) |
Upstream URL: | https://github.com/google/fonts |
Keywords: | fonts google ttf |
Licenses: | custom:SIL Open Font License, custom:Ubuntu Font License v1.0 |
Conflicts: | jsmath-fonts, lohit-fonts, ttf-andika, ttf-arabeyes-fonts, ttf-cardo, ttf-comfortaa, ttf-google-fonts-typewolf, ttf-lekton, ttf-lora-cyrillic, ttf-medievalsharp, ttf-nova, ttf-oxygen, ttf-oxygen-git, ttf-pt-fonts, ttf-source-code-pro-ibx, ttf-source-sans-pro-ibx, ttf-vollkorn-ibx |
Provides: | jsmath-fonts, lohit-fonts, ttf-andika, ttf-cardo, ttf-carlito, ttf-comfortaa, ttf-lekton, ttf-lora-cyrillic, ttf-medievalsharp, ttf-nova, ttf-oxygen, ttf-oxygen-git, ttf-pt-fonts, ttf-source-code-pro-ibx, ttf-source-sans-pro-ibx, ttf-vollkorn-ibx |
Submitter: | sebstar |
Maintainer: | andrewSC |
Last Packager: | andrewSC |
Votes: | 557 |
Popularity: | 0.55 |
First Submitted: | 2013-04-27 20:41 (UTC) |
Last Updated: | 2024-08-06 23:47 (UTC) |
Dependencies (24)
- adobe-source-code-pro-fonts (ttf-adobe-source-code-pro-fontsAUR)
- adobe-source-sans-fonts (ttf-adobe-source-sans-fontsAUR)
- adobe-source-serif-fonts (ttf-adobe-source-serif-fontsAUR)
- cantarell-fonts (cantarell-fonts-0.100AUR, cantarell-static-fontsAUR)
- noto-fonts (ttf-noto-fonts-simpleAUR, noto-fonts-hinted-gitAUR, noto-fonts-unhinted-gitAUR, noto-fonts-unhinted-variable-gitAUR, noto-fonts-unhinted-variable-slim-gitAUR, noto-fonts-full-gitAUR, noto-fonts-full-variable-gitAUR, noto-fonts-full-variable-slim-gitAUR, noto-fonts-liteAUR, noto-fonts-variable-liteAUR, ttf-noto-megamergeAUR, ttf-noto-sans-vfAUR, ttf-noto-serif-vfAUR, ttf-noto-sans-mono-vfAUR, noto-fonts-mainAUR, noto-fonts-latin-greek-cyrillicAUR)
- noto-fonts-extra (noto-fonts-hinted-gitAUR, noto-fonts-unhinted-gitAUR, noto-fonts-unhinted-variable-gitAUR, noto-fonts-unhinted-variable-slim-gitAUR, noto-fonts-full-gitAUR, noto-fonts-full-variable-gitAUR, noto-fonts-full-variable-slim-gitAUR, noto-fonts-variable-liteAUR, ttf-noto-sans-vfAUR, ttf-noto-serif-vfAUR, ttf-noto-sans-mono-vfAUR)
- ttf-anonymous-pro
- ttf-caladea
- ttf-croscore
- ttf-fira-mono
- ttf-fira-sans (ttf-google-fonts-typewolfAUR)
- ttf-inconsolata (ttf-google-fonts-typewolfAUR)
- ttf-lato (ttf-google-fonts-typewolfAUR)
- ttf-merriweatherAUR (ttf-google-fonts-typewolfAUR)
- ttf-merriweather-sansAUR
- ttf-opensans (ttf-google-fonts-typewolfAUR)
- ttf-oswaldAUR
- ttf-quintessentialAUR
- ttf-roboto (ttf-roboto-fontconfigAUR, ttf-roboto-variableAUR, ttf-google-fonts-typewolfAUR)
- ttf-roboto-mono
- Show 4 more dependencies...
Required by (8)
- all-repository-fonts (requires ttf-carlito)
- fonts-meta-extended-lt (requires ttf-carlito)
- multicolor-sddm-theme (optional)
- onlyoffice (requires ttf-carlito)
- onlyoffice-bin (requires ttf-carlito)
- peppercarrot-fonts (requires lohit-fonts)
- r7-office (requires ttf-carlito)
- solarized-sddm-theme (optional)
Sources (1)
Latest Comments
« First ‹ Previous 1 .. 20 21 22 23 24 25 26 27 28 29 30 .. 39 Next › Last »
<deleted-account> commented on 2013-04-27 23:26 (UTC)
sebstar commented on 2013-04-27 21:22 (UTC)
thanks maxime!
alucryd commented on 2013-04-27 21:21 (UTC)
Merging into ttf-google-fonts-git.
sebstar commented on 2013-04-27 20:44 (UTC)
Please migrate to https://aur.archlinux.org/packages/ttf-google-fonts-git/ as google has renamed their font catalogue. I'm gonna ask to merge this package into the new one. ttf-google-webfonts is marked as a conflict and as being provided by the new ttf-google-fonts package.
sebstar commented on 2013-04-25 06:25 (UTC)
Thanks for the notice jstjohn! I'll handle these suggestions tonight or tomorrow.
jstjohn commented on 2013-04-25 03:08 (UTC)
Google Web Fonts has been rebranded as Google Fonts[1]. I have already requested on the ML that a TU merge ttf-google-webfonts-hg[2] into ttf-google-fonts-hg[3]. I encourage you to do this as well so that the base package names are the same.
[1] http://9to5google.com/2013/04/22/google-web-fonts-rebrands-as-google-fonts-simplifies-web-interface/
[2] https://aur.archlinux.org/packages/ttf-google-webfonts-hg/
[3] https://aur.archlinux.org/packages/ttf-google-fonts-hg/
sebstar commented on 2013-04-21 14:04 (UTC)
In Pacman 4.1 you can write the git URL in the source string as if it was a source file instead of writing the git clone commands in the build() function. But pacman doesn't automatically treat the package differently, i.e., it doesn't save the cloned repo and doesn't check for new versions at the upstream git url.
However, with yaourt you can achieve this behaviour by setting the variables
DEVELBUILDDIR="/var/abs/local/yaourtbuild" # or any other folder you wanna store the repos in. Make sure this folder exists and is writeable by the user invoking yaourt
DEVEL=1 # this option makes yaourt check if the upstream git/svn/hg repos have new commits, independent of PKGBUILD updates
in the file /etc/yaourtrc. Especially for this package, this should greatly improve upgrade speed. I don't know about other AUR helpers, sorry.
Hope this helps!
dhaines commented on 2013-04-16 16:04 (UTC)
So, now that this is in -git format, how are AUR helpers, e.g. cower, supposed to know that there's a new version?
alucryd commented on 2013-04-07 21:10 (UTC)
Okay then, merging into ttf-google-webfonts-git.
Pinned Comments
thatgeek commented on 2017-11-17 03:56 (UTC)