summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD17
2 files changed, 15 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7d8378b829c9..a248e7f29594 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mutter-rounded
pkgdesc = A window manager for GNOME, with rounded corners patch (integrate mr1441)
- pkgver = 41.4
+ pkgver = 41.5
pkgrel = 1
url = https://gitlab.gnome.org/GNOME/mutter
install = mutter.install
@@ -37,15 +37,16 @@ pkgbase = mutter-rounded
provides = libmutter-9.so
provides = mutter
conflicts = mutter
- source = mutter-rounded::git+https://gitlab.gnome.org/GNOME/mutter.git#commit=83a34957046c5b6bca609fda4b68c8c5d1276d14
+ options = debug
+ source = mutter-rounded::git+https://gitlab.gnome.org/GNOME/mutter.git#commit=17926e941d67867911c462737f4d013adb55e4d6
source = mutter_settings::git+https://github.com/yilozt/mutter-rounded-setting
source = rounded_corners.patch
source = shell_blur_effect.patch
source = meta_clip_effect.c
source = meta_clip_effect.h
source = shader.h
- source = https://gitlab.gnome.org/GNOME/gnome-shell/-/raw/41.1/src/shell-blur-effect.h
- source = https://gitlab.gnome.org/GNOME/gnome-shell/-/raw/41.1/src/shell-blur-effect.c
+ source = https://gitlab.gnome.org/GNOME/gnome-shell/-/raw/41.5/src/shell-blur-effect.h
+ source = https://gitlab.gnome.org/GNOME/gnome-shell/-/raw/41.5/src/shell-blur-effect.c
source = mr1441.patch
sha256sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 6fcdc1d4a049..71a6309b733c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,14 @@
-# Maintainer: Luo Yi <langisme_at_qq_dot_com>
-
+# Patched package:
+# Maintainer: Luo Yi <langisme_at_qq_dot_com>
# Contributor: Joakim Soderlund <joakim.soderlund@gmail.com>
-# Contributor: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
+
+# Official package:
+# Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
# Contributor: Ionut Biru <ibiru@archlinux.org>
# Contributor: Michael Kanis <mkanis_at_gmx_dot_de>
pkgname=mutter-rounded
-pkgver=41.4
+pkgver=41.5
pkgrel=1
pkgdesc="A window manager for GNOME, with rounded corners patch (integrate mr1441)"
url="https://gitlab.gnome.org/GNOME/mutter"
@@ -23,10 +25,11 @@ provides=(libmutter-9.so mutter)
conflicts=(mutter)
install=mutter.install
-_commit=83a34957046c5b6bca609fda4b68c8c5d1276d14 # tags/41.4^0
+options=(debug)
+_commit=17926e941d67867911c462737f4d013adb55e4d6 # tags/41.5^0
_mutter_src="$pkgname::git+https://gitlab.gnome.org/GNOME/mutter.git#commit=$_commit"
-_shell_blur_h_src="https://gitlab.gnome.org/GNOME/gnome-shell/-/raw/41.1/src/shell-blur-effect.h"
-_shell_blur_c_src="https://gitlab.gnome.org/GNOME/gnome-shell/-/raw/41.1/src/shell-blur-effect.c"
+_shell_blur_h_src="https://gitlab.gnome.org/GNOME/gnome-shell/-/raw/${pkgver}/src/shell-blur-effect.h"
+_shell_blur_c_src="https://gitlab.gnome.org/GNOME/gnome-shell/-/raw/${pkgver}/src/shell-blur-effect.c"
_settings_src="mutter_settings::git+https://github.com/yilozt/mutter-rounded-setting"
# Mirrors in Gitee