mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-11 18:44:38 +08:00
freetype2: added conflicts/replaces/provides lines and removed unused patches
This commit is contained in:
parent
804ed37d4f
commit
df2610db0a
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
pkgname=freetype2
|
pkgname=freetype2
|
||||||
pkgver=2.4.11
|
pkgver=2.4.11
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
_ubuntu_diff_version=${pkgver}-0ubuntu1
|
_ubuntu_diff_version=${pkgver}-0ubuntu1
|
||||||
pkgdesc="TrueType font rendering library"
|
pkgdesc="TrueType font rendering library"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
@ -17,6 +17,9 @@ source=("http://downloads.sourceforge.net/sourceforge/freetype/freetype-${pkgver
|
|||||||
|
|
||||||
md5sums=('b93435488942486c8d0ca22e8f768034'
|
md5sums=('b93435488942486c8d0ca22e8f768034'
|
||||||
'd31b655036ff49d814fdad1ca981edf9')
|
'd31b655036ff49d814fdad1ca981edf9')
|
||||||
|
provides=('freetype2-ubuntu')
|
||||||
|
conflicts=('freetype2-ubuntu')
|
||||||
|
replaces=('freetype2-ubuntu')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "${srcdir}/freetype-${pkgver}"
|
cd "${srcdir}/freetype-${pkgver}"
|
||||||
|
@ -1,20 +0,0 @@
|
|||||||
--- freetype-2.2.1/modules.cfg.orig 2006-07-07 21:01:09.000000000 -0400
|
|
||||||
+++ freetype-2.2.1/modules.cfg 2006-07-07 21:01:54.000000000 -0400
|
|
||||||
@@ -110,7 +110,7 @@
|
|
||||||
AUX_MODULES += cache
|
|
||||||
|
|
||||||
# TrueType GX/AAT table validation. Needs ftgxval.c below.
|
|
||||||
-# AUX_MODULES += gxvalid
|
|
||||||
+AUX_MODULES += gxvalid
|
|
||||||
|
|
||||||
# Support for streams compressed with gzip (files with suffix .gz).
|
|
||||||
#
|
|
||||||
@@ -124,7 +124,7 @@
|
|
||||||
|
|
||||||
# OpenType table validation. Needs ftotval.c below.
|
|
||||||
#
|
|
||||||
-# AUX_MODULES += otvalid
|
|
||||||
+AUX_MODULES += otvalid
|
|
||||||
|
|
||||||
# Auxiliary PostScript driver component to share common code.
|
|
||||||
#
|
|
@ -1,11 +0,0 @@
|
|||||||
--- freetype-2.3.0/include/freetype/config/ftoption.h.spf 2007-01-18 14:27:34.000000000 -0500
|
|
||||||
+++ freetype-2.3.0/include/freetype/config/ftoption.h 2007-01-18 14:27:48.000000000 -0500
|
|
||||||
@@ -92,7 +92,7 @@
|
|
||||||
/* This is done to allow FreeType clients to run unmodified, forcing */
|
|
||||||
/* them to display normal gray-level anti-aliased glyphs. */
|
|
||||||
/* */
|
|
||||||
-/* #define FT_CONFIG_OPTION_SUBPIXEL_RENDERING */
|
|
||||||
+#define FT_CONFIG_OPTION_SUBPIXEL_RENDERING
|
|
||||||
|
|
||||||
|
|
||||||
/*************************************************************************/
|
|
Loading…
Reference in New Issue
Block a user