mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
extra/mutter to 43.2-2
This commit is contained in:
parent
5849ebfbfe
commit
225deca02e
1 changed files with 41 additions and 13 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue