Date: Wednesday, July 20, 2022 @ 20:12:12
Author: arojas
Revision: 1254933
archrelease: copy trunk to community-x86_64
Added:
muffin/repos/community-x86_64/PKGBUILD
(from rev 1254932, muffin/trunk/PKGBUILD)
Deleted:
muffin/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 56 ++++++++++++++++++++++++++++----------------------------
1 file changed, 28 insertions(+), 28 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-07-20 20:12:03 UTC (rev 1254932)
+++ PKGBUILD 2022-07-20 20:12:12 UTC (rev 1254933)
@@ -1,28 +0,0 @@
-# Maintainer: Eli Schwartz <[email protected]>
-# Contributor: Alexandre Filgueira <[email protected]>
-# Contributor: Adam Hani Schakaki <[email protected]>
-# Contributor: Ner0
-
-pkgname=muffin
-pkgver=5.4.2
-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=('650b595e15468a2971d99dcb8ba19b64ee3e5b86a77944ca43811b3e0ae644a5')
-b2sums=('c488eae5b9ce787b1f08014ad1d840a778597a16a2079cc6f47127e7a55a5d6f2c00a5683941c88b72ba41f205d0e254b614eda9880d8b008229d7c748376284')
-
-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 1254932,
muffin/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-07-20 20:12:12 UTC (rev 1254933)
@@ -0,0 +1,28 @@
+# Maintainer: Eli Schwartz <[email protected]>
+# Contributor: Alexandre Filgueira <[email protected]>
+# Contributor: Adam Hani Schakaki <[email protected]>
+# 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
+}