[arch-commits] Commit in ttf-jetbrains-mono/repos/community-any (PKGBUILD PKGBUILD)

Alexander Rødseth arodseth at archlinux.org
Thu Oct 22 10:33:29 UTC 2020


    Date: Thursday, October 22, 2020 @ 10:33:29
  Author: arodseth
Revision: 728964

archrelease: copy trunk to community-any

Added:
  ttf-jetbrains-mono/repos/community-any/PKGBUILD
    (from rev 728962, ttf-jetbrains-mono/trunk/PKGBUILD)
Deleted:
  ttf-jetbrains-mono/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   45 +++++++++++++++++++++------------------------
 1 file changed, 21 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-22 10:33:27 UTC (rev 728963)
+++ PKGBUILD	2020-10-22 10:33:29 UTC (rev 728964)
@@ -1,24 +0,0 @@
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-# Contributor: Althorion <althorion at protonmail.com>
-# Contributor: Jordan Day <jordanday444 at gmail.com>
-
-pkgname=ttf-jetbrains-mono
-pkgver=2.002
-pkgrel=1
-pkgdesc='Typeface for developers, by JetBrains'
-arch=(any)
-url='https://www.jetbrains.com/lp/mono'
-# The release notes at https://github.com/JetBrains/JetBrainsMono/releases/tag/v2.002
-# says the license has been changed to SIL 1.1, but the released zip file includes an
-# Apache 2.0 LICENSE file.
-license=(Apache)
-source=("https://github.com/JetBrains/JetBrainsMono/releases/download/v$pkgver/JetBrainsMono-$pkgver.zip")
-sha256sums=('568ff44a4495773c5d204524e1a8442649b4b53b94e21e1a7d784289c2a19a51')
-
-package() {
-  find ttf -type f -name "*.ttf" -exec \
-    install -Dm644 -t "$pkgdir/usr/share/fonts/TTF" {} \;
-}
-
-# getver: github.com/JetBrains/JetBrainsMono/releases
-# vim: ts=2 sw=2 et:

Copied: ttf-jetbrains-mono/repos/community-any/PKGBUILD (from rev 728962, ttf-jetbrains-mono/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-10-22 10:33:29 UTC (rev 728964)
@@ -0,0 +1,21 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: Althorion <althorion at protonmail.com>
+# Contributor: Jordan Day <jordanday444 at gmail.com>
+
+pkgname=ttf-jetbrains-mono
+pkgver=2.200
+pkgrel=1
+pkgdesc='Typeface for developers, by JetBrains'
+arch=(any)
+url='https://www.jetbrains.com/lp/mono'
+license=(custom:OFL)
+source=("https://github.com/JetBrains/JetBrainsMono/releases/download/v$pkgver/JetBrainsMono-$pkgver.zip")
+sha256sums=('5d26ca65999d128e864e31dafe2875e16d9cfed4193b27b38fc53932ded5f830')
+
+package() {
+  find fonts/ttf -type f -name "*.ttf" -exec \
+    install -Dm644 -t "$pkgdir/usr/share/fonts/TTF" {} \;
+  install -Dm644 OFL.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# getver: github.com/JetBrains/JetBrainsMono/releases



More information about the arch-commits mailing list