mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
extra/mutter to 3.15.91
This commit is contained in:
parent
462a809b32
commit
d2ce33bdc8
1 changed files with 5 additions and 7 deletions
|
@ -7,15 +7,13 @@
|
||||||
# - set --enable-compile-warnings=no in configure
|
# - set --enable-compile-warnings=no in configure
|
||||||
|
|
||||||
pkgname=mutter
|
pkgname=mutter
|
||||||
pkgver=3.14.3
|
pkgver=3.15.91
|
||||||
pkgrel=2
|
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'
|
depends=('clutter' 'dconf' 'gobject-introspection-runtime' 'gsettings-desktop-schemas' 'libcanberra' 'startup-notification' 'zenity' 'libsm' 'gnome-desktop' 'upower' 'libxkbcommon-x11' 'gnome-settings-daemon')
|
||||||
'startup-notification' 'zenity' 'libsm' 'gnome-desktop' 'upower' 'libxkbcommon-x11'
|
makedepends=('intltool' 'gnome-doc-utils' 'libxkbcommon-x11' 'gobject-introspection')
|
||||||
'gnome-settings-daemon')
|
|
||||||
makedepends=('intltool' 'gnome-doc-utils' 'libxkbcommon-x11')
|
|
||||||
conflicts=('mutter-wayland')
|
conflicts=('mutter-wayland')
|
||||||
replaces=('mutter-wayland')
|
replaces=('mutter-wayland')
|
||||||
url="http://www.gnome.org"
|
url="http://www.gnome.org"
|
||||||
|
@ -23,7 +21,7 @@ groups=('gnome')
|
||||||
options=('!emptydirs')
|
options=('!emptydirs')
|
||||||
install=mutter.install
|
install=mutter.install
|
||||||
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
|
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
|
||||||
sha256sums=('0b23a2d31980d9de8e92ef940e6f63e3ac0f6446e2afc69ecbc80163f6af3a23')
|
sha256sums=('8d1fcc496eae2d8de3b6d5ad41343e7d5e25f8ef5c45fd84539f2587578e92f1')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "$pkgname-$pkgver"
|
cd "$pkgname-$pkgver"
|
||||||
|
|
Loading…
Reference in a new issue