[arch-commits] Commit in ttf-ibm-plex/repos/community-any (PKGBUILD PKGBUILD)
Andreas Radke
andyrtr at archlinux.org
Mon Jun 29 10:35:03 UTC 2020
Date: Monday, June 29, 2020 @ 10:35:02
Author: andyrtr
Revision: 656140
archrelease: copy trunk to community-any
Added:
ttf-ibm-plex/repos/community-any/PKGBUILD
(from rev 656139, 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 2020-06-29 10:34:55 UTC (rev 656139)
+++ PKGBUILD 2020-06-29 10:35:02 UTC (rev 656140)
@@ -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.0.0
-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")
-provides=('ttf-font')
-sha256sums=('f8c8fb7a152845def75d798937de2a2691f01c24be9d6824eb414bb234d12773')
-
-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 656139, ttf-ibm-plex/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-06-29 10:35:02 UTC (rev 656140)
@@ -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.0.0
+pkgrel=2
+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=('f8c8fb7a152845def75d798937de2a2691f01c24be9d6824eb414bb234d12773')
+
+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