Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fedora 26 #27

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
BASE = fedora-24
BASE = fedora-25
DIRS = $(wildcard */)

define makerpm =
Expand Down
5 changes: 4 additions & 1 deletion fontconfig-infinality-ultimate/04-Makefile.conf.d.patch
Original file line number Diff line number Diff line change
Expand Up @@ -9,23 +9,26 @@
DATA = $(config_DATA) $(template_DATA)
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
am__DIST_COMMON = $(srcdir)/Makefile.in README
@@ -343,25 +343,8 @@ target_alias = @target_alias@
@@ -343,28 +343,8 @@ target_alias = @target_alias@
top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
-BUILT_SOURCES = README
-DOC_SOURCES = README.in
DOC_FILES = $(DOC_SOURCES:.in=)
-CONF_LINKS = \
- 10-hinting-$(PREFERRED_HINTING).conf \
- 10-scale-bitmap-fonts.conf \
- 20-unhint-small-vera.conf \
- 30-urw-aliases.conf \
- 30-metric-aliases.conf \
- 40-nonlatin.conf \
- 45-generic.conf \
- 45-latin.conf \
- 49-sansserif.conf \
- 50-user.conf \
- 51-local.conf \
- 60-generic.conf \
- 60-latin.conf \
- 65-fonts-persian.conf \
- 65-nonlatin.conf \
Expand Down
19 changes: 8 additions & 11 deletions fontconfig-infinality-ultimate/fontconfig-infinality-ultimate.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

Summary: Font configuration and customization library
Name: fontconfig-infinality-ultimate
Version: 2.11.94
Release: 5%{?dist}
Version: 2.12.5
Release: 1%{?dist}
# src/ftglue.[ch] is in Public Domain
# src/fccache.c contains Public Domain code
# fc-case/CaseFolding.txt is in the UCD
Expand All @@ -17,13 +17,11 @@ Source2: presets.tar.bz2

# https://bugzilla.redhat.com/show_bug.cgi?id=140335
Patch0: fontconfig-sleep-less.patch
# https://bugzilla.redhat.com/show_bug.cgi?id=1236034
Patch1: fontconfig-lock-cache.patch
Patch3: 01-configure.patch
Patch4: 02-configure.ac.patch
Patch5: 03-Makefile.in.patch
Patch6: 04-Makefile.conf.d.patch
Patch7: 05-Makefile.am.in.patch
Patch2: 01-configure.patch
Patch3: 02-configure.ac.patch
Patch4: 03-Makefile.in.patch
Patch5: 04-Makefile.conf.d.patch
Patch6: 05-Makefile.am.in.patch

BuildRequires: expat-devel
BuildRequires: freetype-devel >= %{freetype_version}
Expand Down Expand Up @@ -77,12 +75,11 @@ which is useful for developing applications that uses fontconfig.
cd ..
%setup -q -a 1 -n fontconfig-%{version}
%patch0 -p1 -b .sleep-less
%patch1 -p1 -b .lock-cache
%patch2 -p1
%patch3 -p1
%patch4 -p1
%patch5 -p1
%patch6 -p1
%patch7 -p1

aclocal
libtoolize -f
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
From c3680bf8d38cf759c1e33dcc2d2d51e0a4fea2f9 Mon Sep 17 00:00:00 2001
From: "Jan Alexander Steffens (heftig)" <[email protected]>
Date: Tue, 23 Jun 2015 08:40:29 +0200
Subject: [PATCH 1/3] Enable table validation modules

---
modules.cfg | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules.cfg b/modules.cfg
index f30049c38cc45159..7b8e50fe1b34584a 100644
--- a/modules.cfg
+++ b/modules.cfg
@@ -120,7 +120,7 @@ AUX_MODULES += cache
# TrueType GX/AAT table validation. Needs ftgxval.c below.
#
# No FT_CONFIG_OPTION_PIC support.
-# AUX_MODULES += gxvalid
+AUX_MODULES += gxvalid

# Support for streams compressed with gzip (files with suffix .gz).
#
@@ -143,7 +143,7 @@ AUX_MODULES += bzip2
# OpenType table validation. Needs ftotval.c below.
#
# No FT_CONFIG_OPTION_PIC support.
-# AUX_MODULES += otvalid
+AUX_MODULES += otvalid

# Auxiliary PostScript driver component to share common code.
#
--
2.9.3

Loading