summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLuoYi2022-04-26 10:56:10 +0800
committerLuoYi2022-04-26 10:56:10 +0800
commita2ee6c9aacd3d00b0e26013721972a2150d6f123 (patch)
treec0dc702bb062fea73fbce107055e6264c3816ecc /PKGBUILD
parent8fe5f45fa6205e6a6e5558f33909825f8347bdca (diff)
downloadaur-a2ee6c9aacd3d00b0e26013721972a2150d6f123.tar.gz
upgpkg: mutter-rounded 42.0-2.2
upload shell-blur-effect.[ch] instead of URL
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 3 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6fdbbdb5268f..79391f258c20 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
pkgname=mutter-rounded
pkgver=42.0
-pkgrel=2.1
+pkgrel=2.2
pkgdesc="A window manager for GNOME, with rounded corners patch (integrate mr1441)"
url="https://gitlab.gnome.org/GNOME/mutter"
arch=(x86_64)
@@ -27,8 +27,6 @@ install=mutter-rounded.install
_commit=9249aba72a5c4454894c08735a4963ca1665e34d # tag/42.0^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/${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
@@ -44,8 +42,8 @@ source=("$_mutter_src"
"meta_clip_effect.c"
"meta_clip_effect.h"
"shader.h"
- "$_shell_blur_h_src"
- "$_shell_blur_c_src"
+ "shell-blur-effect.h" # https://gitlab.gnome.org/GNOME/gnome-shell/-/raw/${pkgver}/src/shell-blur-effect.h
+ "shell-blur-effect.c" # https://gitlab.gnome.org/GNOME/gnome-shell/-/raw/${pkgver}/src/shell-blur-effect.c
"mr1441.patch"
)
sha256sums=('SKIP'