# $Id: PKGBUILD 85924 2013-03-09 00:51:47Z faidoc $ # Contributor: Adam Hani Schakaki # Contributor: Ner0 pkgname=muffin pkgver=1.7.2 pkgrel=1 pkgdesc="Cinnamon window manager based on Mutter" arch=('i686' 'x86_64') url="https://github.com/linuxmint/muffin" 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') options=('!libtool' '!emptydirs') install=$pkgname.install source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/muffin/tarball/$pkgver") md5sums=('c39cd212959c7de8f834abe9e3fee8da') build() { cd linuxmint-muffin-* autoreconf -vfi PYTHON=python2 ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/muffin \ --localstatedir=/var --disable-static --disable-schemas-compile make } package() { cd linuxmint-muffin-* make DESTDIR="$pkgdir/" install } # vim:set ts=2 sw=2 et: