mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
extra/mutter to 3.10.0.1-1
This commit is contained in:
parent
be96d4f729
commit
5ba448c4d3
1 changed files with 4 additions and 4 deletions
|
@ -7,19 +7,19 @@
|
||||||
# - set --enable-compile-warnings=no in configure
|
# - set --enable-compile-warnings=no in configure
|
||||||
|
|
||||||
pkgname=mutter
|
pkgname=mutter
|
||||||
pkgver=3.8.4
|
pkgver=3.10.0.1
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="A window manager for GNOME"
|
pkgdesc="A window manager for GNOME"
|
||||||
arch=(i686 x86_64)
|
arch=(i686 x86_64)
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
depends=('clutter' 'dconf' 'gobject-introspection' 'gsettings-desktop-schemas' 'libcanberra' 'startup-notification' 'zenity' 'libsm')
|
depends=('clutter' 'dconf' 'gobject-introspection' 'gsettings-desktop-schemas' 'libcanberra' 'startup-notification' 'zenity' 'libsm' 'gnome-desktop' 'upower')
|
||||||
makedepends=('intltool' 'gnome-doc-utils')
|
makedepends=('intltool' 'gnome-doc-utils')
|
||||||
url="http://www.gnome.org"
|
url="http://www.gnome.org"
|
||||||
groups=('gnome')
|
groups=('gnome')
|
||||||
options=('!libtool' '!emptydirs')
|
options=('!libtool' '!emptydirs')
|
||||||
install=mutter.install
|
install=mutter.install
|
||||||
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
|
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
|
||||||
sha256sums=('efe28bb665fd43d97b20c57bb1d1dc0a7e98919b6ad4b770bfd7ec5576e29454')
|
sha256sums=('2d1288727d60b45c4d902101b805c89fa93f7a6b147bb4a7d3d99f990680b203')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "$pkgname-$pkgver"
|
cd "$pkgname-$pkgver"
|
||||||
|
|
Loading…
Reference in a new issue