Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages / 
skia-sharp


Commits:
cedcec9e by Maxime Gauduin at 2023-08-15T12:08:29+02:00
rebuild for libjpeg-turbo

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,29 @@
+pkgbase = skia-sharp
+       pkgdesc = The Skia 2D Graphics library from Google exposed to .NET 
languages and runtimes across the board
+       pkgver = 2.88.3
+       pkgrel = 2
+       url = https://github.com/mono/SkiaSharp
+       arch = x86_64
+       license = MIT
+       makedepends = clang
+       makedepends = git
+       makedepends = python
+       depends = expat
+       depends = fontconfig
+       depends = libfreetype.so
+       depends = libjpeg-turbo
+       depends = libheif
+       depends = libpng
+       depends = libwebp
+       depends = zlib
+       provides = libSkiaSharp.so
+       source = 
git+https://github.com/mono/SkiaSharp.git#tag=655cff084fa9365efde6e989004eb818294c9b0f
+       source = 
git+https://chromium.googlesource.com/chromium/tools/depot_tools.git
+       source = git+https://github.com/mono/skia.git
+       source = skia-sharp-missing-include.patch
+       b2sums = SKIP
+       b2sums = SKIP
+       b2sums = SKIP
+       b2sums = 
8b4c33381f22225557fceae587fd1b8f7ac6fc75814fbb27db6eb6b0c772825f87d779d8e3d38849603a4f6c7c5ec7cdb88f34ecc58c0e0f83f1890b730b9df7
+
+pkgname = skia-sharp


=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@ pkgver=2.88.3
 _major=88
 _minor=0
 _release=0
-pkgrel=1
+pkgrel=2
 pkgdesc='The Skia 2D Graphics library from Google exposed to .NET languages 
and runtimes across the board'
 arch=(x86_64)
 url=https://github.com/mono/SkiaSharp
@@ -48,7 +48,7 @@ prepare() {
   for submodule in externals/{depot_tools,skia}; do
     git submodule init ${submodule}
     git config submodule.${submodule}.url ../${submodule#*/}
-    git submodule update ${submodule}
+    git -c protocol.file.allow=always submodule update ${submodule}
   done
 
   pushd externals/skia



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/skia-sharp/-/commit/cedcec9e5efc839ff4b16905d121a8a9bcc62688

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/skia-sharp/-/commit/cedcec9e5efc839ff4b16905d121a8a9bcc62688
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to