[arch-commits] Commit in font-bh-ttf/repos/extra-any (PKGBUILD PKGBUILD)

Andreas Radke andyrtr at archlinux.org
Mon Jun 29 09:19:25 UTC 2020


    Date: Monday, June 29, 2020 @ 09:19:24
  Author: andyrtr
Revision: 390582

archrelease: copy trunk to extra-any

Added:
  font-bh-ttf/repos/extra-any/PKGBUILD
    (from rev 390581, font-bh-ttf/trunk/PKGBUILD)
Deleted:
  font-bh-ttf/repos/extra-any/PKGBUILD

----------+
 PKGBUILD |   54 ++++++++++++++++++++++++++++--------------------------
 1 file changed, 28 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-29 09:19:01 UTC (rev 390581)
+++ PKGBUILD	2020-06-29 09:19:24 UTC (rev 390582)
@@ -1,26 +0,0 @@
-#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"
-}

Copied: font-bh-ttf/repos/extra-any/PKGBUILD (from rev 390581, font-bh-ttf/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-06-29 09:19:24 UTC (rev 390582)
@@ -0,0 +1,28 @@
+#Maintainer: Gaetan Bisson <bisson at archlinux.org>
+#Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=font-bh-ttf
+pkgver=1.0.3
+pkgrel=6
+pkgdesc='X.org Luxi Truetype fonts'
+url='https://xorg.freedesktop.org/'
+license=('custom')
+arch=('any')
+makedepends=('xorg-mkfontscale' 'xorg-util-macros')
+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 \
+          --with-fc-confdir=/etc/fonts
+	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