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

Jan de Groot jgc at archlinux.org
Fri Mar 6 14:12:52 UTC 2015


    Date: Friday, March 6, 2015 @ 15:12:52
  Author: jgc
Revision: 232940

upgpkg: clutter 1.21.6-1

Modified:
  clutter/trunk/PKGBUILD

----------+
 PKGBUILD |   30 +++++-------------------------
 1 file changed, 5 insertions(+), 25 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-03-06 13:12:26 UTC (rev 232939)
+++ PKGBUILD	2015-03-06 14:12:52 UTC (rev 232940)
@@ -4,37 +4,17 @@
 # Contributor: William Rea <sillywilly at gmail.com>
 
 pkgname=clutter
-pkgver=1.20.0
-pkgrel=3
+pkgver=1.21.6
+pkgrel=1
 pkgdesc="A GObject based library for creating fast, visually rich graphical user interfaces"
 arch=('i686' 'x86_64')
 url="http://clutter-project.org/"
 license=('LGPL')
 depends=('cogl' 'mesa' 'json-glib' 'atk' 'libxi' 'libxkbcommon' 'libinput')
-makedepends=('gobject-introspection' 'python2')
-source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz
-        closure-annotation.patch
-        evdev-flush-event-queue.patch
-        dont-update-pangocontext.patch
-        create-pangocontext-per-actor.patch
-        libinput08.patch)
-sha256sums=('cc940809e6e1469ce349c4bddb0cbcc2c13c087d4fc15cda9278d855ee2d1293'
-            'af2931bfd1f444244edd84e49e926ee82d434703d56ae77759ce0635f5f72475'
-            '0d2508da28d5032c4ec7531396f490e4f16c98cbf99fae3c878ed3012f65dcba'
-            'cdee1e269e0c11ceea3b32a3345f62e052516bb4e4be6337ae4bfec735c8750f'
-            'a3e0a47f0fe5bff8bc1170cf07c16ca6722ea49b00c704d4d00b16e2781923cd'
-            '219ffb7eb7570970834f636edf6f3ad67977f5ca337dc617fc877d1cf4e998d9')
+makedepends=('gobject-introspection')
+source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('4546561d88b7a53128025307786c040eb5dbfe6e08dd237652317f8e832f1879')
 
-prepare() {
-  cd $pkgname-$pkgver
-  patch -Np1 -i ../closure-annotation.patch
-  patch -Np1 -i ../evdev-flush-event-queue.patch
-  patch -Np1 -i ../dont-update-pangocontext.patch
-  patch -Np1 -i ../create-pangocontext-per-actor.patch
-  patch -Np1 -i ../libinput08.patch
-  autoreconf -fi
-}
-
 build() {
   cd "$pkgname-$pkgver"
   ./configure --prefix=/usr --enable-introspection \



More information about the arch-commits mailing list