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

Balló György bgyorgy at nymeria.archlinux.org
Tue Apr 16 23:01:31 UTC 2013


    Date: Wednesday, April 17, 2013 @ 01:01:31
  Author: bgyorgy
Revision: 88385

upgpkg: muffin 1.7.3-1

Update to version 1.7.3

Modified:
  muffin/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++--------
 1 file changed, 4 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-04-16 22:53:36 UTC (rev 88384)
+++ PKGBUILD	2013-04-16 23:01:31 UTC (rev 88385)
@@ -3,7 +3,7 @@
 # Contributor: Ner0
 
 pkgname=muffin
-pkgver=1.7.2
+pkgver=1.7.3
 pkgrel=1
 pkgdesc="Cinnamon window manager based on Mutter"
 arch=('i686' 'x86_64')
@@ -11,20 +11,16 @@
 license=('GPL')
 depends=('libsm' 'clutter' 'gobject-introspection' 'gsettings-desktop-schemas' \
 		 'libcanberra' 'startup-notification' 'zenity' 'dconf')
-makedepends=('intltool' 'gnome-doc-utils')
-provides=('muffin-wm')
-conflicts=('muffin-wm')
-replaces=('muffin-wm')
+makedepends=('intltool' 'gnome-doc-utils' 'gnome-common')
 options=('!libtool' '!emptydirs')
 install=$pkgname.install
 source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/muffin/tarball/$pkgver")
-md5sums=('c39cd212959c7de8f834abe9e3fee8da')
+md5sums=('30e329da6af10e825dace490f13e445f')
 
 build() {
   cd linuxmint-muffin-*
 
-  autoreconf -vfi
-  PYTHON=python2 ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/muffin \
+  PYTHON=python2 ./autogen.sh --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/muffin \
   				 			 --localstatedir=/var --disable-static --disable-schemas-compile
   make
 }




More information about the arch-commits mailing list