extra/mutter to 43.2-2

This commit is contained in:
Kevin Mihelich 2023-02-01 20:10:07 +00:00
parent 5849ebfbfe
commit 225deca02e

View file

@ -8,22 +8,51 @@
pkgbase=mutter
pkgname=(mutter mutter-docs)
pkgver=43.2
pkgrel=1
pkgdesc="A window manager for GNOME"
pkgrel=2
pkgdesc="Window manager and compositor for GNOME"
url="https://gitlab.gnome.org/GNOME/mutter"
arch=(x86_64)
license=(GPL)
depends=(dconf gobject-introspection-runtime gsettings-desktop-schemas
libcanberra startup-notification libsm gnome-desktop libxkbcommon-x11
gnome-settings-daemon libgudev libinput pipewire xorg-xwayland graphene
libxkbfile libsysprof-capture lcms2 colord)
makedepends=(gobject-introspection git egl-wayland meson xorg-server
wayland-protocols sysprof gi-docgen xorg-server-xvfb)
checkdepends=(wireplumber python-dbusmock zenity)
options=(debug)
depends=(
colord
dconf
gnome-desktop
gnome-settings-daemon
graphene
gsettings-desktop-schemas
lcms2
libcanberra
libgudev
libinput
libsm
libsysprof-capture
libxkbcommon-x11
libxkbfile
pipewire
startup-notification
xorg-xwayland
)
makedepends=(
egl-wayland
gi-docgen
git
gobject-introspection
meson
sysprof
wayland-protocols
xorg-server
xorg-server-xvfb
)
checkdepends=(
python-dbusmock
wireplumber
zenity
)
_commit=46f4143619734ec2b95503ba96e444f61f27e18e # tags/43.2^0
source=("git+https://gitlab.gnome.org/GNOME/mutter.git#commit=$_commit")
sha256sums=('SKIP')
source=(
"git+https://gitlab.gnome.org/GNOME/mutter.git#commit=$_commit"
)
b2sums=('SKIP')
pkgver() {
cd mutter
@ -79,7 +108,6 @@ _pick() {
package_mutter() {
provides=(libmutter-11.so)
groups=(gnome)
meson install -C build --destdir "$pkgdir"