[skip-ci] fontforge: update to 20170731

This commit is contained in:
Jeff Huang 2018-05-06 13:27:17 +01:00
parent 5fd587b72d
commit 61a6d7cc41

View File

@ -1,19 +1,19 @@
# Contribution from Arch: https://projects.archlinux.org/svntogit/packages.git/tree/trunk?h=packages/fontforge # Contribution from Arch: https://projects.archlinux.org/svntogit/packages.git/tree/trunk?h=packages/fontforge
pkgname=fontforge pkgname=fontforge
pkgver=20161012 pkgver=20170731
pkgrel=2 pkgrel=1
pkgdesc="An outline and bitmap font editor" pkgdesc="An outline and bitmap font editor"
arch=('x86_64') arch=('x86_64')
url="http://www.fontforge.org" url="https://fontforge.github.io/"
license=('BSD') license=('BSD')
depends=('libtool' 'libxkbui' 'libxi' 'pango' 'giflib' 'libtiff' 'libspiro>=0.5' 'libxml2' 'libunicodenames' depends=('libtool' 'libxkbui' 'libxi' 'pango' 'giflib' 'libtiff' 'libspiro>=0.5' 'libxml2' 'libunicodenames'
'zeromq' 'python3' 'desktop-file-utils' 'hicolor-icon-theme' ) 'zeromq' 'python3' 'desktop-file-utils' 'hicolor-icon-theme' )
install=${pkgname}.install install=${pkgname}.install
source=("https://github.com/fontforge/fontforge/archive/${pkgver}.tar.gz" source=("https://github.com/fontforge/fontforge/archive/${pkgver}.tar.gz"
'http://fontforge.org/cidmaps.tgz') 'https://fontforge.github.io/cidmaps.tgz')
sha512sums=('7ce8b7b6350ffbf03ddfdbc81f12798ea7c02e326fa163b1b1a06ff1f97ce508c725d1c0084f2a0befebbf8edda75ea0151a37b7d51e4578858a0df854a3090d' sha256sums=('89203db05658e79418104fb6442b3feffb20762198c2d8b0343db49a07769302'
'a85daeb16b6650179f54ff9e35915c4c7bb5e2efca0455262a271063849484dbba08c4b493c4ca08552365205995cad5c3770ba7b3cadb2e5c386626dc46636c') '1bf9c7eb8835e6ed94e62cb49f1141bc046c562849e52e6c3c7f1d7cfc95c7b3')
build() { build() {
cd "${srcdir}/${pkgname}-${pkgver}" cd "${srcdir}/${pkgname}-${pkgver}"