Date: Monday, June 10, 2019 @ 16:33:26 Author: sangy Revision: 479732
archrelease: copy trunk to community-any Added: ttf-ibm-plex/repos/community-any/PKGBUILD (from rev 479731, ttf-ibm-plex/trunk/PKGBUILD) Deleted: ttf-ibm-plex/repos/community-any/PKGBUILD ----------+ PKGBUILD | 52 ++++++++++++++++++++++++++-------------------------- 1 file changed, 26 insertions(+), 26 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2019-06-10 16:32:44 UTC (rev 479731) +++ PKGBUILD 2019-06-10 16:33:26 UTC (rev 479732) @@ -1,26 +0,0 @@ -# Maintainer: Santiago Torres-Arias <santi...@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-husm...@t-online.de> - -pkgname=ttf-ibm-plex -pkgver=2.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") -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 479731, ttf-ibm-plex/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2019-06-10 16:33:26 UTC (rev 479732) @@ -0,0 +1,26 @@ +# Maintainer: Santiago Torres-Arias <santi...@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-husm...@t-online.de> + +pkgname=ttf-ibm-plex +pkgver=2.0.0 +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") +sha256sums=('cefa9e6e5da003f50a467ce4f42af34b427b9c193abfc3e33c800c4abc76f1cb') + +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}" +}