Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
muffin
Commits:
7c7d971e by Antonio Rojas at 2024-11-26T23:05:34+01:00
upgpkg: 6.4.0-1: Update to 6.4.0
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = muffin
pkgdesc = Cinnamon window manager based on Mutter
- pkgver = 6.2.0
- pkgrel = 2
+ pkgver = 6.4.0
+ pkgrel = 1
url = https://github.com/linuxmint/muffin
arch = x86_64
license = GPL
@@ -23,8 +23,8 @@ pkgbase = muffin
depends = pipewire
depends = xorg-xwayland
options = !emptydirs
- source =
https://github.com/linuxmint/muffin/archive/6.2.0/muffin-6.2.0.tar.gz
- sha256sums =
889200ceb45334899e7568f1735ec2b15e1ae042d176821a0d45c524960bee0a
- b2sums =
d2cf508eeea77e22c79c65404e90beced72b9eca87542dc38abbf8a411464b4afce4d48e73cddf284a4cb86d9eca420edf95e3cb0ad7a0bc6b2c93a4bd1df257
+ source =
https://github.com/linuxmint/muffin/archive/6.4.0/muffin-6.4.0.tar.gz
+ sha256sums =
15af3d82396bfc5e5ee68896ba026ec80646dba31ea91ecb4661e69c5cbf80f2
+ b2sums =
66f6d4b201e32be7602ae4fab4199404f30a1bbfa6a0d96419e3265cce31f1562508b8d67f88bf57fb78a6279421effa3a2f2cb8ea489f59c7dbaa4da84bcc6a
pkgname = muffin
=====================================
PKGBUILD
=====================================
@@ -5,8 +5,8 @@
# Contributor: Ner0
pkgname=muffin
-pkgver=6.2.0
-pkgrel=2
+pkgver=6.4.0
+pkgrel=1
pkgdesc="Cinnamon window manager based on Mutter"
arch=(x86_64)
url="https://github.com/linuxmint/${pkgname}"
@@ -16,8 +16,8 @@ depends=(cinnamon-desktop gobject-introspection-runtime
libcanberra libinput
makedepends=(meson intltool gobject-introspection wayland-protocols
glib2-devel egl-wayland)
options=(!emptydirs)
source=(${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('889200ceb45334899e7568f1735ec2b15e1ae042d176821a0d45c524960bee0a')
-b2sums=('d2cf508eeea77e22c79c65404e90beced72b9eca87542dc38abbf8a411464b4afce4d48e73cddf284a4cb86d9eca420edf95e3cb0ad7a0bc6b2c93a4bd1df257')
+sha256sums=('15af3d82396bfc5e5ee68896ba026ec80646dba31ea91ecb4661e69c5cbf80f2')
+b2sums=('66f6d4b201e32be7602ae4fab4199404f30a1bbfa6a0d96419e3265cce31f1562508b8d67f88bf57fb78a6279421effa3a2f2cb8ea489f59c7dbaa4da84bcc6a')
build() {
arch-meson build ${pkgname}-${pkgver} -D egl_device=true -D
wayland_eglstream=true
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/muffin/-/commit/7c7d971e910a7926e28fc228ebaf7bb6322dc6ca
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/muffin/-/commit/7c7d971e910a7926e28fc228ebaf7bb6322dc6ca
You're receiving this email because of your account on gitlab.archlinux.org.