parent
3a7e46cf46
commit
a039148726
@ -0,0 +1,25 @@
|
||||
From 819a3e9cdda55aaeb062830cc91afeb6584f410a Mon Sep 17 00:00:00 2001
|
||||
From: Khaled Hosny <khaled@aliftype.com>
|
||||
Date: Tue, 28 Sep 2021 16:10:16 +0200
|
||||
Subject: [PATCH] Pass version to meson library
|
||||
|
||||
Fixes https://github.com/HOST-Oman/libraqm/issues/136
|
||||
---
|
||||
src/meson.build | 1 +
|
||||
1 file changed, 1 insertion(+)
|
||||
|
||||
diff --git a/src/meson.build b/src/meson.build
|
||||
index 40554b2..16ec18c 100644
|
||||
--- a/src/meson.build
|
||||
+++ b/src/meson.build
|
||||
@@ -42,6 +42,7 @@ libraqm = library(
|
||||
'raqm',
|
||||
'raqm.c',
|
||||
'raqm.h',
|
||||
+ version : meson.project_version(),
|
||||
dependencies : deps,
|
||||
c_args : ['-DHAVE_CONFIG_H'],
|
||||
install : true,
|
||||
--
|
||||
2.32.0
|
||||
|
@ -1,29 +0,0 @@
|
||||
From 17170a1eeb63807b4035427f3ca2b3e475c8f42b Mon Sep 17 00:00:00 2001
|
||||
From: Khaled Hosny <khaled@aliftype.com>
|
||||
Date: Wed, 25 Aug 2021 16:58:25 +0200
|
||||
Subject: [PATCH] Update text expectation
|
||||
|
||||
---
|
||||
tests/cursor_position_GB8a.test | 6 +++---
|
||||
1 file changed, 3 insertions(+), 3 deletions(-)
|
||||
|
||||
diff --git a/tests/cursor_position_GB8a.test b/tests/cursor_position_GB8a.test
|
||||
index bef963e..d161691 100644
|
||||
--- a/tests/cursor_position_GB8a.test
|
||||
+++ b/tests/cursor_position_GB8a.test
|
||||
@@ -32,9 +32,9 @@ glyph [0] x_offset: 0 y_offset: 0 x_advance: 748 font: Amiri
|
||||
glyph [0] x_offset: 0 y_offset: 0 x_advance: 748 font: Amiri
|
||||
glyph [0] x_offset: 0 y_offset: 0 x_advance: 748 font: Amiri
|
||||
|
||||
-UTF-32 clusters: 00 01 02 03
|
||||
-UTF-8 clusters: 00 04 08 12
|
||||
+UTF-32 clusters: 00 00 02 02
|
||||
+UTF-8 clusters: 00 00 08 08
|
||||
|
||||
-The position is 2992 at index 12
|
||||
+The position is 2244 at index 8
|
||||
|
||||
The start-index is 4 at position 1000
|
||||
--
|
||||
2.31.1
|
||||
|
@ -1 +1 @@
|
||||
SHA512 (raqm-0.7.0.tar.gz) = 4aed401df0b53cc95423afa5980164b54102776eca675119fc483c410334a635ca95ef6564ee9b54666c13c916eb52a0a1cd24f288230946c53825fb10451161
|
||||
SHA512 (raqm-0.7.2.tar.xz) = 26321397c1020a16829e24b7f122c3a757a179ebddf5a3143d95cc780573a92e4d722fc94ce5ab8c35f3946b8935178c2e917de5afb17d407d45552765603c47
|
||||
|
Loading…
Reference in new issue