[arch-commits] Commit in skia-sharp/trunk (PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Wed Mar 28 08:21:44 UTC 2018


    Date: Wednesday, March 28, 2018 @ 08:21:43
  Author: alucryd
Revision: 313074

upgpkg: skia-sharp 1.60.0-1

Modified:
  skia-sharp/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-28 08:20:30 UTC (rev 313073)
+++ PKGBUILD	2018-03-28 08:21:43 UTC (rev 313074)
@@ -1,9 +1,9 @@
 # Maintainer: Maxime Gauduin <alucryd at archlinux.org>
 
 pkgname=skia-sharp
-pkgver=1.59.3
-_major=59
-_minor=3
+pkgver=1.60.0
+_major=60
+_minor=0
 _release=0
 pkgrel=1
 pkgdesc='The Skia 2D Graphics library from Google exposed to .NET languages and runtimes across the board'
@@ -15,12 +15,12 @@
          'libfreetype.so')
 makedepends=('clang' 'git' 'python2')
 provides=('libSkiaSharp.so')
-_depot_tools_commit='372e0fd'
-_skia_commit='3ddc29e'
+_depot_tools_commit='3929e9e'
+_skia_commit='c43e10a'
 source=("skia-sharp-${pkgver}.tar.gz::https://github.com/mono/SkiaSharp/archive/v${pkgver}.tar.gz"
         "git+https://chromium.googlesource.com/chromium/tools/depot_tools#commit=${_depot_tools_commit}"
         "git+https://github.com/mono/skia.git#commit=${_skia_commit}")
-sha256sums=('9d9391444ab091ed97800b29ff0d0c3453c3417ae1a123e1bb372e31614e7756'
+sha256sums=('4d9cb2b67c865167dae71f2cf9f4654eccf217a1ac8153fc77d99d39ce97a5dd'
             'SKIP'
             'SKIP')
 
@@ -44,7 +44,7 @@
   export VERSION="1.${_major}.${_minor}.${_release}"
   export SUPPORT_GPU='0'
 
-  CFLAGS="$CFLAGS -DSKIA_C_DLL -Wno-cast-qual -Wno-unused-template -Wno-zero-as-null-pointer-constant"
+  CFLAGS="$CFLAGS -DSKIA_C_DLL -Wno-cast-qual -Wno-unused-template -Wno-zero-as-null-pointer-constant -Wno-tautological-unsigned-enum-zero-compare -Wno-tautological-type-limit-compare"
   LDFLAGS="$LDFLAGS -lfreetype -ljpeg -lpng16 -lwebp -lwebpdemux -lwebpmux -lz"
 
   target_os='linux'



More information about the arch-commits mailing list