Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
muffin
Commits:
64afdaaa by Antonio Rojas at 2025-12-10T19:57:26+01:00
upgpkg: 6.6.0-1: Upstream update
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,10 +1,11 @@
pkgbase = muffin
pkgdesc = Cinnamon window manager based on Mutter
- pkgver = 6.4.1
+ pkgver = 6.6.0
pkgrel = 1
url = https://github.com/linuxmint/muffin
arch = x86_64
license = GPL
+ makedepends = git
makedepends = meson
makedepends = intltool
makedepends = gobject-introspection
@@ -23,8 +24,8 @@ pkgbase = muffin
depends = pipewire
depends = xorg-xwayland
options = !emptydirs
- source =
https://github.com/linuxmint/muffin/archive/6.4.1/muffin-6.4.1.tar.gz
- sha256sums =
3c4ef0139d9bbaf7ac17f39dd06b6397c175614a2eb6c55d463024a457293808
- b2sums =
bc77af9f56fce5c50cfa28e468a260876520a3d9e5bfa445af2b16e118b9306973a0632dadf3b7456a2131a6fd01616e2056a5f1799e787ae10777577ffe0ae3
+ source = git+https://github.com/linuxmint/muffin#tag=6.6.0
+ sha256sums =
501c947d642f3bdf685f770f720dc53cf193c196fe5492af9801a1f727e522b3
+ b2sums =
8b37b81e4287926234adab6d01953a87df164bce3ce8d99ef9de86492dd77fadf18576af7226e222cbef8376c9b4830b44a16d6b9a1755861031d0e06c2816e4
pkgname = muffin
=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
# Contributor: Ner0
pkgname=muffin
-pkgver=6.4.1
+pkgver=6.6.0
pkgrel=1
pkgdesc="Cinnamon window manager based on Mutter"
arch=(x86_64)
@@ -13,14 +13,14 @@ url="https://github.com/linuxmint/${pkgname}"
license=(GPL)
depends=(cinnamon-desktop gobject-introspection-runtime libcanberra libinput
libsm libxkbcommon-x11 startup-notification zenity graphene pipewire
xorg-xwayland)
-makedepends=(meson intltool gobject-introspection wayland-protocols
glib2-devel egl-wayland)
+makedepends=(git meson intltool gobject-introspection wayland-protocols
glib2-devel egl-wayland)
options=(!emptydirs)
-source=(${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('3c4ef0139d9bbaf7ac17f39dd06b6397c175614a2eb6c55d463024a457293808')
-b2sums=('bc77af9f56fce5c50cfa28e468a260876520a3d9e5bfa445af2b16e118b9306973a0632dadf3b7456a2131a6fd01616e2056a5f1799e787ae10777577ffe0ae3')
+source=(git+${url}#tag=$pkgver)
+sha256sums=('501c947d642f3bdf685f770f720dc53cf193c196fe5492af9801a1f727e522b3')
+b2sums=('8b37b81e4287926234adab6d01953a87df164bce3ce8d99ef9de86492dd77fadf18576af7226e222cbef8376c9b4830b44a16d6b9a1755861031d0e06c2816e4')
build() {
- arch-meson build ${pkgname}-${pkgver} -D egl_device=true -D
wayland_eglstream=true
+ arch-meson build ${pkgname} -D egl_device=true -D wayland_eglstream=true
meson compile -C build
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/muffin/-/commit/64afdaaaafc9abd40dfa821df9cbfe3ccd7d36ef
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/muffin/-/commit/64afdaaaafc9abd40dfa821df9cbfe3ccd7d36ef
You're receiving this email because of your account on gitlab.archlinux.org.