[arch-commits] Commit in fontforge/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Gaëtan Bisson bisson at archlinux.org
Thu Aug 1 23:27:10 UTC 2019


    Date: Thursday, August 1, 2019 @ 23:27:09
  Author: bisson
Revision: 358876

archrelease: copy trunk to extra-x86_64

Added:
  fontforge/repos/extra-x86_64/PKGBUILD
    (from rev 358875, fontforge/trunk/PKGBUILD)
Deleted:
  fontforge/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   68 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-08-01 23:26:56 UTC (rev 358875)
+++ PKGBUILD	2019-08-01 23:27:09 UTC (rev 358876)
@@ -1,34 +0,0 @@
-# Maintainer: Gaetan Bisson <bisson at archlinux.org>
-# Contributor: Eric Belanger <eric at archlinux.org>
-# Contributor: William Rea <sillywilly at gmail.com>
-
-pkgname=fontforge
-pkgver=20190413
-pkgrel=1
-pkgdesc='Outline and bitmap font editor'
-url='https://fontforge.github.io/'
-arch=('x86_64')
-license=('BSD')
-makedepends=('git')
-depends=('libtool' 'pango' 'giflib' 'libtiff' 'libxml2' 'libspiro' 'python'
-         'potrace' 'woff2' 'gtk3')
-source=("https://github.com/${pkgname}/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('6762a045aba3d6ff1a7b856ae2e1e900a08a8925ccac5ebf24de91692b206617')
-
-build() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-	./configure \
-		--prefix=/usr \
-		--mandir=/usr/share/man \
-		--enable-python-extension \
-		--enable-woff2 \
-		--enable-gdk \
-
-	make
-}
-
-package() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-	make DESTDIR="${pkgdir}" install
-	install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: fontforge/repos/extra-x86_64/PKGBUILD (from rev 358875, fontforge/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-08-01 23:27:09 UTC (rev 358876)
@@ -0,0 +1,34 @@
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+# Contributor: Eric Belanger <eric at archlinux.org>
+# Contributor: William Rea <sillywilly at gmail.com>
+
+pkgname=fontforge
+pkgver=20190801
+pkgrel=1
+pkgdesc='Outline and bitmap font editor'
+url='https://fontforge.github.io/'
+arch=('x86_64')
+license=('BSD')
+makedepends=('git')
+depends=('libtool' 'pango' 'giflib' 'libtiff' 'libxml2' 'libspiro' 'python'
+         'potrace' 'woff2' 'gtk3' 'libuninameslist')
+source=("https://github.com/${pkgname}/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('d92075ca783c97dc68433b1ed629b9054a4b4c74ac64c54ced7f691540f70852')
+
+build() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	./configure \
+		--prefix=/usr \
+		--mandir=/usr/share/man \
+		--enable-python-extension \
+		--enable-woff2 \
+		--enable-gdk \
+
+	make
+}
+
+package() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	make DESTDIR="${pkgdir}" install
+	install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}



More information about the arch-commits mailing list