[arch-commits] Commit in lib32-freetype2/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Tue Jul 12 11:22:41 UTC 2016


    Date: Tuesday, July 12, 2016 @ 11:22:41
  Author: heftig
Revision: 182687

Sync syntax with freetype2

Modified:
  lib32-freetype2/trunk/PKGBUILD

----------+
 PKGBUILD |   13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-07-12 11:00:12 UTC (rev 182686)
+++ PKGBUILD	2016-07-12 11:22:41 UTC (rev 182687)
@@ -13,7 +13,7 @@
 # adding harfbuzz for improved OpenType features auto-hinting
 # introduces a cycle dep to harfbuzz depending on freetype wanted by upstream
 depends=('lib32-zlib' 'lib32-bzip2' 'lib32-libpng' 'lib32-harfbuzz' $_pkgbasename)
-makedepends=(gcc-multilib)
+makedepends=('gcc-multilib')
 provides=('libfreetype.so')
 source=(http://download.savannah.gnu.org/releases/freetype/freetype-${pkgver}.tar.bz2{,.sig}
         0001-Enable-table-validation-modules.patch
@@ -29,19 +29,20 @@
 validpgpkeys=('58E0C111E39F5408C5D3EC76C1A60EACE707FDA5')
 
 prepare() {
-  # rename source dir to allow building the demos
+  # Rename source dir to allow building the demos
   mv freetype-${pkgver} freetype2
+
   cd freetype2
-  patch -Np1 -i "${srcdir}/0001-Enable-table-validation-modules.patch"
-  patch -Np1 -i "${srcdir}/0002-Enable-subpixel-rendering.patch"
+  patch -Np1 -i ../0001-Enable-table-validation-modules.patch
+  patch -Np1 -i ../0002-Enable-subpixel-rendering.patch
 
   # Provide a way to set the default subpixel hinting mode
   # at runtime, without depending on the application to do so.
-  patch -Np1 -i "${srcdir}/0003-Make-subpixel-hinting-mode-configurable.patch"
+  patch -Np1 -i ../0003-Make-subpixel-hinting-mode-configurable.patch
 
   # Keep the classic subpixel hinting mode as default, as expected
   # by upstream for the 2.6 series
-  patch -Np1 -i "${srcdir}/0004-Keep-default-interpreter-version-as-35.patch"
+  patch -Np1 -i ../0004-Keep-default-interpreter-version-as-35.patch
 }
 
 build() {



More information about the arch-commits mailing list