diff options
author | Cem Keylan <cem@ckyln.com> | 2019-12-09 19:17:24 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2019-12-09 19:17:24 +0300 |
commit | 03423e0583057cbe5a16f8439183e2dbc0e8dd7c (patch) | |
tree | 81fe3ba69d94146f83fb5541d1fb2da0ac4eac08 /xorg/fontconfig | |
download | repository-03423e0583057cbe5a16f8439183e2dbc0e8dd7c.tar.gz |
secondary commit
Diffstat (limited to 'xorg/fontconfig')
-rwxr-xr-x | xorg/fontconfig/build | 10 | ||||
-rw-r--r-- | xorg/fontconfig/checksums | 1 | ||||
-rw-r--r-- | xorg/fontconfig/depends | 3 | ||||
-rwxr-xr-x | xorg/fontconfig/post-install | 3 | ||||
-rw-r--r-- | xorg/fontconfig/sources | 1 | ||||
-rw-r--r-- | xorg/fontconfig/version | 1 |
6 files changed, 19 insertions, 0 deletions
diff --git a/xorg/fontconfig/build b/xorg/fontconfig/build new file mode 100755 index 00000000..491646f4 --- /dev/null +++ b/xorg/fontconfig/build @@ -0,0 +1,10 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr \ + --localstatedir=/var \ + --sysconfdir=/etc \ + --with-xmldir=/etc/fonts + +make +make DESTDIR="$1" install diff --git a/xorg/fontconfig/checksums b/xorg/fontconfig/checksums new file mode 100644 index 00000000..f5c9e125 --- /dev/null +++ b/xorg/fontconfig/checksums @@ -0,0 +1 @@ +506e61283878c1726550bc94f2af26168f1e9f2106eac77eaaf0b2cdfad66e4e fontconfig-2.13.92.tar.xz diff --git a/xorg/fontconfig/depends b/xorg/fontconfig/depends new file mode 100644 index 00000000..3d20895d --- /dev/null +++ b/xorg/fontconfig/depends @@ -0,0 +1,3 @@ +expat +freetype-harfbuzz +gperf make diff --git a/xorg/fontconfig/post-install b/xorg/fontconfig/post-install new file mode 100755 index 00000000..50861de3 --- /dev/null +++ b/xorg/fontconfig/post-install @@ -0,0 +1,3 @@ +#!/bin/sh + +fc-cache -vf diff --git a/xorg/fontconfig/sources b/xorg/fontconfig/sources new file mode 100644 index 00000000..3f28846b --- /dev/null +++ b/xorg/fontconfig/sources @@ -0,0 +1 @@ +https://freedesktop.org/software/fontconfig/release/fontconfig-2.13.92.tar.xz diff --git a/xorg/fontconfig/version b/xorg/fontconfig/version new file mode 100644 index 00000000..dfe1ff01 --- /dev/null +++ b/xorg/fontconfig/version @@ -0,0 +1 @@ +2.13.92 1 |