mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
extra/mutter to 42.5-1
This commit is contained in:
parent
48f838e95c
commit
4a6cef2718
1 changed files with 7 additions and 7 deletions
|
@ -7,21 +7,21 @@
|
|||
|
||||
pkgbase=mutter
|
||||
pkgname=(mutter mutter-docs)
|
||||
pkgver=42.4
|
||||
pkgver=42.5
|
||||
pkgrel=1
|
||||
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 startup-notification zenity libsm gnome-desktop
|
||||
libcanberra startup-notification zenity libsm gnome-desktop
|
||||
libxkbcommon-x11 gnome-settings-daemon libgudev libinput pipewire
|
||||
xorg-xwayland graphene libxkbfile libsysprof-capture)
|
||||
makedepends=(gobject-introspection git egl-wayland meson xorg-server
|
||||
wayland-protocols sysprof gi-docgen xorg-server-xvfb)
|
||||
checkdepends=(wireplumber python-dbusmock)
|
||||
options=(debug)
|
||||
_commit=9a25838e4e3f705b69b7f2e0bf22e970d8829f1f # tags/42.4^0
|
||||
_commit=4b35c269c7ad2515f91d2d3ccaea7526e0cb5f97 # tags/42.5^0
|
||||
source=("git+https://gitlab.gnome.org/GNOME/mutter.git#commit=$_commit")
|
||||
sha256sums=('SKIP')
|
||||
|
||||
|
@ -47,9 +47,9 @@ build() {
|
|||
}
|
||||
|
||||
_check() (
|
||||
mkdir -p -m 700 "${XDG_RUNTIME_DIR:=$PWD/runtime-dir}"
|
||||
glib-compile-schemas "${GSETTINGS_SCHEMA_DIR:=$PWD/build/data}"
|
||||
export XDG_RUNTIME_DIR GSETTINGS_SCHEMA_DIR
|
||||
export XDG_RUNTIME_DIR="$PWD/rdir" GSETTINGS_SCHEMA_DIR="$PWD/build/data"
|
||||
mkdir -p -m 700 "$XDG_RUNTIME_DIR"
|
||||
glib-compile-schemas "$GSETTINGS_SCHEMA_DIR"
|
||||
|
||||
wireplumber &
|
||||
_p1=$!
|
||||
|
@ -93,4 +93,4 @@ package_mutter-docs() {
|
|||
mv docs/* "$pkgdir"
|
||||
}
|
||||
|
||||
# vim:set sw=2 et:
|
||||
# vim:set sw=2 sts=-1 et:
|
||||
|
|
Loading…
Reference in a new issue