diff options
| author | Michael Forney <mforney@mforney.org> | 2017-09-20 10:51:32 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2017-09-25 19:23:06 -0700 |
| commit | c0de48ed122ff0734ea2a05b9e9c77c6a5958e89 (patch) | |
| tree | 9139a9e21373cbbbcdbb5769c9e3a395aef092eb /pkg/fontconfig | |
| parent | 46e64ebcc05510bdb3933085515849ce8f6a41ff (diff) | |
fontconfig: Update to 2.12.6
Diffstat (limited to 'pkg/fontconfig')
| -rw-r--r-- | pkg/fontconfig/.gitignore | 2 | ||||
| -rw-r--r-- | pkg/fontconfig/config.h | 8 | ||||
| -rw-r--r-- | pkg/fontconfig/rev | 2 | ||||
| -rw-r--r-- | pkg/fontconfig/sha256 | 2 | ||||
| -rw-r--r-- | pkg/fontconfig/url | 2 |
5 files changed, 8 insertions, 8 deletions
diff --git a/pkg/fontconfig/.gitignore b/pkg/fontconfig/.gitignore index 245ca95b..668883a6 100644 --- a/pkg/fontconfig/.gitignore +++ b/pkg/fontconfig/.gitignore @@ -1,2 +1,2 @@ -/fontconfig-2.12.4.tar.gz +/fontconfig-2.12.6.tar.gz /src
\ No newline at end of file diff --git a/pkg/fontconfig/config.h b/pkg/fontconfig/config.h index dba50b55..ce81b043 100644 --- a/pkg/fontconfig/config.h +++ b/pkg/fontconfig/config.h @@ -10,7 +10,7 @@ #define FC_ADD_FONTS "yes" /* #undef FC_ARCHITECTURE */ #define FC_DEFAULT_FONTS "/share/fonts" -#define FC_GPERF_SIZE_T unsigned int +#define FC_GPERF_SIZE_T size_t #define FLEXIBLE_ARRAY_MEMBER /**/ /* #undef HAVE_DOPRNT */ #define HAVE_FSTATFS 1 @@ -56,10 +56,10 @@ #define PACKAGE "fontconfig" #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=fontconfig" #define PACKAGE_NAME "fontconfig" -#define PACKAGE_STRING "fontconfig 2.12.4" +#define PACKAGE_STRING "fontconfig 2.12.6" #define PACKAGE_TARNAME "fontconfig" #define PACKAGE_URL "" -#define PACKAGE_VERSION "2.12.4" +#define PACKAGE_VERSION "2.12.6" /* #undef PTHREAD_CREATE_JOINABLE */ /* #undef SIZEOF_CHAR */ /* #undef SIZEOF_INT */ @@ -83,7 +83,7 @@ #ifndef __EXTENSIONS__ # define __EXTENSIONS__ 1 #endif -#define VERSION "2.12.4" +#define VERSION "2.12.6" #if defined AC_APPLE_UNIVERSAL_BUILD # if defined __BIG_ENDIAN__ # define WORDS_BIGENDIAN 1 diff --git a/pkg/fontconfig/rev b/pkg/fontconfig/rev index b8626c4c..7ed6ff82 100644 --- a/pkg/fontconfig/rev +++ b/pkg/fontconfig/rev @@ -1 +1 @@ -4 +5 diff --git a/pkg/fontconfig/sha256 b/pkg/fontconfig/sha256 index d28f8785..36f49d57 100644 --- a/pkg/fontconfig/sha256 +++ b/pkg/fontconfig/sha256 @@ -1 +1 @@ -fd5a6a663f4c4a00e196523902626654dd0c4a78686cbc6e472f338e50fdf806 fontconfig-2.12.4.tar.gz +064b9ebf060c9e77011733ac9dc0e2ce92870b574cca2405e11f5353a683c334 fontconfig-2.12.6.tar.gz diff --git a/pkg/fontconfig/url b/pkg/fontconfig/url index f26f679f..10c08562 100644 --- a/pkg/fontconfig/url +++ b/pkg/fontconfig/url @@ -1 +1 @@ -url = "https://www.freedesktop.org/software/fontconfig/release/fontconfig-2.12.4.tar.gz" +url = "https://www.freedesktop.org/software/fontconfig/release/fontconfig-2.12.6.tar.gz" |
