mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-06 23:47:10 +00:00
extra/mutter to 3.20.0-1
This commit is contained in:
parent
f173eb3bd4
commit
3406595693
1 changed files with 5 additions and 12 deletions
|
@ -7,28 +7,21 @@
|
|||
# - set --enable-compile-warnings=no in configure
|
||||
|
||||
pkgname=mutter
|
||||
pkgver=3.18.3
|
||||
pkgrel=2
|
||||
pkgver=3.20.0
|
||||
pkgrel=1
|
||||
pkgdesc="A window manager for GNOME"
|
||||
arch=(i686 x86_64)
|
||||
license=('GPL')
|
||||
depends=('clutter' 'dconf' 'gobject-introspection-runtime' 'gsettings-desktop-schemas' 'libcanberra' 'startup-notification' 'zenity' 'libsm' 'gnome-desktop' 'upower' 'libxkbcommon-x11' 'gnome-settings-daemon' 'libgudev')
|
||||
makedepends=('intltool' 'libxkbcommon-x11' 'gobject-introspection')
|
||||
makedepends=('intltool' 'libxkbcommon-x11' 'gobject-introspection' 'python2')
|
||||
conflicts=('mutter-wayland')
|
||||
replaces=('mutter-wayland')
|
||||
url="http://www.gnome.org"
|
||||
groups=('gnome')
|
||||
options=('!emptydirs')
|
||||
install=mutter.install
|
||||
source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz
|
||||
pointer.patch)
|
||||
sha256sums=('58dd88d5596bb0377ae3aed692b306995de45aefae9e215cfaf4b13287526846'
|
||||
'e413bbdaa7195f4604b77eee7239bad234ba0888acf45cbf372b55928a821a4e')
|
||||
|
||||
prepare() {
|
||||
cd "$pkgname-$pkgver"
|
||||
patch -Np1 -i ../pointer.patch
|
||||
}
|
||||
source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
|
||||
sha256sums=('5644d297b69dd3fb465ed9d998e297667c06d9d372e49ded1d788548a38516f5')
|
||||
|
||||
build() {
|
||||
cd "$pkgname-$pkgver"
|
||||
|
|
Loading…
Reference in a new issue