mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
extra/mutter to 3.14.1-1
This commit is contained in:
parent
55c3081a06
commit
e396a74077
1 changed files with 7 additions and 5 deletions
|
@ -7,19 +7,21 @@
|
|||
# - set --enable-compile-warnings=no in configure
|
||||
|
||||
pkgname=mutter
|
||||
pkgver=3.12.2
|
||||
pkgver=3.14.1
|
||||
pkgrel=1
|
||||
pkgdesc="A window manager for GNOME"
|
||||
arch=(i686 x86_64)
|
||||
license=('GPL')
|
||||
depends=('clutter' 'dconf' 'gobject-introspection' 'gsettings-desktop-schemas' 'libcanberra' 'startup-notification' 'zenity' 'libsm' 'gnome-desktop' 'upower')
|
||||
makedepends=('intltool' 'gnome-doc-utils')
|
||||
depends=('clutter' 'dconf' 'gobject-introspection' 'gsettings-desktop-schemas' 'libcanberra' 'startup-notification' 'zenity' 'libsm' 'gnome-desktop' 'upower' 'libxkbcommon-x11')
|
||||
makedepends=('intltool' 'gnome-doc-utils' 'libxkbcommon-x11')
|
||||
conflicts=('mutter-wayland')
|
||||
replaces=('mutter-wayland')
|
||||
url="http://www.gnome.org"
|
||||
groups=('gnome')
|
||||
options=('!emptydirs')
|
||||
install=mutter.install
|
||||
source=("http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz")
|
||||
sha256sums=('e653cf3e8c29af8d8c086bebcaa06781c48695be949417b72278fee37fe9e173')
|
||||
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
|
||||
sha256sums=('6010d816327ebad1a0e81f0f9ea294517397a5c46128abc0a13d5156fdbfc0bf')
|
||||
|
||||
build() {
|
||||
cd "$pkgname-$pkgver"
|
||||
|
|
Loading…
Reference in a new issue