[arch-commits] Commit in font-bh-ttf/repos/extra-any (PKGBUILD PKGBUILD)
Gaëtan Bisson
bisson at archlinux.org
Thu May 7 01:18:24 UTC 2020
Date: Thursday, May 7, 2020 @ 01:18:23
Author: bisson
Revision: 382462
archrelease: copy trunk to extra-any
Added:
font-bh-ttf/repos/extra-any/PKGBUILD
(from rev 382461, font-bh-ttf/trunk/PKGBUILD)
Deleted:
font-bh-ttf/repos/extra-any/PKGBUILD
----------+
PKGBUILD | 53 ++++++++++++++++++++++++++---------------------------
1 file changed, 26 insertions(+), 27 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-05-07 01:18:09 UTC (rev 382461)
+++ PKGBUILD 2020-05-07 01:18:23 UTC (rev 382462)
@@ -1,27 +0,0 @@
-# $Id$
-#Maintainer: Gaetan Bisson <bisson at archlinux.org>
-#Contributor: Jan de Groot <jgc at archlinux.org>
-
-pkgname=font-bh-ttf
-pkgver=1.0.3
-pkgrel=4
-pkgdesc='X.org Luxi Truetype fonts'
-url='https://xorg.freedesktop.org/'
-license=('custom')
-arch=('any')
-depends=('xorg-fonts-encodings' 'xorg-fonts-alias' 'xorg-font-utils' 'fontconfig')
-source=("${url}/releases/individual/font/${pkgname}-${pkgver}.tar.bz2")
-sha256sums=('1b4bea63271b4db0726b5b52c97994c3313b6023510349226908090501abd25f')
-
-build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- ./configure --prefix=/usr --with-fontdir=/usr/share/fonts/TTF
- make
-}
-
-package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- make DESTDIR="${pkgdir}" install
- rm "${pkgdir}/usr/share/fonts/"*/fonts.*
- install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}
Copied: font-bh-ttf/repos/extra-any/PKGBUILD (from rev 382461, font-bh-ttf/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-05-07 01:18:23 UTC (rev 382462)
@@ -0,0 +1,26 @@
+#Maintainer: Gaetan Bisson <bisson at archlinux.org>
+#Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=font-bh-ttf
+pkgver=1.0.3
+pkgrel=5
+pkgdesc='X.org Luxi Truetype fonts'
+url='https://xorg.freedesktop.org/'
+license=('custom')
+arch=('any')
+depends=('xorg-fonts-encodings' 'xorg-fonts-alias' 'xorg-font-utils' 'fontconfig')
+source=("${url}/releases/individual/font/${pkgname}-${pkgver}.tar.bz2")
+sha256sums=('1b4bea63271b4db0726b5b52c97994c3313b6023510349226908090501abd25f')
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ ./configure --prefix=/usr --with-fontdir=/usr/share/fonts/TTF
+ make
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+ rm "${pkgdir}/usr/share/fonts/"*/fonts.*
+ install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}
More information about the arch-commits
mailing list