summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaden Peterson2019-03-16 10:59:25 -0700
committerJaden Peterson2019-03-16 10:59:25 -0700
commit88f07ba42a3930d463c9b1a0125e22b0f05c2eb9 (patch)
tree010795fdd96c0f482d3fa2c0ef4c4bf2306c8b94
parent0106dbbf36547796e273f835a4838fe086f145a1 (diff)
downloadaur-88f07ba42a3930d463c9b1a0125e22b0f05c2eb9.tar.gz
Reenable ClearType
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3f6957b46abd..e8b433ef9b79 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = freetype2-cleartype
pkgdesc = Font rasterization library with ClearType patch
pkgver = 2.10.0
- pkgrel = 1
+ pkgrel = 2
url = https://www.freetype.org/
install = freetype2.install
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 7aaddbb87031..43cf8596c873 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@
pkgname=freetype2-cleartype
pkgver=2.10.0
-pkgrel=1
+pkgrel=2
pkgdesc="Font rasterization library with ClearType patch"
arch=(x86_64)
license=('GPL')
@@ -46,7 +46,7 @@ prepare() {
patch -Np1 -i ../0002-Enable-infinality-subpixel-hinting.patch
patch -Np1 -i ../0003-Enable-long-PCF-family-names.patch
# Enable ClearType
- #patch -Np1 -i ../0007-cleartype.patch
+ patch -Np1 -i ../0007-cleartype.patch
}
build() {