[arch-commits] Commit in muffin/trunk (PKGBUILD)

Eli Schwartz eschwartz at archlinux.org
Sun Nov 4 22:46:03 UTC 2018


    Date: Sunday, November 4, 2018 @ 22:46:02
  Author: eschwartz
Revision: 401529

upgpkg: muffin 4.0.0-1

upstream release
clutter/cogl are now private (modified) copies, following similar changes in gnome

Modified:
  muffin/trunk/PKGBUILD

----------+
 PKGBUILD |   15 ++++++++++-----
 1 file changed, 10 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-11-04 22:27:12 UTC (rev 401528)
+++ PKGBUILD	2018-11-04 22:46:02 UTC (rev 401529)
@@ -4,22 +4,26 @@
 # Contributor: Ner0
 
 pkgname=muffin
-pkgver=3.8.2
+pkgver=4.0.0
 pkgrel=1
 pkgdesc="Cinnamon window manager based on Mutter"
 arch=('x86_64')
 url="https://github.com/linuxmint/${pkgname}"
 license=('GPL')
-depends=('cinnamon-desktop' 'clutter' 'gobject-introspection-runtime' 'libcanberra' 'libsm'
-         'startup-notification' 'zenity')
+depends=('cinnamon-desktop' 'gobject-introspection-runtime' 'libcanberra' 'libinput'
+         'libsm' 'libxkbcommon-x11' 'startup-notification' 'zenity')
 makedepends=('intltool' 'gobject-introspection' 'gtk-doc' 'gnome-doc-utils')
 options=('!emptydirs')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha256sums=('b567c96022698f6fdc81118e5ffa5f14d4c95fd20c4ad228eee8c0d1b8cbc902')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz"
+        "${url}/commit/c9b0c9ae1acfa80ce47d598dc8a0c924fd9f205d.patch")
+sha256sums=('c38e4a1b53378bdf005da5477b8478a97e7f7bc7f6f40e1eeed21602a67bd656'
+            '3747dacdebe79900985da865c183ac164ca50fbe533a0615ee1d2778a323da9d')
 
 prepare() {
     cd "${srcdir}"/${pkgname}-${pkgver}
 
+    # https://github.com/linuxmint/muffin/pull/374
+    patch -p1 -i ../c9b0c9ae1acfa80ce47d598dc8a0c924fd9f205d.patch
     NOCONFIGURE=1 ./autogen.sh
 }
 
@@ -30,6 +34,7 @@
                 --sysconfdir=/etc \
                 --libexecdir=/usr/lib/muffin \
                 --localstatedir=/var \
+                --disable-gtk-doc \
                 --disable-static \
                 --disable-schemas-compile \
                 --enable-compile-warnings=minimum



More information about the arch-commits mailing list