Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages /
ttf-roboto
Commits:
20b8451b by Carl Smedstad at 2025-01-12T11:26:28+01:00
Update maintainer/contributor comments
- - - - -
a77aa80e by Carl Smedstad at 2025-01-12T11:43:37+01:00
Add nvchecker config
- - - - -
5d4aa02f by Carl Smedstad at 2025-01-12T11:44:42+01:00
upgpkg: 3.010-1: Switch upstream to GitHub repo googlefonts/roboto-classic
- - - - -
3 changed files:
- .SRCINFO
- + .nvchecker.toml
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,11 +1,13 @@
pkgbase = ttf-roboto
pkgdesc = Google's signature family of fonts
- pkgver = 2.138
- pkgrel = 5
- url = https://material.google.com/style/typography.html
+ pkgver = 3.010
+ pkgrel = 1
+ url = https://github.com/googlefonts/roboto-3-classic
arch = any
- license = Apache
- source =
https://sources.archlinux.org/other/packages/ttf-roboto/ttf-roboto-hinted-2.138.zip
- sha256sums =
07450a24476bced534a8afbd89595302a532e9348ca6c82f4b13c437a309a34c
+ license = OFL-1.1
+ source =
https://github.com/googlefonts/roboto-3-classic/releases/download/v3.010/Roboto_v3.010.zip
+ source =
ttf-roboto-3.010-OFL.txt::https://raw.githubusercontent.com/googlefonts/roboto-3-classic/v3.010/OFL.txt
+ sha256sums =
173f6d2fdd7e523f189ccf04507f72d900e88cd18332a86f4e33afb3bd78dc30
+ sha256sums =
061402327a96aadb0bfb694a960ed289ecd38d383e396243831ab81feb109c41
pkgname = ttf-roboto
=====================================
.nvchecker.toml
=====================================
@@ -0,0 +1,4 @@
+[ttf-roboto]
+source = "git"
+git = "https://github.com/googlefonts/roboto-3-classic"
+prefix = "v"
=====================================
PKGBUILD
=====================================
@@ -1,16 +1,24 @@
# Maintainer: Johannes Löthberg <[email protected]>
+# Maintainer: Carl Smedstad <[email protected]>
# Contributor: Daniel Greve <[email protected]>
pkgname=ttf-roboto
-pkgver=2.138
-pkgrel=5
+pkgver=3.010
+pkgrel=1
pkgdesc="Google's signature family of fonts"
-url='https://material.google.com/style/typography.html'
+url='https://github.com/googlefonts/roboto-3-classic'
arch=('any')
-license=('Apache')
-source=(https://sources.archlinux.org/other/packages/ttf-roboto/ttf-roboto-hinted-$pkgver.zip)
-sha256sums=('07450a24476bced534a8afbd89595302a532e9348ca6c82f4b13c437a309a34c')
+license=('OFL-1.1')
+source=(
+ "$url/releases/download/v$pkgver/Roboto_v$pkgver.zip"
+
"$pkgname-$pkgver-OFL.txt::https://raw.githubusercontent.com/googlefonts/roboto-3-classic/v$pkgver/OFL.txt"
+)
+sha256sums=('173f6d2fdd7e523f189ccf04507f72d900e88cd18332a86f4e33afb3bd78dc30'
+ '061402327a96aadb0bfb694a960ed289ecd38d383e396243831ab81feb109c41')
package() {
- install -Dm644 *.ttf -t "$pkgdir"/usr/share/fonts/TTF
+ install -vDm644 -t "$pkgdir/usr/share/fonts/TTF" \
+ Roboto_v$pkgver/hinted/static/*.ttf
+ install -vDm644 $pkgname-$pkgver-OFL.txt \
+ "$pkgdir/usr/share/licenses/$pkgname/OFL.txt"
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ttf-roboto/-/compare/f2e1a93d5b16b0c34048bb975b9b9ba70a2c184b...5d4aa02fb44d005eae2cc344f7e5e8e3aaa38464
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ttf-roboto/-/compare/f2e1a93d5b16b0c34048bb975b9b9ba70a2c184b...5d4aa02fb44d005eae2cc344f7e5e8e3aaa38464
You're receiving this email because of your account on gitlab.archlinux.org.