[arch-commits] Commit in ttf-ibm-plex/repos/community-any (PKGBUILD PKGBUILD)
Alexander Rødseth
arodseth at archlinux.org
Sat Jan 19 17:15:13 UTC 2019
Date: Saturday, January 19, 2019 @ 17:15:11
Author: arodseth
Revision: 424849
archrelease: copy trunk to community-any
Added:
ttf-ibm-plex/repos/community-any/PKGBUILD
(from rev 424848, ttf-ibm-plex/trunk/PKGBUILD)
Deleted:
ttf-ibm-plex/repos/community-any/PKGBUILD
----------+
PKGBUILD | 52 +++++++++++++++++++++++++++-------------------------
1 file changed, 27 insertions(+), 25 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-01-19 17:15:01 UTC (rev 424848)
+++ PKGBUILD 2019-01-19 17:15:11 UTC (rev 424849)
@@ -1,25 +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=1.2.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=('2d124c2e8805d52ae15962b4be87fe883e0f1583b007f9c2987d4d7c00bce4a2')
-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 424848, ttf-ibm-plex/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-01-19 17:15:11 UTC (rev 424849)
@@ -0,0 +1,27 @@
+# Maintainer: Santiago Torres-Arias <santiago at archlinux.org>
+# Contributor: Alexander F. Rødseth <xyproto 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=1.2.3
+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=("$pkgname-$pkgver.zip::$url/releases/download/v$pkgver/TrueType.zip")
+sha256sums=('fe4ff7bd12c3dbbe0d62f3380661e506f81c9bcb30bcf86ec044140b4c09f8a8')
+
+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 -t "$pkgdir/usr/share/licenses/$pkgname" IBM-Plex-Mono/license.txt
+}
+
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list