Skip to content

Commit

Permalink
libadwaita: bump to 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
echawk committed Mar 24, 2024
1 parent d221705 commit d451fb4
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions community/libadwaita/checksums
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
dce32da0fdd394cb12cc9c4c76ad2ff1b7a142bdf87bc556121077d6e67a0fb688
1ab1c210b94661e624d52fef0d78f7f3c401e7dcee2cb87e5a9689366b051eb768
70df6717e1179ee396eb1fbba6df7ded85e93ada11eb5754f05cdbafbf2b68560e
e371acce0c0fc80601ee97b2c5d82f927a102c2a0362e3f5c3ead098d9b935d955
2 changes: 2 additions & 0 deletions community/libadwaita/esources
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
https://gitlab.gnome.org/GNOME/libadwaita/-/archive/VERSION/libadwaita-VERSION.tar.gz
patches/no-fribidi.patch
14 changes: 6 additions & 8 deletions community/libadwaita/patches/no-fribidi.patch
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
diff --git a/src/adw-bidi.c b/src/adw-bidi.c
index 76d50be6..a3704823 100644
index 76d50be..0991f0b 100644
--- a/src/adw-bidi.c
+++ b/src/adw-bidi.c
@@ -26,23 +26,10 @@
@@ -26,22 +26,9 @@

#include "adw-bidi-private.h"

Expand All @@ -22,20 +22,18 @@ index 76d50be6..a3704823 100644
- else if (FRIBIDI_IS_RTL (fribidi_ch_type))
- return PANGO_DIRECTION_RTL;
- else
- return PANGO_DIRECTION_LTR;
+ return PANGO_DIRECTION_LTR;
return PANGO_DIRECTION_LTR;
}

PangoDirection
diff --git a/src/meson.build b/src/meson.build
index 827a1f15..9caba1bd 100644
index aa71da2..66cbaf0 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -253,7 +253,6 @@ gtk_dep = dependency('gtk4', version: gtk_min_version)
@@ -293,7 +293,6 @@ appstream_dep = dependency('appstream',

libadwaita_deps = [
dependency('glib-2.0', version: glib_min_version),
- dependency('fribidi'),
gio_dep,
gtk_dep,
cc.find_library('m', required: false),
appstream_dep,
2 changes: 1 addition & 1 deletion community/libadwaita/sources
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
https://gitlab.gnome.org/GNOME/libadwaita/-/archive/1.4.2/libadwaita-1.4.2.tar.gz
https://gitlab.gnome.org/GNOME/libadwaita/-/archive/1.5.0/libadwaita-1.5.0.tar.gz
patches/no-fribidi.patch
2 changes: 1 addition & 1 deletion community/libadwaita/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.4.2 1
1.5.0 1

0 comments on commit d451fb4

Please sign in to comment.