systemd/mutter: upgrade to 49.2
Signed-off-by: Aster Boese <asterboese@mailbox.org> Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/7474>
This commit is contained in:
parent
58eb7800c0
commit
7900cad579
1 changed files with 8 additions and 6 deletions
|
|
@ -1,13 +1,13 @@
|
|||
# Forked from Alpine to add systemd!
|
||||
|
||||
pkgname=mutter
|
||||
pkgver=99949.1.1
|
||||
_pkgver=49.1.1
|
||||
_pkgver=49.2
|
||||
pkgver="999$_pkgver"
|
||||
pkgrel=0
|
||||
pkgdesc="clutter-based window manager and compositor"
|
||||
url="https://wiki.gnome.org/Projects/Mutter/"
|
||||
url="https://gitlab.gnome.org/GNOME/mutter"
|
||||
# armhf: pmb#2618
|
||||
arch="all !s390x !armhf" # no libei-dev for s390x
|
||||
arch="all !armhf"
|
||||
license="GPL-2.0-or-later"
|
||||
depends="
|
||||
gnome-settings-daemon
|
||||
|
|
@ -30,6 +30,7 @@ makedepends="
|
|||
gtk4.0-dev
|
||||
json-glib-dev
|
||||
lcms2-dev
|
||||
libadwaita-dev
|
||||
libcanberra-dev
|
||||
libdisplay-info-dev
|
||||
libdrm-dev
|
||||
|
|
@ -71,7 +72,7 @@ makedepends="
|
|||
# TODO: crossdirect disabled due to armv7 crosscompile failure on x86_64, see
|
||||
# https://gitlab.com/postmarketOS/pmaports/-/merge_requests/5115#note_1899890119
|
||||
options="!check !pmb:crossdirect" # Can't be run with release builds
|
||||
subpackages="$pkgname-dbg $pkgname-dev $pkgname-doc $pkgname-lang $pkgname-schemas::noarch"
|
||||
subpackages="$pkgname-dbg $pkgname-dev $pkgname-doc $pkgname-lang $pkgname-schemas::noarch $pkgname-udev"
|
||||
source="https://download.gnome.org/sources/mutter/${_pkgver%%.*}/mutter-$_pkgver.tar.xz
|
||||
fixudev-req.patch
|
||||
pcversion.patch
|
||||
|
|
@ -86,6 +87,7 @@ build() {
|
|||
-Dintrospection=true \
|
||||
-Dremote_desktop=true \
|
||||
-Dprofiler=false \
|
||||
-Ddevkit=enabled \
|
||||
-Dtests=disabled \
|
||||
. output
|
||||
meson compile -C output
|
||||
|
|
@ -105,7 +107,7 @@ package() {
|
|||
}
|
||||
|
||||
sha512sums="
|
||||
93ef86128b275bb76c1743c7ffbe41c53ded8737b9d40d3a9d59131c056b1df8a851ce22961827e4ca292c668a5a4e18f1a57e44a7860a8f77153ccbec54ea12 mutter-49.1.1.tar.xz
|
||||
82fceaba0160cb6c3d0c8174b59eca8d07a45d428773d3110c16934462a80244f1d3ae0127f8d9f8d0b1395c15f11487b6d03f98c7dcade9c7ace8aea316a97f mutter-49.2.tar.xz
|
||||
60eb075a88ca301470130d17371c1410220be0c7d5a929f6b528ec838a1133ebccf46d29f448060043e94c2edf4615ae431927911bede1972ac37f04ff9f29b4 fixudev-req.patch
|
||||
52ae70a818ab1bbeeeb1259405c964baf48cd793385fae9200b57b7160cb8094041b2c2336fc57349e562aa142d631c5668a2d0a4dc32f6a6854c0ea2bb0d2c0 pcversion.patch
|
||||
"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue