Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging
/ Packages / mutter
Commits:
438c4730 by Jan Alexander Steffens (heftig) at 2024-03-16T18:29:10+01:00
45.5-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = mutter
pkgdesc = Window manager and compositor for GNOME
- pkgver = 45.4
+ pkgver = 45.5
pkgrel = 1
url = https://gitlab.gnome.org/GNOME/mutter
arch = x86_64
@@ -39,7 +39,7 @@ pkgbase = mutter
depends = pipewire
depends = startup-notification
depends = xorg-xwayland
- source =
git+https://gitlab.gnome.org/GNOME/mutter.git#commit=919e71b113cc03c0fe1de7777393a19947f7b9f9
+ source =
git+https://gitlab.gnome.org/GNOME/mutter.git#commit=4e8ccf5f9c177595aac11895ed50a4e35d5087e4
b2sums = SKIP
pkgname = mutter
=====================================
PKGBUILD
=====================================
@@ -1,4 +1,5 @@
# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
+# Maintainer: Fabian Bornschein <[email protected]>
# Contributor: Ionut Biru <[email protected]>
# Contributor: Michael Kanis <mkanis_at_gmx_dot_de>
@@ -7,7 +8,7 @@ pkgname=(
mutter
mutter-docs
)
-pkgver=45.4
+pkgver=45.5
pkgrel=1
pkgdesc="Window manager and compositor for GNOME"
url="https://gitlab.gnome.org/GNOME/mutter"
@@ -53,7 +54,7 @@ checkdepends=(
wireplumber
zenity
)
-_commit=919e71b113cc03c0fe1de7777393a19947f7b9f9 # tags/45.4^0
+_commit=4e8ccf5f9c177595aac11895ed50a4e35d5087e4 # tags/45.5^0
source=(
"git+https://gitlab.gnome.org/GNOME/mutter.git#commit=$_commit"
)
@@ -61,7 +62,7 @@ b2sums=('SKIP')
pkgver() {
cd mutter
- git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
+ git describe --tags | sed -r
's/\.([a-z])/\1/;s/([a-z])\./\1/;s/[^-]*-g/r&/;s/-/+/g'
}
prepare() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/mutter/-/commit/438c47305709c2eb8df5898b33e32af3f9bf10b5
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/mutter/-/commit/438c47305709c2eb8df5898b33e32af3f9bf10b5
You're receiving this email because of your account on gitlab.archlinux.org.