Search Criteria
Package Details: mutter-git 48.2+r40+g4d194b8e1-1
Package Actions
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-16.so, mutter |
Submitter: | rliang |
Maintainer: | pobrn |
Last Packager: | pobrn |
Votes: | 6 |
Popularity: | 0.000105 |
First Submitted: | 2019-01-10 13:23 (UTC) |
Last Updated: | 2025-05-06 15:46 (UTC) |
Dependencies (68)
- at-spi2-core (at-spi2-core-gitAUR)
- cairo (cairo-gitAUR)
- colord (colord-gitAUR)
- dconf
- egl-wayland (egl-wayland-gitAUR)
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR)
- fribidi (fribidi-gitAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- gdk-pixbuf2 (gdk-pixbuf2-gitAUR)
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR)
- gnome-desktop-4 (gnome-desktop-4-gitAUR)
- gnome-settings-daemon (gnome-settings-daemon-mobileAUR, gnome-settings-daemon-gitAUR)
- graphene (graphene-gitAUR)
- gsettings-desktop-schemas (gsettings-desktop-schemas-gitAUR, gsettings-desktop-schemas-nofontAUR)
- gtk4 (gtk4-paper-planeAUR, gtk4-gitAUR)
- harfbuzz (harfbuzz-gitAUR)
- iio-sensor-proxy (iio-sensor-proxy-gitAUR, iio-sensor-proxy-tuxedoAUR, iio-sensor-proxy-tuxedo-gitAUR)
- lcms2 (lcms2-ff-gitAUR, lcms2-gitAUR, lcms2-ffAUR)
- libcanberra
- libcolord (libcolord-gitAUR)
- libdisplay-info (libdisplay-info-gitAUR)
- libdrm (libdrm-gitAUR)
- libei (libei-gitAUR)
- libgirepository
- libglvnd (libglvnd-gitAUR)
- libgudev
- libice
- libinput (libinput-gitAUR, libinput-multiplierAUR, libinput-three-finger-dragAUR, libinput-noaccumAUR)
- libpipewire (libpipewire-full-gitAUR, libpipewire-gitAUR)
- libsm
- libsysprof-capture
- libwacom (libwacom-surfaceAUR)
- libx11 (libx11-gitAUR)
- libxau
- libxcb (libxcb-gitAUR)
- libxcomposite
- libxcursor
- libxdamage
- libxext (libxext-gitAUR)
- libxfixes
- libxi (libxi-gitAUR)
- libxinerama (libxinerama-randr-gitAUR)
- libxkbcommon (libxkbcommon-gitAUR)
- libxkbcommon-x11 (libxkbcommon-x11-gitAUR)
- libxkbfile
- libxrandr (libxrandr-gitAUR)
- libxtst
- mesa (mesa-wsl2-gitAUR, mesa-amd-bc250AUR, mesa-minimal-gitAUR, vulkan-terakan-gitAUR, amdonly-gaming-mesa-gitAUR, mesa-gitAUR, mesa-amber)
- pango (pango-gitAUR)
- pipewire (pipewire-full-gitAUR, pipewire-gitAUR)
- pixman (pixman-gitAUR)
- python (python37AUR)
- python-argcomplete
- python-gobject
- startup-notification
- systemd-libs (systemd-libs-gitAUR, systemd-libs-selinuxAUR)
- wayland (wayland-gitAUR, wayland-asan-gitAUR, wayland-chromiumAUR)
- xorg-xwayland (xorg-xwayland-gitAUR, xorg-xwayland-bug865-issue1578AUR, xorg-xwayland-hidpi-xpropAUR)
- bash-completion (bash-completion-gitAUR) (make)
- gi-docgen (make)
- git (git-gitAUR, git-glAUR) (make)
- glib2-devel (make)
- gobject-introspection (make)
- meson (meson-gitAUR) (make)
- python-docutils (make)
- sysprof (sysprof-gitAUR) (make)
- wayland-protocols (wayland-protocols-gitAUR) (make)
Required by (19)
- gnome-kiosk (requires mutter)
- gnome-monitor-config-git (requires mutter)
- gnome-shell-beta-performance (requires mutter)
- gnome-shell-docs-git (requires libmutter-16.so) (make)
- gnome-shell-git (requires libmutter-16.so)
- gnome-shell-git
- gnome-shell-git (requires libmutter-16.so) (make)
- gnome-shell-mobile (requires libmutter-16.so)
- gnome-shell-mobile-git
- gnome-shell-performance (requires mutter)
- gnome-shell-performance (requires libmutter-16.so)
- gnome-shell-performance-unstable (requires mutter)
- magpie-wm-git (requires mutter)
- phoc-git (requires mutter) (check)
- power-profile-selector-git (requires mutter) (optional)
- regolith-i3 (requires mutter)
- wingpanel-git (requires mutter)
- xwayland-run (requires mutter) (optional)
- xwayland-run-git (requires mutter) (optional)
Latest Comments
« First ‹ Previous 1 2 3 4 Next › Last »
jonathon commented on 2022-04-12 21:47 (UTC)
The Mutter package does provide some version of libmutter so including that is a good thing, it just needs to be the matching version. As far as I can tell, the actual soname version is taken care of by makepkg during packaging (e.g.
provides=libmutter-10
generatesprovides=libmutter-10.so=0-64
); this means a valid version mismatch will happen when the number changes (and so protect against gnome-shell{-git} breaking).ignapk commented on 2022-01-28 23:37 (UTC)
@saghm Basically, yes, you need to first remove the
gnome-shell
package withpacman -Rdd gnome-shell
and then you can proceed to install bothmutter-git
andgnome-shell-git
. This is due tognome-shell
depending on specific version oflibmutter.so
, that themutter
package provides, and a possible fix of the situation would be to similarly add it as provides. However, among others, this could result in a situation when user replacesmutter
withmutter-git
without replacinggnome-shell
withgnome-shell-git
, which could break their system. I'm open to suggestions and discussion about this though.saghm commented on 2022-01-27 22:23 (UTC)
I can't figure out how to install this in a system with Gnome already installed. When I try to install it, it fails due to breaking the
gnome-shell
dependency on the stable version ofmutter
, but when I try to install them both at the same time,gnome-shell-git
can't build withoutmutter-git
already being installed. Is the only way to build/install these to havegnome-shell
not installed at all beforehand, or am I missing something?titaniumtown commented on 2021-11-15 20:42 (UTC)
Missing dependency:
wayland-protocols
titaniumtown commented on 2021-01-20 15:53 (UTC)
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 thexorg-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:
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 withmakepkg
Maybe you could add the aur git repos for
sysprof-dev
andgjs-git
in the sources array and have those installed first?« First ‹ Previous 1 2 3 4 Next › Last »