summarylogtreecommitdiffstats
path: root/freetype2.install
diff options
context:
space:
mode:
authorJan Alexander Steffens (heftig)2016-07-20 19:29:05 +0200
committerJan Alexander Steffens (heftig)2016-07-20 19:29:05 +0200
commit26f738ea071b924d4f07e131251d74a3e528171f (patch)
tree4af5a2b673ee642f652cbf85a9a0157aa96a3eca /freetype2.install
parent4a6d1b899f7c686867bcd3f29530d27aff23f7c7 (diff)
downloadaur-26f738ea071b924d4f07e131251d74a3e528171f.tar.gz
Use the upstream config method
Diffstat (limited to 'freetype2.install')
-rw-r--r--freetype2.install15
1 files changed, 3 insertions, 12 deletions
diff --git a/freetype2.install b/freetype2.install
index 42c697d2af61..c900ae8a018d 100644
--- a/freetype2.install
+++ b/freetype2.install
@@ -1,17 +1,8 @@
-post_install() {
- post_upgrade $1 0
-}
-
post_upgrade() {
- if (( $(vercmp $2 1:2.6.3+p104+g7f569f4-1) < 0 )); then
+ if (( $(vercmp $2 1:2.6.5+p25+g7f63105-2) < 0 )); then
cat <<MSG
- Subpixel hinting mode can be chosen by setting the right value in
- your environment, for example /etc/environment or ~/.pam_environment .
-
- Available settings:
- FT2_SUBPIXEL_HINTING=0 # Classic mode (default in 2.6)
- FT2_SUBPIXEL_HINTING=1 # Infinality mode
- FT2_SUBPIXEL_HINTING=2 # Minimal mode (default in 2.7)
+ The Arch-specific FT2_SUBPIXEL_HINTING has been removed.
+ Subpixel hinting is now configured in /etc/profile.d/freetype2.sh .
MSG
fi
}