mirror of
https://gitlab.postmarketos.org/postmarketOS/pmaports.git
synced 2025-07-15 09:45:09 +03:00
https://gitlab.gnome.org/verdre/gnome-shell-mobile/-/blob/48.mobile.0/CHANGELOG.md Part-of: https://gitlab.postmarketos.org/postmarketos/pmaports/-/merge_requests/6361
21 lines
502 B
Diff
21 lines
502 B
Diff
diff --git a/meson.build b/meson.build
|
|
index 5eecf09da..08cb81a19 100644
|
|
--- a/meson.build
|
|
+++ b/meson.build
|
|
@@ -1,5 +1,5 @@
|
|
project('gnome-shell', 'c',
|
|
- version: '48.mobile.0',
|
|
+ version: '48.0',
|
|
meson_version: '>= 1.1.0',
|
|
license: 'GPL-2.0-or-later',
|
|
)
|
|
@@ -25,7 +25,7 @@ gio_req = '>= 2.79.2'
|
|
gi_req = '>= 1.49.1'
|
|
gjs_req = '>= 1.73.1'
|
|
gtk_req = '>= 4.0'
|
|
-mutter_req = '= 48.mobile.0'
|
|
+mutter_req = '= 48.0'
|
|
polkit_req = '>= 0.100'
|
|
schemas_req = '>= 48.beta'
|
|
systemd_req = '>= 246'
|
|
|