Skip to content

Instantly share code, notes, and snippets.

@teohhanhui
Created December 23, 2019 17:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save teohhanhui/bac8da77d684e46f99907f4d33ed56c7 to your computer and use it in GitHub Desktop.
Save teohhanhui/bac8da77d684e46f99907f4d33ed56c7 to your computer and use it in GitHub Desktop.
diff --git a/PKGBUILD b/PKGBUILD
index a8dee7c..8f52552 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,24 +10,24 @@ makedepends=(mingw-w64-meson mingw-w64-libpng)
depends=(mingw-w64-gcc)
options=(staticlibs !strip !buildflags)
source=("http://xorg.freedesktop.org/releases/individual/lib/pixman-${pkgver}.tar.bz2"
- "https://gitlab.freedesktop.org/pixman/pixman/commit/4851d4e20f66f540cd61fb69851df17671fc90d2.patch"
- "https://gitlab.freedesktop.org/pixman/pixman/commit/be0d3e699401f8230fa88c28c52d73c57f13f327.patch"
- "https://gitlab.freedesktop.org/pixman/pixman/commit/fd5c0da57985a430912907d4a898ed1ddb854ead.patch"
- "https://gitlab.freedesktop.org/pixman/pixman/merge_requests/13.diff")
+ "https://gitlab.freedesktop.org/pixman/pixman/commit/4851d4e20f66f540cd61fb69851df17671fc90d2.diff"
+ "https://gitlab.freedesktop.org/pixman/pixman/commit/be0d3e699401f8230fa88c28c52d73c57f13f327.diff"
+ "https://gitlab.freedesktop.org/pixman/pixman/commit/fd5c0da57985a430912907d4a898ed1ddb854ead.diff"
+ "https://gitlab.freedesktop.org/pixman/pixman/commit/afc6c935f1b52ca74d96f1ea2cbfb3e47ffb7fd4.diff")
sha256sums=('84abb7fa2541af24d9c3b34bf75d6ac60cc94ac4410061bbb295b66a29221550'
- '48374ee1ec7a95b4262e6a26d3f5596c17f01a28225ce4927ee9ad90e0205e88'
- '55977e70dc9013dabb2256def5c622ac3c8607a96d829f8c025a8a73b241b4e2'
- '8d7cf32ff224dae5f52fad337c38be3591fad4383679bbfe946685bf8bcec3ad'
+ '71776b223e7a2be344dda5bbbf4c0d09d538e61e80999ab6cf00641169806cdd'
+ '791ab4b2266cb63108f9f4433bad6e4784b4801568067396a171ec757b47db17'
+ '95215acbfe8ebff2b414ea3e5bb22877a23264d9f0566d6207a6547b17d97827'
'0d7c3b9da2e8f6973aaeae9aedae91e51f383cfd58ca5b6b0d3bcc6162fd3cbd')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"
prepare() {
cd ${srcdir}/pixman-${pkgver}
- patch -Np1 -i ../4851d4e20f66f540cd61fb69851df17671fc90d2.patch
- patch -Np1 -i ../be0d3e699401f8230fa88c28c52d73c57f13f327.patch
- patch -Np1 -i ../fd5c0da57985a430912907d4a898ed1ddb854ead.patch
- patch -Np1 -i ../13.diff
+ patch -Np1 -i ../4851d4e20f66f540cd61fb69851df17671fc90d2.diff
+ patch -Np1 -i ../be0d3e699401f8230fa88c28c52d73c57f13f327.diff
+ patch -Np1 -i ../fd5c0da57985a430912907d4a898ed1ddb854ead.diff
+ patch -Np1 -i ../afc6c935f1b52ca74d96f1ea2cbfb3e47ffb7fd4.diff
}
build() {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment