Package Details: mutter-git 46.0+r26+ga834eb5c9-1

Git Clone URL: https://aur.archlinux.org/mutter-git.git (read-only, click to copy)
Package Base: mutter-git
Description: Window manager and compositor for GNOME
Upstream URL: https://gitlab.gnome.org/GNOME/mutter
Licenses: GPL-2.0-or-later
Conflicts: mutter
Provides: libmutter-14.so, mutter
Submitter: rliang
Maintainer: pobrn
Last Packager: pobrn
Votes: 6
Popularity: 0.64
First Submitted: 2019-01-10 13:23 (UTC)
Last Updated: 2024-04-15 16:38 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

titaniumtown commented on 2021-01-20 15:53 (UTC)

mutter/meson.build:99:0: ERROR: Invalid version of dependency, need 'gsettings-desktop-schemas' ['>= 40.alpha'] found '3.37.2'.

bluebearblue commented on 2020-10-20 11:25 (UTC)

This does not build with xorg-server-xwayland, it needs the git version xorg-server-xwayland. Additionally, if you are installing it with an existing gnome-shell installation, mutter can't be removed since it breaks the dependency libmutter-7.so=0-64. Adding this to the provides array solves this problem.

linkmauve commented on 2020-07-12 10:32 (UTC)

Hi, this package requires the cvt utility for build, which can be found in the xorg-server package so please add that to the makedepends.

titaniumtown commented on 2020-02-26 18:20 (UTC)

Are you going to update the dependencies and version?

gardotd426 commented on 2020-02-24 21:50 (UTC)

@titaniumtown no, it still doesn't work with makepkg, only AUR helpers:


makepkg                   
==> Making package: mutter-dev 3.35.91-1 (Mon 24 Feb 2020 04:47:47 PM EST) ==> Checking runtime dependencies... ==> Missing dependencies: -> gjs-git -> sysprof-dev ==> Checking buildtime dependencies... ==> ERROR: Could not resolve all dependencies.
I mean yeah, you could technically get around that by installing those through the AUR first, but that's not really how it's supposed to work, there shouldn't be any manual intervention required and it should work with makepkg

Maybe you could add the aur git repos for sysprof-dev and gjs-git in the sources array and have those installed first?

gardotd426 commented on 2020-02-24 20:17 (UTC)

You can install it with an AUR helper, but makepkg doesn't work

gardotd426 commented on 2020-02-24 20:14 (UTC) (edited on 2020-02-24 20:16 (UTC) by gardotd426)

PKGBUILD is broken:


/home/matt/tmp/mutter-dev/PKGBUILD: line 11: syntax error near unexpected token >'
/home/matt/tmp/mutter-dev/PKGBUILD: line 11:depends=(dconf js68 gjs>=1.63.2 gobject-introspection-runtime gsettings-desktop-schemas libcanberra'
/home/matt/tmp/mutter-dev/PKGBUILD: line 12: startup-notification: command not found
/home/matt/tmp/mutter-dev/PKGBUILD: line 13: syntax error near unexpected token )'
/home/matt/tmp/mutter-dev/PKGBUILD: line 13:         gnome-settings-daemon libgudev libinput pipewire)'
==> ERROR: Failed to source /home/matt/tmp/mutter-dev/PKGBUILD

EDIT: I must have tried to grab it while you were fixing it, but it's still broken:


==> Making package: mutter-dev 3.35.91-1 (Mon 24 Feb 2020 03:15:36 PM EST)
==> Checking runtime dependencies...
==> Installing missing dependencies...
error: target not found: gjs-git
error: target not found: sysprof-dev
==> ERROR: 'pacman' failed to install missing dependencies.
==> Missing dependencies:
  -> gjs-git
  -> sysprof-dev
==> Checking buildtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...

titaniumtown commented on 2020-02-24 20:03 (UTC)

I made a aur package (sysprof-dev) and added it as a depend

titaniumtown commented on 2020-02-24 17:11 (UTC) (edited on 2020-02-24 17:11 (UTC) by titaniumtown)

compile sysprof, using the template from extra/sysprof