George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages / 
ttf-anonymous-pro


Commits:
b2b62507 by George Rawlinson at 2026-01-15T02:57:09+00:00
reuse: simplify conf

- - - - -
ebb4fd90 by George Rawlinson at 2026-01-15T03:07:04+00:00
nvchecker: manually update

- - - - -
d52c3750 by George Rawlinson at 2026-01-15T03:09:56+00:00
upgpkg: 1.003-9

* Update license to use SPDX expressions.
* Remove depends: xorg-fonts-encodings.

- - - - -


4 changed files:

- .SRCINFO
- + .nvchecker.toml
- PKGBUILD
- REUSE.toml


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,11 +1,10 @@
 pkgbase = ttf-anonymous-pro
        pkgdesc = A family of four fixed-width fonts designed especially with 
coding in mind
        pkgver = 1.003
-       pkgrel = 8
+       pkgrel = 9
        url = https://www.marksimonson.com/fonts/view/anonymous-pro
        arch = any
-       license = custom:OFL
-       depends = xorg-fonts-encodings
+       license = OFL-1.1
        source = 
https://www.marksimonson.com/assets/content/fonts/AnonymousPro-1_002.zip
        source = 
https://www.marksimonson.com/assets/content/fonts/AnonymousProMinus-1_003.zip
        sha512sums = 
e34c757b6be907b84194b4506ec2389113bb0d3750d518d7b2f7f9deb992172fd625dfb5a9c105df985b796c15559a5fcf53b123e86449a3fb71fdbfb57b6dd1


=====================================
.nvchecker.toml
=====================================
@@ -0,0 +1,2 @@
+[ttf-anonymous-pro]
+source = "manual"


=====================================
PKGBUILD
=====================================
@@ -5,12 +5,11 @@
 
 pkgname=ttf-anonymous-pro
 pkgver=1.003
-pkgrel=8
+pkgrel=9
 pkgdesc='A family of four fixed-width fonts designed especially with coding in 
mind'
-arch=('any')
+arch=(any)
 url='https://www.marksimonson.com/fonts/view/anonymous-pro'
-license=('custom:OFL')
-depends=('xorg-fonts-encodings')
+license=(OFL-1.1)
 
source=('https://www.marksimonson.com/assets/content/fonts/AnonymousPro-1_002.zip'
         
'https://www.marksimonson.com/assets/content/fonts/AnonymousProMinus-1_003.zip')
 
sha512sums=('e34c757b6be907b84194b4506ec2389113bb0d3750d518d7b2f7f9deb992172fd625dfb5a9c105df985b796c15559a5fcf53b123e86449a3fb71fdbfb57b6dd1'
@@ -19,12 +18,10 @@ 
b2sums=('e9cc288dfca7836cf914d5b225b64998467fad2da7c164104a1903ae6884713ca354329
         
'461979adcb141b40cc64fe0e9c961a9a9ae2dc2f3ba0797d0869ff405067a96dbad795518e686b060240891ed72e99a1d11ad0f7c262bea0cb496795bb935003')
 
 package() {
-  install -d "${pkgdir}/usr/share/fonts/TTF/"
-  install -m644 AnonymousPro-1.002.001/*.ttf "${pkgdir}/usr/share/fonts/TTF/"
-  install -m644 AnonymousProMinus-1_003/*.ttf "${pkgdir}/usr/share/fonts/TTF/"
+  install -vd "${pkgdir}/usr/share/fonts/TTF/"
 
-  install -d "${pkgdir}"/usr/share/licenses/${pkgname}
-  install -m644 AnonymousPro-1.002.001/OFL{,-FAQ}.txt \
-    "${pkgdir}"/usr/share/licenses/${pkgname}
+  install -vDm644 -t "$pkgdir/usr/share/fonts/TTF" AnonymousPro*/*.ttf
+
+  install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" 
AnonymousPro-1.002.001/OFL*
 }
 


=====================================
REUSE.toml
=====================================
@@ -7,16 +7,6 @@ path = [
     "keys/**",
     ".SRCINFO",
     ".nvchecker.toml",
-    "*.install",
-    "*.sysusers",
-    "*.tmpfiles",
-    "*.logrotate",
-    "*.pam",
-    "*.service",
-    "*.socket",
-    "*.timer",
-    "*.desktop",
-    "*.hook",
 ]
 SPDX-FileCopyrightText = "Arch Linux contributors"
 SPDX-License-Identifier = "0BSD"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ttf-anonymous-pro/-/compare/1afcc00c8341b74129db47f9b4a423e787d72b26...d52c3750c076839906386705b2c95cd23b16006d

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ttf-anonymous-pro/-/compare/1afcc00c8341b74129db47f9b4a423e787d72b26...d52c3750c076839906386705b2c95cd23b16006d
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to