summaryrefslogtreecommitdiff
path: root/community/muffin/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-02-08 00:08:16 -0800
committerroot <root@rshg054.dnsready.net>2013-02-08 00:08:16 -0800
commit7c92c5fcfb5653f63243842299e413672653d1ad (patch)
tree3487915cdf6e673c8a6dccfbd2a526e341550c87 /community/muffin/PKGBUILD
parent8e5a0a990a12a59cadb687cae22a1960fce1660b (diff)
Fri Feb 8 00:08:16 PST 2013
Diffstat (limited to 'community/muffin/PKGBUILD')
-rw-r--r--community/muffin/PKGBUILD13
1 files changed, 8 insertions, 5 deletions
diff --git a/community/muffin/PKGBUILD b/community/muffin/PKGBUILD
index e974e7a99..cd001c143 100644
--- a/community/muffin/PKGBUILD
+++ b/community/muffin/PKGBUILD
@@ -1,16 +1,17 @@
-# $Id: PKGBUILD 83448 2013-02-01 10:03:42Z foutrelis $
+# $Id: PKGBUILD 83982 2013-02-07 22:09:51Z bgyorgy $
# Contributor: Adam Hani Schakaki <adam@schakaki.net>
# Contributor: Ner0
pkgname=muffin
pkgver=1.1.2
-pkgrel=2
+pkgrel=3
pkgdesc="Cinnamon window manager based on Mutter"
arch=('i686' 'x86_64')
url="https://github.com/linuxmint/muffin"
license=('GPL')
-depends=('libx11' 'libsm' 'clutter' 'gconf' 'gobject-introspection' 'gsettings-desktop-schemas' 'libcanberra' 'libxxf86vm' 'startup-notification' 'zenity' 'dconf')
-makedepends=('libltdl' 'intltool' 'gnome-doc-utils' 'gnome-common' 'libice')
+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')
@@ -23,7 +24,8 @@ build() {
cd linuxmint-muffin-*
autoreconf -vfi
- PYTHON=python2 ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/muffin --localstatedir=/var --disable-static --disable-schemas-compile
+ PYTHON=python2 ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/muffin \
+ --localstatedir=/var --disable-static --disable-schemas-compile
make
}
@@ -32,4 +34,5 @@ package() {
make DESTDIR="$pkgdir/" install
}
+
# vim:set ts=2 sw=2 et: