Skip to content
Snippets Groups Projects
Verified Commit e14e3798 authored by achill (fossdd)'s avatar achill (fossdd) :gay_pride_flag:
Browse files
parent 040dda1c
No related branches found
No related tags found
No related merge requests found
# Forked from Alpine to add systemd!
pkgname=gnome-shell
pkgver=99947.5
_pkgver=47.5
pkgver=99948.0
_pkgver=48.0
pkgrel=0
pkgdesc="GNOME shell"
url="https://gitlab.gnome.org/GNOME/gnome-shell"
......@@ -73,7 +73,6 @@ subpackages="
"
source="https://download.gnome.org/sources/gnome-shell/${_pkgver%.*}/gnome-shell-$_pkgver.tar.xz
gsh.patch
schemas_req.patch
"
# TODO: crossdirect disabled due to armv7 crosscompile failure on x86_64, see
# https://gitlab.com/postmarketOS/pmaports/-/merge_requests/5115#note_1899890119
......@@ -122,7 +121,6 @@ schemas() {
}
sha512sums="
5c34d16350fc92d96ed87981eea0abb9fbd9bf793085eece286b2e7bd01b94bfeb123f801e875cecadfda20abd30294e6d46aed0e1ffbbbec57bb7e0aaaea90d gnome-shell-47.5.tar.xz
13fce232753223495fbf2d5e9623423efe75c2c5bdd093df6e7cfa2a25fe6f1e8cb7b7e8697d7afc42e55ce628364ec694b316a9d9794e088ac3dfe484cfaec1 gnome-shell-48.0.tar.xz
ae4ac679bacd35948b44068e5a70407f473bd96986ee126abb1bdf066db5cbc2087a3ffae0b390286689cacbe8325870fd43663ba39f4f7543216e02bf083934 gsh.patch
3fab1a0e141ae7c972e827935c6e4c52d927faf69dd25a5c72bbcdaa1b763d1bb58ea5cb074686145b29c3391f557b01920a8d3613bb83d15f073d661a447426 schemas_req.patch
"
diff --git a/meson.build b/meson.build
index ec385b1..e0addb3 100644
--- a/meson.build
+++ b/meson.build
@@ -28,7 +28,7 @@ gjs_req = '>= 1.73.1'
gtk_req = '>= 4.0'
mutter_req = '>= 47.0'
polkit_req = '>= 0.100'
-schemas_req = '>= 47.alpha'
+schemas_req = '>= 47'
systemd_req = '>= 246'
ibus_req = '>= 1.5.19'
gnome_desktop_req = '>= 40'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment