summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Grande2021-03-02 13:14:01 -0500
committerVincent Grande2021-03-02 13:14:01 -0500
commitdc3003f397300c4ef14517cb1151873b01b6fb3a (patch)
treed417206b4932decf20ed9bccadc39bde8fbfc1fc
parentf5eda5e1a1bacf4a825766fbb96a22a912cb0386 (diff)
downloadaur-dc3003f397300c4ef14517cb1151873b01b6fb3a.tar.gz
add meson patches
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 11 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c32ede375cd5..3b51472fbb1e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -16,9 +16,13 @@ pkgbase = fontconfig-minimal-git
optdepends = docbook-utils: docs
optdepends = docbook-sgml: docs
source = git+https://gitlab.freedesktop.org/fontconfig/fontconfig.git
+ source = https://gitlab.freedesktop.org/fontconfig/fontconfig/-/merge_requests/138.patch
+ source = https://gitlab.freedesktop.org/fontconfig/fontconfig/-/merge_requests/172.patch
source = fontconfig.hook
sha256sums = SKIP
sha256sums = SKIP
+ sha256sums = SKIP
+ sha256sums = SKIP
pkgname = fontconfig-minimal-git
install = fontconfig.install
diff --git a/PKGBUILD b/PKGBUILD
index 924165fdf4c3..9955c3f8c83a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,8 +15,12 @@ optdepends=('docbook-utils: docs'
'docbook-sgml: docs')
#checkdepends=(unzip)
source=("git+https://gitlab.freedesktop.org/fontconfig/fontconfig.git"
+ "https://gitlab.freedesktop.org/fontconfig/fontconfig/-/merge_requests/138.patch"
+ "https://gitlab.freedesktop.org/fontconfig/fontconfig/-/merge_requests/172.patch"
fontconfig.hook)
sha256sums=('SKIP'
+ 'SKIP'
+ 'SKIP'
'SKIP')
# a nice page to test font matching:
@@ -30,6 +34,9 @@ pkgver() {
prepare() {
cd fontconfig
+
+ patch -Np1 -i ../138.patch
+ patch -Np1 -i ../172.patch
}
build() {