[arch-commits] Commit in fontforge/trunk (PKGBUILD)

Gaëtan Bisson bisson at archlinux.org
Sun Mar 17 22:14:49 UTC 2019


    Date: Sunday, March 17, 2019 @ 22:14:48
  Author: bisson
Revision: 348582

upstream update, switch to gtk3 ui, general clean up

Modified:
  fontforge/trunk/PKGBUILD

----------+
 PKGBUILD |   29 +++++++++++++++++------------
 1 file changed, 17 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-17 20:41:23 UTC (rev 348581)
+++ PKGBUILD	2019-03-17 22:14:48 UTC (rev 348582)
@@ -3,29 +3,36 @@
 # Contributor: William Rea <sillywilly at gmail.com>
 
 pkgname=fontforge
-pkgver=20170731
-pkgrel=3
+pkgver=20190317
+pkgrel=1
 pkgdesc='Outline and bitmap font editor'
 url='https://fontforge.github.io/'
 arch=('x86_64')
 license=('BSD')
 makedepends=('git')
-depends=('libtool' 'libxkbui' 'libxi'
-         'pango' 'giflib' 'libtiff' 'libxml2' 'libspiro' 'libunicodenames' 'zeromq'
-         'python' 'desktop-file-utils' 'gtk-update-icon-cache' 'hicolor-icon-theme')
+depends=('libtool' 'pango' 'giflib' 'libtiff' 'libxml2' 'libspiro' 'python'
+         'potrace' 'woff2' 'gtk3')
 source=("https://github.com/fontforge/fontforge/archive/${pkgver}.tar.gz"
-        'https://fontforge.github.io/cidmaps.tgz')
-sha256sums=('89203db05658e79418104fb6442b3feffb20762198c2d8b0343db49a07769302'
-            '1bf9c7eb8835e6ed94e62cb49f1141bc046c562849e52e6c3c7f1d7cfc95c7b3')
+        'https://fontforge.github.io/cidmaps.tgz'
+	'git+https://github.com/coreutils/gnulib.git')
+sha256sums=('0f2dd80ea99f9ba432ceba94fe81227e23b9c1489a17dce6fde98458b4d529d5'
+            '1bf9c7eb8835e6ed94e62cb49f1141bc046c562849e52e6c3c7f1d7cfc95c7b3'
+            'SKIP')
 
+prepare() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	ln -s ../gnulib .
+	./bootstrap --force
+}
+
 build() {
 	cd "${srcdir}/${pkgname}-${pkgver}"
-	export LIBZMQ_LIBS=-lzmq
-	./bootstrap --force
 	./configure \
 		--prefix=/usr \
 		--mandir=/usr/share/man \
 		--enable-python-extension \
+		--enable-woff2 \
+		--enable-gdk \
 
 	make
 }
@@ -36,7 +43,5 @@
 
 	install -d "${pkgdir}/usr/share/fontforge"
 	install -m644 ../Adobe-* "${pkgdir}/usr/share/fontforge"
-
 	install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-	install -Dm644 desktop/fontforge.desktop "${pkgdir}/usr/share/applications/fontforge.desktop"
 }



More information about the arch-commits mailing list