mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
extra/mutter to 3.6.1-2
This commit is contained in:
parent
f283a78ed8
commit
1de473c188
1 changed files with 5 additions and 7 deletions
|
@ -1,27 +1,25 @@
|
|||
# $Id: PKGBUILD 156933 2012-04-23 09:09:22Z ibiru $
|
||||
# Maintainer: Jan "heftig" Steffens <jan.steffens@gmail.com>
|
||||
# $Id: PKGBUILD 170001 2012-10-30 23:01:35Z heftig $
|
||||
# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
|
||||
# Maintainer: Ionut Biru <ibiru@archlinux.org>
|
||||
# Contributor: Michael Kanis <mkanis_at_gmx_dot_de>
|
||||
|
||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# - set --enable-compile-warnings=no in configure
|
||||
|
||||
plugrel=1
|
||||
|
||||
pkgname=mutter
|
||||
pkgver=3.4.1
|
||||
pkgver=3.6.1
|
||||
pkgrel=2
|
||||
pkgdesc="A window manager for GNOME"
|
||||
arch=(i686 x86_64)
|
||||
license=('GPL')
|
||||
depends=('clutter' 'dconf' 'gobject-introspection' 'gsettings-desktop-schemas' 'libcanberra' 'startup-notification' 'zenity')
|
||||
depends=('clutter' 'dconf' 'gobject-introspection' 'gsettings-desktop-schemas' 'libcanberra' 'startup-notification' 'zenity' 'libsm')
|
||||
makedepends=('intltool' 'gnome-doc-utils')
|
||||
url="http://www.gnome.org"
|
||||
groups=('gnome')
|
||||
options=('!libtool' '!emptydirs')
|
||||
install=mutter.install
|
||||
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
|
||||
sha256sums=('dbf08b014179980ab3d0cce645c5391c83b0ce070c73504feea8eec0ad000449')
|
||||
sha256sums=('4bec46ceb114a78d5f851823d8966b9b386a9319fbec740ff59bf5eb265d6637')
|
||||
|
||||
build() {
|
||||
cd "$pkgname-$pkgver"
|
||||
|
|
Loading…
Reference in a new issue