fontforge: update to 20201107.
This commit is contained in:
parent
223f92739c
commit
139b7f59b8
2 changed files with 3 additions and 15 deletions
|
@ -1,11 +0,0 @@
|
|||
--- gdraw/gdraw.c 2019-08-01 08:28:36.000000000 +0000
|
||||
+++ - 2019-08-02 16:37:08.648486270 +0000
|
||||
@@ -32,7 +32,7 @@
|
||||
#include "gkeysym.h"
|
||||
#include "ustring.h"
|
||||
|
||||
-#if __Mac || __FreeBSD__ || __NetBSD__ || __OpenBSD__ || __DragonFly__
|
||||
+#if __Mac || __FreeBSD__ || __NetBSD__ || __OpenBSD__ || __DragonFly__ || __linux__
|
||||
# include <sys/select.h>
|
||||
#endif
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'fontforge'
|
||||
pkgname=fontforge
|
||||
version=20200314
|
||||
revision=3
|
||||
version=20201107
|
||||
revision=1
|
||||
build_style=cmake
|
||||
hostmakedepends="automake ca-certificates gettext libltdl-devel libtool m4
|
||||
pkg-config python3"
|
||||
|
@ -16,8 +16,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|||
license="GPL-3.0-or-later"
|
||||
homepage="http://fontforge.github.io/en-US/"
|
||||
distfiles="https://github.com/fontforge/fontforge/archive/${version}.tar.gz"
|
||||
checksum="ad0eb017379c6f7489aa8e2d7c160f19140d1ac6351f20df1d9857d9428efcf2
|
||||
1bf9c7eb8835e6ed94e62cb49f1141bc046c562849e52e6c3c7f1d7cfc95c7b3"
|
||||
checksum=274f8c8cbd7b6a1c77d2a1c03d4d6cd3c9319db62be8b8c88fabbf597f7e863c
|
||||
|
||||
post_extract() {
|
||||
# Disable unused #include <execinfo.h>
|
||||
|
|
Loading…
Reference in a new issue