commit db36c09

hovercats  ·  2024-05-04 17:26:54 +0000 UTC
parent 74d848d
pango: make patches more consistent
4 files changed,  +19, -8
+1, -3
 1@@ -2,9 +2,7 @@
 2 
 3 export DESTDIR="$1"
 4 
 5-for p in *.patch; do
 6-    patch -p1 < "$p"
 7-done
 8+patch -p1 < 0001-remove-fribidi-dependency.patch
 9 
10 # Disable download of missing (optional) dependencies
11 # during the build. This cannot be turned off otherwise.
+1, -1
1@@ -1,2 +1,2 @@
2 87f7f54f2beaa88af9ef75598601ac938eed18bfe42857c400cdcaba388f2edbc3
3-afad7fce3afe98072131cf4b97ec0d00340ea316812df9ae78c1d785121583c063
4+b4ed0bf9d11532bb2e511d3daeefea6ac422b33a52d70819344f9322e5f2f0eac4
R repo/pango/patches/no-fribidi.patch => repo/pango/patches/0001-remove-fribidi-dependency.patch
+16, -3
 1@@ -1,8 +1,18 @@
 2+From 71162e019df5b27793def7db0f64bea94af54026 Mon Sep 17 00:00:00 2001
 3+From: hovercats <hovercatswithlasereyes@protonmail.com>
 4+Date: Sat, 4 May 2024 19:25:43 +0200
 5+Subject: [PATCH] remove fribidi dependency
 6+
 7+---
 8+ meson.build             |   5 --
 9+ pango/pango-bidi-type.c | 144 ++++------------------------------------
10+ 2 files changed, 14 insertions(+), 135 deletions(-)
11+
12 diff --git a/meson.build b/meson.build
13-index 50ec14b..f45dd6a 100644
14+index 066105a..72d3c16 100644
15 --- a/meson.build
16 +++ b/meson.build
17-@@ -200,7 +200,6 @@ endif
18+@@ -198,7 +198,6 @@ endif
19  pango_deps = []
20  
21  glib_req_version = '>= 2.62'
22@@ -10,7 +20,7 @@ index 50ec14b..f45dd6a 100644
23  libthai_req_version = '>= 0.1.9'
24  harfbuzz_req_version = '>= 2.6.0'
25  fontconfig_req_version = '>= 2.13.0'
26-@@ -217,10 +216,6 @@ gobject_dep = dependency('gobject-2.0', version: glib_req_version)
27+@@ -215,10 +214,6 @@ gobject_dep = dependency('gobject-2.0', version: glib_req_version)
28  gio_dep = dependency('gio-2.0', version: glib_req_version)
29  pango_deps += [glib_dep, gobject_dep, gio_dep]
30  
31@@ -235,3 +245,6 @@ index 4277dc1..73d3476 100644
32  }
33  
34  
35+-- 
36+2.44.0
37+
+1, -1
1@@ -1,2 +1,2 @@
2 https://github.com/GNOME/pango/archive/1.52.0.tar.gz
3-patches/no-fribidi.patch
4+patches/0001-remove-fribidi-dependency.patch