Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / 
otf-latin-modern


Commits:
22eca6bf by Caleb Maclennan at 2024-03-01T15:57:23+03:00
upgpkg: 2.004-5: Use SPDX license identifier

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,13 @@
+pkgbase = otf-latin-modern
+       pkgdesc = Improved version of Computer Modern fonts as used in LaTeX
+       pkgver = 2.004
+       pkgrel = 5
+       url = http://www.gust.org.pl/projects/e-foundry/latin-modern
+       arch = any
+       license = LicenseRef-GFL
+       source = 
http://www.gust.org.pl/projects/e-foundry/latin-modern/download/lm2.004otf.zip
+       source = 
http://www.gust.org.pl/projects/e-foundry/licenses/GUST-FONT-LICENSE.txt
+       sha256sums = 
5b0236051d3728be6616f1b274e3b910473875b5a3ef9382f0ef00384ddb161b
+       sha256sums = 
a746108477b2fa685845e7596b7ad8342bc358704b2b7da355f2df0a0cb8ad85
+
+pkgname = otf-latin-modern


=====================================
PKGBUILD
=====================================
@@ -1,18 +1,19 @@
 # Maintainer: Bruno Pagani <[email protected]>
+# Maintainer: Caleb Maclennan <[email protected]>
 
 pkgname=otf-latin-modern
 pkgver=2.004
-pkgrel=4
-pkgdesc="Improved version of Computer Modern fonts as used in LaTeX"
-arch=('any')
-url="http://www.gust.org.pl/projects/e-foundry/latin-modern";
-license=('custom:GFL')
-source=("${url}/download/lm${pkgver}otf.zip"
+pkgrel=5
+pkgdesc='Improved version of Computer Modern fonts as used in LaTeX'
+arch=(any)
+url='http://www.gust.org.pl/projects/e-foundry/latin-modern'
+license=(LicenseRef-GFL)
+source=("$url/download/lm${pkgver}otf.zip"
         "${url%/*}/licenses/GUST-FONT-LICENSE.txt")
 sha256sums=('5b0236051d3728be6616f1b274e3b910473875b5a3ef9382f0ef00384ddb161b'
             'a746108477b2fa685845e7596b7ad8342bc358704b2b7da355f2df0a0cb8ad85')
 
 package() {
-    install -Dm644 *.otf -t "${pkgdir}"/usr/share/fonts/OTF/
-    install -Dm644 GUST-FONT-LICENSE.txt 
"${pkgdir}"/usr/share/licenses/${pkgname}/GFL.txt
+    install -Dm0644 -t "$pkgdir/usr/share/fonts/OTF/" *.otf
+    install -Dm0644 GUST-FONT-LICENSE.txt 
"$pkgdir/usr/share/licenses/$pkgname/GFL.txt"
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/otf-latin-modern/-/commit/22eca6bfe9016d1e6e5d456fa7bbaa114afbd5fe

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/otf-latin-modern/-/commit/22eca6bfe9016d1e6e5d456fa7bbaa114afbd5fe
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to