[arch-commits] Commit in muffin/repos/community-x86_64 (PKGBUILD PKGBUILD)

Bruno Pagani archange at gemini.archlinux.org
Mon Jul 25 14:47:12 UTC 2022


    Date: Monday, July 25, 2022 @ 14:47:12
  Author: archange
Revision: 1258565

archrelease: copy trunk to community-x86_64

Added:
  muffin/repos/community-x86_64/PKGBUILD
    (from rev 1258564, muffin/trunk/PKGBUILD)
Deleted:
  muffin/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   57 +++++++++++++++++++++++++++++----------------------------
 1 file changed, 29 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-25 14:47:06 UTC (rev 1258564)
+++ PKGBUILD	2022-07-25 14:47:12 UTC (rev 1258565)
@@ -1,28 +0,0 @@
-# Maintainer: Eli Schwartz <eschwartz at archlinux.org>
-# Contributor: Alexandre Filgueira <alexfilgueira at cinnarch.com>
-# Contributor: Adam Hani Schakaki <adam at schakaki.net>
-# Contributor: Ner0
-
-pkgname=muffin
-pkgver=5.4.3
-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=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha256sums=('dfaed5015ae5eb89c603f155dcb7f9d9c4434827eb94da188a7a2f5a2b8bd422')
-b2sums=('dde8faa82a893397179d57986f09872b7515b3a53ae0ef2e43dce2f24596d4f7795cde69d9510a08e6932ee727908d2aa7d299d746591bf0e05ee689826b3836')
-
-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 1258564, muffin/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-07-25 14:47:12 UTC (rev 1258565)
@@ -0,0 +1,29 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+# Contributor: Eli Schwartz <eschwartz at archlinux.org>
+# Contributor: Alexandre Filgueira <alexfilgueira at cinnarch.com>
+# Contributor: Adam Hani Schakaki <adam at schakaki.net>
+# Contributor: Ner0
+
+pkgname=muffin
+pkgver=5.4.4
+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=('0e5f3af3020745650588fb3f035c06a70c0d938ef1e98219d7986ef919d675f5')
+b2sums=('437351d03a08fce0544ae4914e29ab92a33754806580e62c2aeff3bc52ac76e10677c053add3849b1352c33f8704c344d00fdbe649600af2d8984d3520e1e21d')
+
+build() {
+  arch-meson build ${pkgname}-${pkgver}
+  meson compile -C build
+}
+
+package() {
+  meson install --destdir="${pkgdir}" -C build
+}



More information about the arch-commits mailing list