Skip to content

Commit

Permalink
mutter-cachyos: Sync with arch
Browse files Browse the repository at this point in the history
Signed-off-by: Vasiliy Stelmachenok <[email protected]>
  • Loading branch information
ventureoo committed Sep 26, 2024
1 parent 3f2b926 commit 351c265
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mutter-cachyos/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pkgbase = mutter-cachyos
pkgdesc = Window manager and compositor for GNOME (patched version from CachyOS)
pkgver = 47.0
pkgrel = 1
pkgrel = 2
url = https://gitlab.gnome.org/GNOME/mutter
arch = x86_64
license = GPL-2.0-or-later
Expand Down
6 changes: 5 additions & 1 deletion mutter-cachyos/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ pkgname=(
mutter-cachyos-docs
)
pkgver=47.0
pkgrel=1
pkgrel=2
pkgdesc="Window manager and compositor for GNOME (patched version from CachyOS)"
url="https://gitlab.gnome.org/GNOME/mutter"
arch=(x86_64)
Expand Down Expand Up @@ -95,6 +95,10 @@ prepare() {
cd mutter
# Dynamic triple/double buffering
patch -Np1 -i "${srcdir}/1441.patch"

# Revert "window/wayland: Use scale for configured rect in configuration"
# https://gitlab.gnome.org/GNOME/mutter/-/commit/70c0eca6b08b7a5aed7a1951149f72f98331a6b4
git cherry-pick -n 70c0eca6b08b7a5aed7a1951149f72f98331a6b4
}

build() {
Expand Down

0 comments on commit 351c265

Please sign in to comment.