[arch-commits] Commit in mutter/trunk (PKGBUILD)

Jan de Groot jgc at archlinux.org
Tue Mar 22 20:04:57 UTC 2016


    Date: Tuesday, March 22, 2016 @ 21:04:57
  Author: jgc
Revision: 262410

upgpkg: mutter 3.20.0-1

Modified:
  mutter/trunk/PKGBUILD

----------+
 PKGBUILD |   17 +++++------------
 1 file changed, 5 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-03-22 19:58:55 UTC (rev 262409)
+++ PKGBUILD	2016-03-22 20:04:57 UTC (rev 262410)
@@ -4,13 +4,13 @@
 # Contributor: Michael Kanis <mkanis_at_gmx_dot_de>
 
 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"
@@ -17,16 +17,9 @@
 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')
+source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('5644d297b69dd3fb465ed9d998e297667c06d9d372e49ded1d788548a38516f5')
 
-prepare() {
-  cd "$pkgname-$pkgver"
-  patch -Np1 -i ../pointer.patch
-}
-
 build() {
   cd "$pkgname-$pkgver"
   ./configure --prefix=/usr --sysconfdir=/etc \



More information about the arch-commits mailing list