[arch-commits] Commit in ttf-ibm-plex/repos/community-any (PKGBUILD PKGBUILD)
Santiago Torres-Arias
sangy at archlinux.org
Mon Feb 10 23:59:27 UTC 2020
Date: Monday, February 10, 2020 @ 23:59:27
Author: sangy
Revision: 566491
archrelease: copy trunk to community-any
Added:
ttf-ibm-plex/repos/community-any/PKGBUILD
(from rev 566490, ttf-ibm-plex/trunk/PKGBUILD)
Deleted:
ttf-ibm-plex/repos/community-any/PKGBUILD
----------+
PKGBUILD | 53 +++++++++++++++++++++++++++--------------------------
1 file changed, 27 insertions(+), 26 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-02-10 23:59:07 UTC (rev 566490)
+++ PKGBUILD 2020-02-10 23:59:27 UTC (rev 566491)
@@ -1,26 +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=4.0.2
-pkgrel=1
-pkgdesc="IBM Plex Mono, Sans, and Serif"
-arch=('any')
-url='https://github.com/IBM/plex'
-license=('custom:OFL')
-depends=('fontconfig' 'xorg-font-utils')
-source=("${url}/releases/download/v${pkgver}/TrueType.zip")
-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}"
-}
Copied: ttf-ibm-plex/repos/community-any/PKGBUILD (from rev 566490, ttf-ibm-plex/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-02-10 23:59:27 UTC (rev 566491)
@@ -0,0 +1,27 @@
+# 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=4.0.2
+pkgrel=2
+pkgdesc="IBM Plex Mono, Sans, and Serif"
+arch=('any')
+url='https://github.com/IBM/plex'
+license=('custom:OFL')
+depends=('fontconfig' 'xorg-font-utils')
+source=("${url}/releases/download/v${pkgver}/TrueType.zip")
+provides=('ttf-font')
+sha256sums=('e1bfaea0652a35704018337b729ab869fbbc27c2f789e71b128bd66ad389c023')
+
+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