summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD16
1 files changed, 4 insertions, 12 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c710fa6c5581..74ba6e88e949 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,28 +3,20 @@
pkgname=mutter-dev
_pkgname=mutter
pkgver=3.31.4
-pkgrel=1
+pkgrel=2
pkgdesc="A window manager for GNOME."
url="https://gitlab.gnome.org/GNOME/mutter"
arch=(x86_64)
license=(GPL)
-depends=(dconf gobject-introspection-runtime gsettings-desktop-schemas libcanberra
+depends=(dconf gobject-introspection-runtime gsettings-desktop-schemas-dev libcanberra
startup-notification zenity libsm gnome-desktop upower libxkbcommon-x11
gnome-settings-daemon libgudev libinput pipewire)
makedepends=(intltool gobject-introspection git egl-wayland)
provides=(mutter)
conflicts=(mutter)
groups=(gnome)
-source=("git+https://gitlab.gnome.org/GNOME/mutter.git#tag=$pkgver"
- "revert-gsettings-desktop-schemas-version.patch")
-sha256sums=('SKIP'
- '77655e709343e4eaa3793675a6df4504c4e32e492f0f66cc8559b346751ff70f')
-
-prepare() {
- cd "$_pkgname"
-
- patch -p1 -i ../revert-gsettings-desktop-schemas-version.patch
-}
+source=("git+https://gitlab.gnome.org/GNOME/mutter.git#tag=$pkgver")
+sha256sums=('SKIP')
build() {
arch-meson "$_pkgname" build