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

Gaëtan Bisson bisson at archlinux.org
Sat Apr 27 02:41:28 UTC 2019


    Date: Saturday, April 27, 2019 @ 02:41:27
  Author: bisson
Revision: 352157

upstream update

Modified:
  fontforge/trunk/PKGBUILD

----------+
 PKGBUILD |   19 +++----------------
 1 file changed, 3 insertions(+), 16 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-04-26 22:57:45 UTC (rev 352156)
+++ PKGBUILD	2019-04-27 02:41:27 UTC (rev 352157)
@@ -3,7 +3,7 @@
 # Contributor: William Rea <sillywilly at gmail.com>
 
 pkgname=fontforge
-pkgver=20190317
+pkgver=20190413
 pkgrel=1
 pkgdesc='Outline and bitmap font editor'
 url='https://fontforge.github.io/'
@@ -12,19 +12,9 @@
 makedepends=('git')
 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'
-	'git+https://github.com/coreutils/gnulib.git')
-sha256sums=('0f2dd80ea99f9ba432ceba94fe81227e23b9c1489a17dce6fde98458b4d529d5'
-            '1bf9c7eb8835e6ed94e62cb49f1141bc046c562849e52e6c3c7f1d7cfc95c7b3'
-            'SKIP')
+source=("https://github.com/${pkgname}/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('6762a045aba3d6ff1a7b856ae2e1e900a08a8925ccac5ebf24de91692b206617')
 
-prepare() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-	ln -s ../gnulib .
-	./bootstrap --force
-}
-
 build() {
 	cd "${srcdir}/${pkgname}-${pkgver}"
 	./configure \
@@ -40,8 +30,5 @@
 package() {
 	cd "${srcdir}/${pkgname}-${pkgver}"
 	make DESTDIR="${pkgdir}" install
-
-	install -d "${pkgdir}/usr/share/fontforge"
-	install -m644 ../Adobe-* "${pkgdir}/usr/share/fontforge"
 	install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 }



More information about the arch-commits mailing list