diff options
author | root <root@rshg054.dnsready.net> | 2013-08-11 01:21:34 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-08-11 01:21:34 -0700 |
commit | 18a41d682d6e91e0d28fce23eb75292f477bd620 (patch) | |
tree | bce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/muffin/PKGBUILD | |
parent | 0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff) |
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/muffin/PKGBUILD')
-rw-r--r-- | community/muffin/PKGBUILD | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/community/muffin/PKGBUILD b/community/muffin/PKGBUILD deleted file mode 100644 index a577edb80..000000000 --- a/community/muffin/PKGBUILD +++ /dev/null @@ -1,40 +0,0 @@ -# $Id: PKGBUILD 91466 2013-05-23 00:58:44Z faidoc $ -# Maintainer: Alexandre Filgueira <alexfilgueira@cinnarch.com> -# Contributor: Adam Hani Schakaki <adam@schakaki.net> -# Contributor: Ner0 - -pkgname=muffin -pkgver=1.8.2 -pkgrel=1 -pkgdesc="Cinnamon window manager based on Mutter" -arch=('i686' 'x86_64') -url="https://github.com/linuxmint/muffin" -license=('GPL') -depends=('clutter' 'gobject-introspection' 'gsettings-desktop-schemas' \ - 'libcanberra' 'startup-notification' 'zenity' 'dconf') -makedepends=('intltool' 'gnome-doc-utils' 'gnome-common') -options=('!libtool' '!emptydirs') -install=$pkgname.install -source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/muffin/archive/$pkgver.tar.gz" - "switch-applications.patch") -sha256sums=('903c6ab5e228c8a1b8e05f460ba34c111e8a92ce9382ebd0b014416af4dd7049' - '206eefac342b08e061c4eedfb6b9e0c96e2eae8fb9535f52f20bf50464381a96') - -build() { - cd ${pkgname}-${pkgver} - - # Fix windows switcher keybinding with default settings in GNOME 3.8 - patch -Np1 -i ../switch-applications.patch - - - PYTHON=python2 ./autogen.sh --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/muffin \ - --localstatedir=/var --disable-static --disable-schemas-compile - make -} - -package() { - cd ${pkgname}-${pkgver} - make DESTDIR="$pkgdir/" install -} - -# vim:set ts=2 sw=2 et: |