Date: Saturday, November 19, 2022 @ 20:05:30
Author: arojas
Revision: 1349743
archrelease: copy trunk to community-x86_64
Added:
muffin/repos/community-x86_64/PKGBUILD
(from rev 1349742, muffin/trunk/PKGBUILD)
Deleted:
muffin/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 58 +++++++++++++++++++++++++++++-----------------------------
1 file changed, 29 insertions(+), 29 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-11-19 20:05:20 UTC (rev 1349742)
+++ PKGBUILD 2022-11-19 20:05:30 UTC (rev 1349743)
@@ -1,29 +0,0 @@
-# Maintainer: Bruno Pagani <[email protected]>
-# Contributor: Eli Schwartz <[email protected]>
-# Contributor: Alexandre Filgueira <[email protected]>
-# Contributor: Adam Hani Schakaki <[email protected]>
-# Contributor: Ner0
-
-pkgname=muffin
-pkgver=5.4.7
-pkgrel=1
-pkgdesc="Cinnamon window manager based on Mutter"
-arch=(x86_64)
-url="https://github.com/linuxmint/${pkgname}"
-license=(GPL)
-depends=(cinnamon-desktop gobject-introspection-runtime libcanberra libinput
- libsm libxkbcommon-x11 startup-notification zenity graphene pipewire)
-makedepends=(meson intltool gobject-introspection)
-options=(!emptydirs)
-source=(${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('fda1ff5149a0ea876deccb832b010af66cfb77a00dd68a848cc3d8e7e11fe56d')
-b2sums=('53e2debb404f1712b2c23b7d46cf020389acff50067f39ed8a99272688b0ec95fe8e1e14a1c032a36ae4e80a55099390cebaec156bd6da81d3a89629e627e8b3')
-
-build() {
- arch-meson build ${pkgname}-${pkgver}
- meson compile -C build
-}
-
-package() {
- meson install --destdir="${pkgdir}" -C build
-}
Copied: muffin/repos/community-x86_64/PKGBUILD (from rev 1349742,
muffin/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-11-19 20:05:30 UTC (rev 1349743)
@@ -0,0 +1,29 @@
+# Maintainer: Bruno Pagani <[email protected]>
+# Contributor: Eli Schwartz <[email protected]>
+# Contributor: Alexandre Filgueira <[email protected]>
+# Contributor: Adam Hani Schakaki <[email protected]>
+# Contributor: Ner0
+
+pkgname=muffin
+pkgver=5.6.0
+pkgrel=1
+pkgdesc="Cinnamon window manager based on Mutter"
+arch=(x86_64)
+url="https://github.com/linuxmint/${pkgname}"
+license=(GPL)
+depends=(cinnamon-desktop gobject-introspection-runtime libcanberra libinput
+ libsm libxkbcommon-x11 startup-notification zenity graphene pipewire)
+makedepends=(meson intltool gobject-introspection)
+options=(!emptydirs)
+source=(${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('6467c0a28c61a9644cbcb2a4cbdf44a6d274a02c01ec27ff3c536148e341991b')
+b2sums=('19136768b7060186db9228bcfc01b4f5f94a3e66222cf21ad07d67ada415fd7bcf40fa13b0f4f292a2468671ce9ff15e24fa39553009109a557ffc1bbb8080b3')
+
+build() {
+ arch-meson build ${pkgname}-${pkgver}
+ meson compile -C build
+}
+
+package() {
+ meson install --destdir="${pkgdir}" -C build
+}