[arch-commits] Commit in ttf-ibm-plex/repos/community-any (PKGBUILD PKGBUILD)
Santiago Torres-Arias
sangy at gemini.archlinux.org
Sun Jul 25 20:18:56 UTC 2021
Date: Sunday, July 25, 2021 @ 20:18:56
Author: sangy
Revision: 985002
archrelease: copy trunk to community-any
Added:
ttf-ibm-plex/repos/community-any/PKGBUILD
(from rev 985001, ttf-ibm-plex/trunk/PKGBUILD)
Deleted:
ttf-ibm-plex/repos/community-any/PKGBUILD
----------+
PKGBUILD | 53 ++++++++++++++++++++++++++---------------------------
1 file changed, 26 insertions(+), 27 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-07-25 20:18:19 UTC (rev 985001)
+++ PKGBUILD 2021-07-25 20:18:56 UTC (rev 985002)
@@ -1,27 +0,0 @@
-# Maintainer: Santiago Torres-Arias <santiago at archlinux.org>
-# Contributor: Aleksandar Trifunović <akstrfn at gmail dot com>
-# Contributor: Matt Spaulding <matt at mattops dot io>
-# Contributor: pyjano <pyjano at protonmail dot com>
-# Contributor: Stefan Husmann <stefan-husmann at t-online.de>
-
-pkgname=ttf-ibm-plex
-pkgver=5.1.3
-pkgrel=1
-pkgdesc="IBM Plex Mono, Sans, and Serif"
-arch=('any')
-url='https://github.com/IBM/plex'
-license=('custom:OFL')
-source=("${url}/releases/download/v${pkgver}/TrueType.zip")
-provides=('ttf-font')
-sha256sums=('2c9f07cc1c0fd0288b1c68b8472362b5a1534f486978288c3c2cf794f168f01c')
-
-conflicts=('ibm-plex-fonts')
-
-package() {
- cd TrueType
- install -Dm644 */*.ttf -t "${pkgdir}/usr/share/fonts/TTF"
- install -Dm644 */unhinted/*.ttf -t "${pkgdir}/usr/share/fonts/TTF"
-
- # All the other licenses are the same as the one here...
- install -Dm644 IBM-Plex-Mono/license.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
Copied: ttf-ibm-plex/repos/community-any/PKGBUILD (from rev 985001, ttf-ibm-plex/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-07-25 20:18:56 UTC (rev 985002)
@@ -0,0 +1,26 @@
+# Maintainer: Santiago Torres-Arias <santiago at archlinux.org>
+# Contributor: Aleksandar Trifunović <akstrfn at gmail dot com>
+# Contributor: Matt Spaulding <matt at mattops dot io>
+# Contributor: pyjano <pyjano at protonmail dot com>
+# Contributor: Stefan Husmann <stefan-husmann at t-online.de>
+
+pkgname=ttf-ibm-plex
+pkgver=5.2.1
+pkgrel=1
+pkgdesc="IBM Plex Mono, Sans, and Serif"
+arch=('any')
+url='https://github.com/IBM/plex'
+license=('custom:OFL')
+source=("${url}/releases/download/v${pkgver}/TrueType.zip")
+provides=('ttf-font')
+sha256sums=('5564f79bfdc4a56f9f27aacc68b6b175ab205eba668e496f44a12051f3a337ad')
+
+conflicts=('ibm-plex-fonts')
+
+package() {
+ cd TrueType
+ install -Dm644 */*.ttf -t "${pkgdir}/usr/share/fonts/TTF"
+
+ # All the other licenses are the same as the one here...
+ install -Dm644 IBM-Plex-Mono/license.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
More information about the arch-commits
mailing list