summaryrefslogtreecommitdiff
path: root/community/muffin/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/muffin/PKGBUILD')
-rw-r--r--community/muffin/PKGBUILD14
1 files changed, 9 insertions, 5 deletions
diff --git a/community/muffin/PKGBUILD b/community/muffin/PKGBUILD
index ccf3aa3a9..5c0d9cde1 100644
--- a/community/muffin/PKGBUILD
+++ b/community/muffin/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 89374 2013-04-29 01:14:49Z bgyorgy $
+# $Id: PKGBUILD 89819 2013-05-02 15:47:37Z bgyorgy $
# Maintainer: Alexandre Filgueira <alexfilgueira@cinnarch.com>
# Contributor: Adam Hani Schakaki <adam@schakaki.net>
# Contributor: Ner0
pkgname=muffin
pkgver=1.7.4
-pkgrel=1
+pkgrel=2
pkgdesc="Cinnamon window manager based on Mutter"
arch=('i686' 'x86_64')
url="https://github.com/linuxmint/muffin"
@@ -16,9 +16,11 @@ 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"
- "switch-applications.patch")
+ "switch-applications.patch"
+ "fix-dnd.patch")
md5sums=('d64bfe853e6fda5ec11a06581743f774'
- 'a5d5d76dc281277a8afc83d7affdcc7b')
+ 'a5d5d76dc281277a8afc83d7affdcc7b'
+ '6d787466831def299360419cc3b5e47b')
build() {
cd linuxmint-muffin-*
@@ -26,6 +28,9 @@ build() {
# Fix windows switcher keybinding with default settings in GNOME 3.8
patch -Np1 -i ../switch-applications.patch
+ # Fix unresponsive panel on DND
+ patch -RNp1 -i ../fix-dnd.patch
+
PYTHON=python2 ./autogen.sh --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/muffin \
--localstatedir=/var --disable-static --disable-schemas-compile
make
@@ -36,5 +41,4 @@ package() {
make DESTDIR="$pkgdir/" install
}
-
# vim:set ts=2 sw=2 et: