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

2020-03-09 Thread Jan Steffens via arch-commits
Date: Monday, March 9, 2020 @ 22:18:46
  Author: heftig
Revision: 377230

run tests

Modified:
  clutter/trunk/PKGBUILD

--+
 PKGBUILD |6 ++
 1 file changed, 6 insertions(+)

Modified: PKGBUILD
===
--- PKGBUILD2020-03-09 21:47:22 UTC (rev 377229)
+++ PKGBUILD2020-03-09 22:18:46 UTC (rev 377230)
@@ -12,6 +12,7 @@
 license=(LGPL)
 depends=(gtk3 cogl libinput)
 makedepends=(gobject-introspection gtk-doc git)
+checkdepends=(xorg-server-xvfb)
 _commit=fd85623d34a54b3f5607011086cf19cb2c756a6a  # tags/1.26.4^0
 source=("git+https://gitlab.gnome.org/GNOME/clutter.git#commit=$_commit;)
 sha256sums=('SKIP')
@@ -44,6 +45,11 @@
   make
 }
 
+check() {
+  cd $pkgname
+  xvfb-run -s '-screen 0 1920x1080x24 -nolisten local +iglx -noreset' make 
check
+}
+
 package() {
   depends+=(libcogl{,-pango,-path}.so)
   provides+=(libclutter-1.0.so)


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

2020-03-09 Thread Jan Steffens via arch-commits
Date: Monday, March 9, 2020 @ 19:00:41
  Author: heftig
Revision: 377220

1.26.4-1

Modified:
  clutter/trunk/PKGBUILD

--+
 PKGBUILD |   11 +++
 1 file changed, 7 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-03-09 18:13:34 UTC (rev 377219)
+++ PKGBUILD2020-03-09 19:00:41 UTC (rev 377220)
@@ -4,8 +4,8 @@
 # Contributor: William Rea 
 
 pkgname=clutter
-pkgver=1.26.2
-pkgrel=2
+pkgver=1.26.4
+pkgrel=1
 pkgdesc="A toolkit for creating fast, portable, compelling dynamic UIs"
 url="https://blogs.gnome.org/clutter/;
 arch=(x86_64)
@@ -12,7 +12,7 @@
 license=(LGPL)
 depends=(gtk3 cogl libinput)
 makedepends=(gobject-introspection gtk-doc git)
-_commit=2faa83baf3ce9b9c94635311ad79944ab2a73c84  # tags/1.26.2^0
+_commit=fd85623d34a54b3f5607011086cf19cb2c756a6a  # tags/1.26.4^0
 source=("git+https://gitlab.gnome.org/GNOME/clutter.git#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -27,7 +27,7 @@
 }
 
 build() {
-  cd "$pkgname"
+  cd $pkgname
   ./configure --prefix=/usr \
 --enable-introspection \
 --enable-egl-backend \
@@ -45,6 +45,9 @@
 }
 
 package() {
+  depends+=(libcogl{,-pango,-path}.so)
+  provides+=(libclutter-1.0.so)
+
   cd "$pkgname"
   make DESTDIR="$pkgdir" install
 }


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

2018-11-09 Thread Evangelos Foutras via arch-commits
Date: Saturday, November 10, 2018 @ 00:48:59
  Author: foutrelis
Revision: 338884

PIE/BUILDINFO rebuild

Modified:
  clutter/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-11-10 00:45:02 UTC (rev 338883)
+++ PKGBUILD2018-11-10 00:48:59 UTC (rev 338884)
@@ -5,7 +5,7 @@
 
 pkgname=clutter
 pkgver=1.26.2
-pkgrel=1
+pkgrel=2
 pkgdesc="A toolkit for creating fast, portable, compelling dynamic UIs"
 url="https://blogs.gnome.org/clutter/;
 arch=(x86_64)


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

2018-09-04 Thread Jan Steffens via arch-commits
Date: Wednesday, September 5, 2018 @ 00:51:27
  Author: heftig
Revision: 73

source,Id

Modified:
  clutter/trunk/PKGBUILD(contents, properties)

--+
 PKGBUILD |6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-09-05 00:49:23 UTC (rev 72)
+++ PKGBUILD2018-09-05 00:51:27 UTC (rev 73)
@@ -1,4 +1,4 @@
-# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
 # Maintainer: Jan de Groot 
 # Contributor: Sergej Pupykin 
 # Contributor: William Rea 
@@ -13,7 +13,7 @@
 depends=(gtk3 cogl libinput)
 makedepends=(gobject-introspection gtk-doc git)
 _commit=2faa83baf3ce9b9c94635311ad79944ab2a73c84  # tags/1.26.2^0
-source=("git+https://git.gnome.org/browse/clutter#commit=$_commit;)
+source=("git+https://gitlab.gnome.org/GNOME/clutter.git#commit=$_commit;)
 sha256sums=('SKIP')
 
 pkgver() {
@@ -48,3 +48,5 @@
   cd "$pkgname"
   make DESTDIR="$pkgdir" install
 }
+
+# vim:set sw=2 et:


Property changes on: clutter/trunk/PKGBUILD
___
Deleted: svn:keywords
## -1 +0,0 ##
-Id
\ No newline at end of property


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

2017-05-13 Thread Jan Steffens
Date: Saturday, May 13, 2017 @ 10:12:08
  Author: heftig
Revision: 295884

1.26.2-1

Modified:
  clutter/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-05-13 09:44:35 UTC (rev 295883)
+++ PKGBUILD2017-05-13 10:12:08 UTC (rev 295884)
@@ -4,7 +4,7 @@
 # Contributor: William Rea 
 
 pkgname=clutter
-pkgver=1.26.0+35+g9c4330b6d
+pkgver=1.26.2
 pkgrel=1
 pkgdesc="A toolkit for creating fast, portable, compelling dynamic UIs"
 url="https://blogs.gnome.org/clutter/;
@@ -12,7 +12,7 @@
 license=(LGPL)
 depends=(gtk3 cogl libinput)
 makedepends=(gobject-introspection gtk-doc git)
-_commit=9c4330b6ddbae230de8b25610e59af143e38b2ab  # master
+_commit=2faa83baf3ce9b9c94635311ad79944ab2a73c84  # tags/1.26.2^0
 source=("git+https://git.gnome.org/browse/clutter#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2017-04-05 Thread Jan Steffens
Date: Wednesday, April 5, 2017 @ 14:33:10
  Author: heftig
Revision: 292150

1.26.0+35+g9c4330b6d-1

Modified:
  clutter/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-04-05 14:32:58 UTC (rev 292149)
+++ PKGBUILD2017-04-05 14:33:10 UTC (rev 292150)
@@ -4,16 +4,16 @@
 # Contributor: William Rea 
 
 pkgname=clutter
-pkgver=1.26.0+24+g79da526
+pkgver=1.26.0+35+g9c4330b6d
 pkgrel=1
 pkgdesc="A toolkit for creating fast, portable, compelling dynamic UIs"
+url="https://blogs.gnome.org/clutter/;
 arch=(i686 x86_64)
-url="http://clutter-project.org/;
 license=(LGPL)
 depends=(gtk3 cogl libinput)
 makedepends=(gobject-introspection gtk-doc git)
-_commit=79da526145de3033e01eb1de6d6ec712639a7ea5
-source=("git://git.gnome.org/clutter#commit=$_commit")
+_commit=9c4330b6ddbae230de8b25610e59af143e38b2ab  # master
+source=("git+https://git.gnome.org/browse/clutter#commit=$_commit;)
 sha256sums=('SKIP')
 
 pkgver() {


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

2016-09-23 Thread Jan Steffens
Date: Saturday, September 24, 2016 @ 01:25:09
  Author: heftig
Revision: 276900

1.26.0+24+g79da526-1

Modified:
  clutter/trunk/PKGBUILD

--+
 PKGBUILD |   31 +--
 1 file changed, 21 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-09-24 01:18:52 UTC (rev 276899)
+++ PKGBUILD2016-09-24 01:25:09 UTC (rev 276900)
@@ -4,19 +4,30 @@
 # Contributor: William Rea 
 
 pkgname=clutter
-pkgver=1.26.0
+pkgver=1.26.0+24+g79da526
 pkgrel=1
-pkgdesc="A GObject based library for creating fast, visually rich graphical 
user interfaces"
-arch=('i686' 'x86_64')
+pkgdesc="A toolkit for creating fast, portable, compelling dynamic UIs"
+arch=(i686 x86_64)
 url="http://clutter-project.org/;
-license=('LGPL')
-depends=('gtk3' 'cogl' 'libinput')
-makedepends=('gobject-introspection' 'gtk-doc')
-source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('67514e7824b3feb4723164084b36d6ce1ae41cb3a9897e9f1a56c8334993ce06')
+license=(LGPL)
+depends=(gtk3 cogl libinput)
+makedepends=(gobject-introspection gtk-doc git)
+_commit=79da526145de3033e01eb1de6d6ec712639a7ea5
+source=("git://git.gnome.org/clutter#commit=$_commit")
+sha256sums=('SKIP')
 
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
 build() {
-  cd "$pkgname-$pkgver"
+  cd "$pkgname"
   ./configure --prefix=/usr \
 --enable-introspection \
 --enable-egl-backend \
@@ -34,6 +45,6 @@
 }
 
 package() {
-  cd "$pkgname-$pkgver"
+  cd "$pkgname"
   make DESTDIR="$pkgdir" install
 }


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

2016-03-21 Thread Jan de Groot
Date: Monday, March 21, 2016 @ 15:51:05
  Author: jgc
Revision: 262184

upgpkg: clutter 1.26.0-1

Modified:
  clutter/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-21 14:41:18 UTC (rev 262183)
+++ PKGBUILD2016-03-21 14:51:05 UTC (rev 262184)
@@ -4,7 +4,7 @@
 # Contributor: William Rea 
 
 pkgname=clutter
-pkgver=1.25.6
+pkgver=1.26.0
 pkgrel=1
 pkgdesc="A GObject based library for creating fast, visually rich graphical 
user interfaces"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 depends=('gtk3' 'cogl' 'libinput')
 makedepends=('gobject-introspection' 'gtk-doc')
 
source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('5f705785d9ab338d54abe0643a9f8af8d79ea691418aff22cfa692995bff1e80')
+sha256sums=('67514e7824b3feb4723164084b36d6ce1ae41cb3a9897e9f1a56c8334993ce06')
 
 build() {
   cd "$pkgname-$pkgver"


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

2015-10-13 Thread Jan Steffens
Date: Tuesday, October 13, 2015 @ 10:18:19
  Author: heftig
Revision: 249183

1.24.2

Modified:
  clutter/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-10-13 08:18:13 UTC (rev 249182)
+++ PKGBUILD2015-10-13 08:18:19 UTC (rev 249183)
@@ -4,7 +4,7 @@
 # Contributor: William Rea 
 
 pkgname=clutter
-pkgver=1.24.0
+pkgver=1.24.2
 pkgrel=1
 pkgdesc="A GObject based library for creating fast, visually rich graphical 
user interfaces"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 depends=('gtk3' 'cogl' 'libinput')
 makedepends=('gobject-introspection' 'gtk-doc')
 
source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('85c87d5745b97af7633776419a47421aae7cea66c1b870f88cc5e06a4c5626e6')
+sha256sums=('9631c98cb4bcbfec15e1bbe9eaa6eef0f127201552fce40d7d28f2133803cd63')
 
 build() {
   cd "$pkgname-$pkgver"


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

2015-08-04 Thread Jan Steffens
Date: Wednesday, August 5, 2015 @ 02:38:34
  Author: heftig
Revision: 243038

Ensure docs are regenerated

Modified:
  clutter/trunk/PKGBUILD

--+
 PKGBUILD |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-08-04 23:59:30 UTC (rev 243037)
+++ PKGBUILD2015-08-05 00:38:34 UTC (rev 243038)
@@ -24,7 +24,8 @@
 --enable-wayland-backend \
 --enable-x11-backend \
 --enable-evdev-input \
---enable-wayland-compositor
+--enable-wayland-compositor \
+--enable-gtk-doc
 
   # https://bugzilla.gnome.org/show_bug.cgi?id=655517
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool


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

2015-06-30 Thread Jan Steffens
Date: Tuesday, June 30, 2015 @ 13:40:15
  Author: heftig
Revision: 241427

1.22.4

Modified:
  clutter/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-06-30 11:40:01 UTC (rev 241426)
+++ PKGBUILD2015-06-30 11:40:15 UTC (rev 241427)
@@ -4,7 +4,7 @@
 # Contributor: William Rea sillywi...@gmail.com
 
 pkgname=clutter
-pkgver=1.22.2
+pkgver=1.22.4
 pkgrel=1
 pkgdesc=A GObject based library for creating fast, visually rich graphical 
user interfaces
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 depends=('gtk3' 'cogl' 'libinput')
 makedepends=('gobject-introspection' 'gtk-doc')
 
source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('8e69d21d9f7e8e89eafc072e2615c289903260c470af39bcb578b081139c11ac')
+sha256sums=('1d77ce16025f87667a1d00dc4fa617a1935156f63fd17635fdadf138866c9e1e')
 
 build() {
   cd $pkgname-$pkgver


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

2015-05-12 Thread Jan Steffens
Date: Tuesday, May 12, 2015 @ 22:33:21
  Author: heftig
Revision: 239234

1.22.2

Modified:
  clutter/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-05-12 20:32:00 UTC (rev 239233)
+++ PKGBUILD2015-05-12 20:33:21 UTC (rev 239234)
@@ -4,8 +4,8 @@
 # Contributor: William Rea sillywi...@gmail.com
 
 pkgname=clutter
-pkgver=1.22.0
-pkgrel=2
+pkgver=1.22.2
+pkgrel=1
 pkgdesc=A GObject based library for creating fast, visually rich graphical 
user interfaces
 arch=('i686' 'x86_64')
 url=http://clutter-project.org/;
@@ -13,7 +13,7 @@
 depends=('gtk3' 'cogl' 'libinput')
 makedepends=('gobject-introspection' 'gtk-doc')
 
source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('5225fef91f717118654a5b98e24f2018d09ca3c37d61ecff84f77069de0fbf54')
+sha256sums=('8e69d21d9f7e8e89eafc072e2615c289903260c470af39bcb578b081139c11ac')
 
 build() {
   cd $pkgname-$pkgver


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

2015-04-09 Thread Jan Steffens
Date: Thursday, April 9, 2015 @ 09:50:12
  Author: heftig
Revision: 235801

Enable GDK backend!

Modified:
  clutter/trunk/PKGBUILD

--+
 PKGBUILD |   15 ++-
 1 file changed, 10 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-04-09 07:15:35 UTC (rev 235800)
+++ PKGBUILD2015-04-09 07:50:12 UTC (rev 235801)
@@ -5,20 +5,25 @@
 
 pkgname=clutter
 pkgver=1.22.0
-pkgrel=1
+pkgrel=2
 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')
+depends=('gtk3' 'cogl' 'libinput')
+makedepends=('gobject-introspection' 'gtk-doc')
 
source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
 sha256sums=('5225fef91f717118654a5b98e24f2018d09ca3c37d61ecff84f77069de0fbf54')
 
 build() {
   cd $pkgname-$pkgver
-  ./configure --prefix=/usr --enable-introspection \
---enable-wayland-backend --enable-egl-backend --enable-evdev-input \
+  ./configure --prefix=/usr \
+--enable-introspection \
+--enable-egl-backend \
+--enable-gdk-backend \
+--enable-wayland-backend \
+--enable-x11-backend \
+--enable-evdev-input \
 --enable-wayland-compositor
 
   # https://bugzilla.gnome.org/show_bug.cgi?id=655517


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

2015-03-23 Thread Jan de Groot
Date: Monday, March 23, 2015 @ 12:36:36
  Author: jgc
Revision: 234545

upgpkg: clutter 1.22.0-1

Modified:
  clutter/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-03-23 11:32:39 UTC (rev 234544)
+++ PKGBUILD2015-03-23 11:36:36 UTC (rev 234545)
@@ -4,7 +4,7 @@
 # Contributor: William Rea sillywi...@gmail.com
 
 pkgname=clutter
-pkgver=1.21.8
+pkgver=1.22.0
 pkgrel=1
 pkgdesc=A GObject based library for creating fast, visually rich graphical 
user interfaces
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 depends=('cogl' 'mesa' 'json-glib' 'atk' 'libxi' 'libxkbcommon' 'libinput')
 makedepends=('gobject-introspection')
 
source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('1235461a451b269b0539020100b11acab5dcf26e30226e14a016976ac94b51e8')
+sha256sums=('5225fef91f717118654a5b98e24f2018d09ca3c37d61ecff84f77069de0fbf54')
 
 build() {
   cd $pkgname-$pkgver


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

2015-03-19 Thread Jan de Groot
Date: Thursday, March 19, 2015 @ 12:46:45
  Author: jgc
Revision: 234142

upgpkg: clutter 1.21.8-1

Modified:
  clutter/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-03-19 08:53:41 UTC (rev 234141)
+++ PKGBUILD2015-03-19 11:46:45 UTC (rev 234142)
@@ -4,7 +4,7 @@
 # Contributor: William Rea sillywi...@gmail.com
 
 pkgname=clutter
-pkgver=1.21.6
+pkgver=1.21.8
 pkgrel=1
 pkgdesc=A GObject based library for creating fast, visually rich graphical 
user interfaces
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 depends=('cogl' 'mesa' 'json-glib' 'atk' 'libxi' 'libxkbcommon' 'libinput')
 makedepends=('gobject-introspection')
 
source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('4546561d88b7a53128025307786c040eb5dbfe6e08dd237652317f8e832f1879')
+sha256sums=('1235461a451b269b0539020100b11acab5dcf26e30226e14a016976ac94b51e8')
 
 build() {
   cd $pkgname-$pkgver


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

2015-03-06 Thread Jan de Groot
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
===
--- PKGBUILD2015-03-06 13:12:26 UTC (rev 232939)
+++ PKGBUILD2015-03-06 14:12:52 UTC (rev 232940)
@@ -4,37 +4,17 @@
 # Contributor: William Rea sillywi...@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 \


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

2015-01-17 Thread Jan Steffens
Date: Sunday, January 18, 2015 @ 01:19:49
  Author: heftig
Revision: 229503

libinput 0.8

Added:
  clutter/trunk/libinput08.patch
Modified:
  clutter/trunk/PKGBUILD

--+
 PKGBUILD |   12 ---
 libinput08.patch |   90 +
 2 files changed, 98 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-01-17 22:04:33 UTC (rev 229502)
+++ PKGBUILD2015-01-18 00:19:49 UTC (rev 229503)
@@ -5,7 +5,7 @@
 
 pkgname=clutter
 pkgver=1.20.0
-pkgrel=2
+pkgrel=3
 pkgdesc=A GObject based library for creating fast, visually rich graphical 
user interfaces
 arch=('i686' 'x86_64')
 url=http://clutter-project.org/;
@@ -12,16 +12,18 @@
 license=('LGPL')
 depends=('cogl' 'mesa' 'json-glib' 'atk' 'libxi' 'libxkbcommon' 'libinput')
 makedepends=('gobject-introspection' 'python2')
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz
+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)
+create-pangocontext-per-actor.patch
+libinput08.patch)
 sha256sums=('cc940809e6e1469ce349c4bddb0cbcc2c13c087d4fc15cda9278d855ee2d1293'
 'af2931bfd1f444244edd84e49e926ee82d434703d56ae77759ce0635f5f72475'
 '0d2508da28d5032c4ec7531396f490e4f16c98cbf99fae3c878ed3012f65dcba'
 'cdee1e269e0c11ceea3b32a3345f62e052516bb4e4be6337ae4bfec735c8750f'
-'a3e0a47f0fe5bff8bc1170cf07c16ca6722ea49b00c704d4d00b16e2781923cd')
+'a3e0a47f0fe5bff8bc1170cf07c16ca6722ea49b00c704d4d00b16e2781923cd'
+'219ffb7eb7570970834f636edf6f3ad67977f5ca337dc617fc877d1cf4e998d9')
 
 prepare() {
   cd $pkgname-$pkgver
@@ -29,6 +31,8 @@
   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() {

Added: libinput08.patch
===
--- libinput08.patch(rev 0)
+++ libinput08.patch2015-01-18 00:19:49 UTC (rev 229503)
@@ -0,0 +1,90 @@
+From ede13b11d72a310e535f9a6f0b7e3f774f5529dc Mon Sep 17 00:00:00 2001
+From: Peter Hutterer peter.hutte...@who-t.net
+Date: Fri, 16 Jan 2015 01:03:52 +0100
+Subject: evdev: use libinput's new merged scroll events
+
+libinput's API changed from separate scroll events for vert/horiz scrolling to
+a single event that contains both axes if they changed.
+
+Updated by Armin K. to use the discrete axis value for wheel events as done
+in Weston.
+
+https://bugzilla.gnome.org/show_bug.cgi?id=742829
+
+diff --git a/clutter/evdev/clutter-device-manager-evdev.c 
b/clutter/evdev/clutter-device-manager-evdev.c
+index 7b48481..2b3828a 100644
+--- a/clutter/evdev/clutter-device-manager-evdev.c
 b/clutter/evdev/clutter-device-manager-evdev.c
+@@ -1191,29 +1191,43 @@ process_device_event (ClutterDeviceManagerEvdev 
*manager_evdev,
+ 
+ case LIBINPUT_EVENT_POINTER_AXIS:
+   {
+-gdouble value, dx = 0.0, dy = 0.0;
++gdouble dx = 0.0, dy = 0.0;
+ guint32 time;
++gboolean wheel = FALSE;
+ enum libinput_pointer_axis axis;
++enum libinput_pointer_axis_source source;
+ struct libinput_event_pointer *axis_event =
+   libinput_event_get_pointer_event (event);
++
+ device = libinput_device_get_user_data (libinput_device);
+ 
+ time = libinput_event_pointer_get_time (axis_event);
+-value = libinput_event_pointer_get_axis_value (axis_event);
+-axis = libinput_event_pointer_get_axis (axis_event);
++source = libinput_event_pointer_get_axis_source (axis_event);
+ 
+-switch (axis)
+-  {
+-  case LIBINPUT_POINTER_AXIS_SCROLL_VERTICAL:
+-dx = 0;
+-dy = value;
+-break;
++/* libinput  0.8 sent wheel click events with value 10. Since 0.8
++   the value is the angle of the click in degrees. To keep
++   backwards-compat with existing clients, we just send multiples of
++   the click count. */
++
++if (source == LIBINPUT_POINTER_AXIS_SOURCE_WHEEL)
++wheel = TRUE;
+ 
+-  case LIBINPUT_POINTER_AXIS_SCROLL_HORIZONTAL:
+-dx = value;
+-dy = 0;
+-break;
++axis = LIBINPUT_POINTER_AXIS_SCROLL_VERTICAL;
++if (libinput_event_pointer_has_axis (axis_event, axis))
++  {
++if (wheel)
++  dy = 10 * libinput_event_pointer_get_axis_value_discrete 
(axis_event, axis);
++else
++  dy = libinput_event_pointer_get_axis_value (axis_event, axis);
++  

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

2014-09-22 Thread Jan de Groot
Date: Monday, September 22, 2014 @ 13:32:35
  Author: jgc
Revision: 222639

upgpkg: clutter 1.20.0-1

Modified:
  clutter/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-09-22 11:29:40 UTC (rev 222638)
+++ PKGBUILD2014-09-22 11:32:35 UTC (rev 222639)
@@ -4,7 +4,7 @@
 # Contributor: William Rea sillywi...@gmail.com
 
 pkgname=clutter
-pkgver=1.19.10
+pkgver=1.20.0
 pkgrel=1
 pkgdesc=A GObject based library for creating fast, visually rich graphical 
user interfaces
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 depends=('cogl' 'mesa' 'json-glib' 'atk' 'libxi' 'libxkbcommon' 'libinput')
 makedepends=('gobject-introspection' 'python2')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('e3e099e07ba66d2b2d81616a9318cae98765f92c3be6039adcd09e3af6e7ec1c')
+sha256sums=('cc940809e6e1469ce349c4bddb0cbcc2c13c087d4fc15cda9278d855ee2d1293')
 
 build() {
   cd $pkgname-$pkgver



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

2014-09-17 Thread Jan de Groot
Date: Wednesday, September 17, 2014 @ 12:55:59
  Author: jgc
Revision: 221830

upgpkg: clutter 1.19.8-2

libinput rebuild

Modified:
  clutter/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-09-17 10:52:56 UTC (rev 221829)
+++ PKGBUILD2014-09-17 10:55:59 UTC (rev 221830)
@@ -5,7 +5,7 @@
 
 pkgname=clutter
 pkgver=1.19.8
-pkgrel=1
+pkgrel=2
 pkgdesc=A GObject based library for creating fast, visually rich graphical 
user interfaces
 arch=('i686' 'x86_64')
 url=http://clutter-project.org/;



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

2014-09-17 Thread Jan de Groot
Date: Wednesday, September 17, 2014 @ 23:02:00
  Author: jgc
Revision: 221863

upgpkg: clutter 1.19.10-1

Modified:
  clutter/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-09-17 20:32:55 UTC (rev 221862)
+++ PKGBUILD2014-09-17 21:02:00 UTC (rev 221863)
@@ -4,8 +4,8 @@
 # Contributor: William Rea sillywi...@gmail.com
 
 pkgname=clutter
-pkgver=1.19.8
-pkgrel=2
+pkgver=1.19.10
+pkgrel=1
 pkgdesc=A GObject based library for creating fast, visually rich graphical 
user interfaces
 arch=('i686' 'x86_64')
 url=http://clutter-project.org/;
@@ -13,7 +13,7 @@
 depends=('cogl' 'mesa' 'json-glib' 'atk' 'libxi' 'libxkbcommon' 'libinput')
 makedepends=('gobject-introspection' 'python2')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('d68786bba6af230176b5aaaf255d64ee27a7293e85ed2e064c1005939779b88c')
+sha256sums=('e3e099e07ba66d2b2d81616a9318cae98765f92c3be6039adcd09e3af6e7ec1c')
 
 build() {
   cd $pkgname-$pkgver



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

2014-08-20 Thread Jan Steffens
Date: Wednesday, August 20, 2014 @ 21:52:45
  Author: heftig
Revision: 220447

1.18.4

Modified:
  clutter/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-20 19:26:34 UTC (rev 220446)
+++ PKGBUILD2014-08-20 19:52:45 UTC (rev 220447)
@@ -4,7 +4,7 @@
 # Contributor: William Rea sillywi...@gmail.com
 
 pkgname=clutter
-pkgver=1.18.2
+pkgver=1.18.4
 pkgrel=1
 pkgdesc=A GObject based library for creating fast, visually rich graphical 
user interfaces
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 depends=('cogl' 'mesa' 'json-glib' 'atk' 'libxi' 'libxkbcommon' 'libinput')
 makedepends=('gobject-introspection')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('f9fe12e6148426063c90e67dfaeb56013bf1aea224ef502223d13eab6c1add63')
+sha256sums=('4eea1015cd6d4b4945cb5d4a60e52275b0d70e13852d6d99c9abc0cd4deeb60c')
 
 build() {
   cd $pkgname-$pkgver



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

2014-04-18 Thread Jan Steffens
Date: Friday, April 18, 2014 @ 13:06:59
  Author: heftig
Revision: 211211

1.18.2

Modified:
  clutter/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-04-18 11:05:40 UTC (rev 211210)
+++ PKGBUILD2014-04-18 11:06:59 UTC (rev 211211)
@@ -4,7 +4,7 @@
 # Contributor: William Rea sillywi...@gmail.com
 
 pkgname=clutter
-pkgver=1.18.0
+pkgver=1.18.2
 pkgrel=1
 pkgdesc=A GObject based library for creating fast, visually rich graphical 
user interfaces
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 depends=('cogl' 'mesa' 'json-glib' 'atk' 'libxi' 'libxkbcommon' 'libinput')
 makedepends=('gobject-introspection')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('937ac94d10d4562c67554dd3d087bf0859a3bf254922a226fc0c13a39a457869')
+sha256sums=('f9fe12e6148426063c90e67dfaeb56013bf1aea224ef502223d13eab6c1add63')
 
 build() {
   cd $pkgname-$pkgver



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

2014-03-24 Thread Jan de Groot
Date: Monday, March 24, 2014 @ 15:27:39
  Author: jgc
Revision: 208563

upgpkg: clutter 1.18.0-1

Modified:
  clutter/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-03-24 14:21:42 UTC (rev 208562)
+++ PKGBUILD2014-03-24 14:27:39 UTC (rev 208563)
@@ -4,16 +4,16 @@
 # Contributor: William Rea sillywi...@gmail.com
 
 pkgname=clutter
-pkgver=1.17.4
+pkgver=1.18.0
 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' 'libevdev')
+depends=('cogl' 'mesa' 'json-glib' 'atk' 'libxi' 'libxkbcommon' 'libinput')
 makedepends=('gobject-introspection')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('283e05620353b0737d3fa95f5bd73763b550ec5c74cc5690e7cc632a4c45757a')
+sha256sums=('937ac94d10d4562c67554dd3d087bf0859a3bf254922a226fc0c13a39a457869')
 
 build() {
   cd $pkgname-$pkgver



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

2014-03-08 Thread Andreas Radke
Date: Saturday, March 8, 2014 @ 17:55:25
  Author: andyrtr
Revision: 207407

put devel PKGBUILD back on top

Modified:
  clutter/trunk/PKGBUILD

--+
 PKGBUILD |   31 ---
 1 file changed, 4 insertions(+), 27 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-03-08 16:54:51 UTC (rev 207406)
+++ PKGBUILD2014-03-08 16:55:25 UTC (rev 207407)
@@ -4,8 +4,8 @@
 # Contributor: William Rea sillywi...@gmail.com
 
 pkgname=clutter
-pkgver=1.16.4
-pkgrel=3
+pkgver=1.17.4
+pkgrel=1
 pkgdesc=A GObject based library for creating fast, visually rich graphical 
user interfaces
 arch=('i686' 'x86_64')
 url=http://clutter-project.org/;
@@ -12,32 +12,9 @@
 license=('LGPL')
 depends=('cogl' 'mesa' 'json-glib' 'atk' 'libxi' 'libxkbcommon' 'libevdev')
 makedepends=('gobject-introspection')
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
-fix_buffer_age.patch
-unref_devices_on_removal.diff
-fix_a_segfault_on_device_removal.diff
-stop_using_deprecated_libevdev_api.diff)
-sha256sums=('cf50836ec5503577b73f75f984577610881b3e2ff7a327bb5b6918b431b51b65'
-'e254b26663c88dfba756934f011451c0551e52bb70e2de037835aea267ed7bda'
-'70494fe0b46bbe4157196fd855e3fcef0970e543979018df57676fea00dd38af'
-'a9dabecb727f23654ef622aef8bba92e3dd1381ef6257107da7a689766e9917c'
-'02768f0032f57939caa3f0695723fd3a6b4ab7bb33908ca50502dfc7f49e6c21')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('283e05620353b0737d3fa95f5bd73763b550ec5c74cc5690e7cc632a4c45757a')
 
-prepare() {
-  cd $pkgname-$pkgver
-  patch -Np1 -i ../fix_buffer_age.patch
-  
-  # fix build with libevdev = 1.0.x
-  # 
https://git.gnome.org/browse/clutter/commit/?h=clutter-1.18id=7d8f72a60e4087a4d9e48d3f0e38b669b3717243
-  patch -Np1 -i ../unref_devices_on_removal.diff
-  # 
https://git.gnome.org/browse/clutter/patch/?id=05e6bcc666e345ed4619c1a40a298212d1075b99
-  patch -Np1 -i ../fix_a_segfault_on_device_removal.diff
-  # 
https://git.gnome.org/browse/clutter/patch/?id=3cd9a70fea1ccf795419a1726c7c279b0aaf237e
-  patch -Np1 -i ../stop_using_deprecated_libevdev_api.diff
-  
-  autoreconf -vfi
-}
-
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr --enable-introspection \



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

2014-02-25 Thread Jan de Groot
Date: Tuesday, February 25, 2014 @ 10:09:29
  Author: jgc
Revision: 206378

upgpkg: clutter 1.17.4-1

Modified:
  clutter/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-02-25 09:02:52 UTC (rev 206377)
+++ PKGBUILD2014-02-25 09:09:29 UTC (rev 206378)
@@ -4,7 +4,7 @@
 # Contributor: William Rea sillywi...@gmail.com
 
 pkgname=clutter
-pkgver=1.16.4
+pkgver=1.17.4
 pkgrel=1
 pkgdesc=A GObject based library for creating fast, visually rich graphical 
user interfaces
 arch=('i686' 'x86_64')
@@ -12,8 +12,8 @@
 license=('LGPL')
 depends=('cogl' 'mesa' 'json-glib' 'atk' 'libxi' 'libxkbcommon' 'libevdev')
 makedepends=('gobject-introspection')
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('cf50836ec5503577b73f75f984577610881b3e2ff7a327bb5b6918b431b51b65')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('283e05620353b0737d3fa95f5bd73763b550ec5c74cc5690e7cc632a4c45757a')
 
 build() {
   cd $pkgname-$pkgver



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

2014-01-24 Thread Jan Steffens
Date: Saturday, January 25, 2014 @ 00:19:53
  Author: heftig
Revision: 204684

1.16.4

Modified:
  clutter/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-01-24 22:03:49 UTC (rev 204683)
+++ PKGBUILD2014-01-24 23:19:53 UTC (rev 204684)
@@ -4,7 +4,7 @@
 # Contributor: William Rea sillywi...@gmail.com
 
 pkgname=clutter
-pkgver=1.16.2
+pkgver=1.16.4
 pkgrel=1
 pkgdesc=A GObject based library for creating fast, visually rich graphical 
user interfaces
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 depends=('cogl' 'mesa' 'json-glib' 'atk' 'libxi' 'libxkbcommon' 'libevdev')
 makedepends=('gobject-introspection')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('0cb7e88c80f43fc7fb869fc6d34c42e98aa1a0ef7aa02e6aeef1b099ad33df42')
+sha256sums=('cf50836ec5503577b73f75f984577610881b3e2ff7a327bb5b6918b431b51b65')
 
 build() {
   cd $pkgname-$pkgver



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

2013-11-18 Thread Jan Steffens
Date: Tuesday, November 19, 2013 @ 01:44:16
  Author: heftig
Revision: 199921

1.16.2

Modified:
  clutter/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-11-19 00:13:08 UTC (rev 199920)
+++ PKGBUILD2013-11-19 00:44:16 UTC (rev 199921)
@@ -4,7 +4,7 @@
 # Contributor: William Rea sillywi...@gmail.com
 
 pkgname=clutter
-pkgver=1.16.0
+pkgver=1.16.2
 pkgrel=1
 pkgdesc=A GObject based library for creating fast, visually rich graphical 
user interfaces
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 depends=('cogl' 'mesa' 'json-glib' 'atk' 'libxi' 'libxkbcommon' 'libevdev')
 makedepends=('gobject-introspection')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('a213c7859051d6d19b5550c7e433757a35aa8e2b61a43d2eae83dd87912ea8ae')
+sha256sums=('0cb7e88c80f43fc7fb869fc6d34c42e98aa1a0ef7aa02e6aeef1b099ad33df42')
 
 build() {
   cd $pkgname-$pkgver



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

2013-09-24 Thread Jan de Groot
Date: Tuesday, September 24, 2013 @ 09:52:42
  Author: jgc
Revision: 194902

upgpkg: clutter 1.16.0-1

Modified:
  clutter/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-09-24 07:48:55 UTC (rev 194901)
+++ PKGBUILD2013-09-24 07:52:42 UTC (rev 194902)
@@ -4,8 +4,8 @@
 # Contributor: William Rea sillywi...@gmail.com
 
 pkgname=clutter
-pkgver=1.15.96
-pkgrel=2
+pkgver=1.16.0
+pkgrel=1
 pkgdesc=A GObject based library for creating fast, visually rich graphical 
user interfaces
 arch=('i686' 'x86_64')
 url=http://clutter-project.org/;
@@ -14,7 +14,7 @@
 depends=('cogl' 'mesa' 'json-glib' 'atk' 'libxi' 'libxkbcommon' 'libevdev')
 makedepends=('gobject-introspection')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('7b8383f49e596be3dae6ba5d6dd6f3708b2530d6cab8a6fd425206ecd900284f')
+sha256sums=('a213c7859051d6d19b5550c7e433757a35aa8e2b61a43d2eae83dd87912ea8ae')
 
 build() {
   cd $pkgname-$pkgver



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

2013-09-23 Thread Jan de Groot
Date: Monday, September 23, 2013 @ 16:33:40
  Author: jgc
Revision: 194751

upgpkg: clutter 1.15.96-1

Modified:
  clutter/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-09-23 13:55:50 UTC (rev 194750)
+++ PKGBUILD2013-09-23 14:33:40 UTC (rev 194751)
@@ -4,7 +4,7 @@
 # Contributor: William Rea sillywi...@gmail.com
 
 pkgname=clutter
-pkgver=1.15.92
+pkgver=1.15.96
 pkgrel=1
 pkgdesc=A GObject based library for creating fast, visually rich graphical 
user interfaces
 arch=('i686' 'x86_64')
@@ -11,10 +11,10 @@
 url=http://clutter-project.org/;
 options=('!libtool')
 license=('LGPL')
-depends=('cogl' 'mesa' 'json-glib' 'atk' 'libxi' 'libxkbcommon')
+depends=('cogl' 'mesa' 'json-glib' 'atk' 'libxi' 'libxkbcommon' 'libevdev')
 makedepends=('gobject-introspection')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('e164b048c2da5d87023f722f689edea14d10a8051c8cde305c15c2d436d5297d')
+sha256sums=('7b8383f49e596be3dae6ba5d6dd6f3708b2530d6cab8a6fd425206ecd900284f')
 
 build() {
   cd $pkgname-$pkgver



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

2013-09-23 Thread Jan Steffens
Date: Monday, September 23, 2013 @ 21:06:13
  Author: heftig
Revision: 194834

enable compositor support

Modified:
  clutter/trunk/PKGBUILD

--+
 PKGBUILD |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-09-23 18:56:18 UTC (rev 194833)
+++ PKGBUILD2013-09-23 19:06:13 UTC (rev 194834)
@@ -5,7 +5,7 @@
 
 pkgname=clutter
 pkgver=1.15.96
-pkgrel=1
+pkgrel=2
 pkgdesc=A GObject based library for creating fast, visually rich graphical 
user interfaces
 arch=('i686' 'x86_64')
 url=http://clutter-project.org/;
@@ -19,7 +19,8 @@
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr --enable-introspection \
---enable-wayland-backend --enable-egl-backend --enable-evdev-input
+--enable-wayland-backend --enable-egl-backend --enable-evdev-input \
+--enable-wayland-compositor
 
   # https://bugzilla.gnome.org/show_bug.cgi?id=655517
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool



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

2013-09-16 Thread Jan de Groot
Date: Monday, September 16, 2013 @ 15:25:25
  Author: jgc
Revision: 194447

upgpkg: clutter 1.15.92-1

Modified:
  clutter/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-09-16 13:21:15 UTC (rev 194446)
+++ PKGBUILD2013-09-16 13:25:25 UTC (rev 194447)
@@ -4,8 +4,8 @@
 # Contributor: William Rea sillywi...@gmail.com
 
 pkgname=clutter
-pkgver=1.14.4
-pkgrel=3
+pkgver=1.15.92
+pkgrel=1
 pkgdesc=A GObject based library for creating fast, visually rich graphical 
user interfaces
 arch=('i686' 'x86_64')
 url=http://clutter-project.org/;
@@ -14,7 +14,7 @@
 depends=('cogl' 'mesa' 'json-glib' 'atk' 'libxi' 'libxkbcommon')
 makedepends=('gobject-introspection')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('c996d91fff6fff24d9e23dcd545439ebc6b999fb1cf9ee44c28ca54c49c0ee1c')
+sha256sums=('e164b048c2da5d87023f722f689edea14d10a8051c8cde305c15c2d436d5297d')
 
 build() {
   cd $pkgname-$pkgver



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

2013-07-15 Thread Jan Steffens
Date: Monday, July 15, 2013 @ 21:50:59
  Author: heftig
Revision: 190111

strip compositor support, broke with wayland 1.2

Modified:
  clutter/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-07-15 19:45:46 UTC (rev 190110)
+++ PKGBUILD2013-07-15 19:50:59 UTC (rev 190111)
@@ -5,7 +5,7 @@
 
 pkgname=clutter
 pkgver=1.14.4
-pkgrel=2
+pkgrel=3
 pkgdesc=A GObject based library for creating fast, visually rich graphical 
user interfaces
 arch=('i686' 'x86_64')
 url=http://clutter-project.org/;
@@ -19,7 +19,7 @@
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr --enable-introspection \
---enable-wayland-{backend,compositor} --enable-egl-backend 
--enable-evdev-input
+--enable-wayland-backend --enable-egl-backend --enable-evdev-input
 
   # https://bugzilla.gnome.org/show_bug.cgi?id=655517
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool



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

2013-05-30 Thread Jan Steffens
Date: Thursday, May 30, 2013 @ 14:15:45
  Author: heftig
Revision: 186653

reduce overlinking

Modified:
  clutter/trunk/PKGBUILD

--+
 PKGBUILD |6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-30 12:14:22 UTC (rev 186652)
+++ PKGBUILD2013-05-30 12:15:45 UTC (rev 186653)
@@ -5,7 +5,7 @@
 
 pkgname=clutter
 pkgver=1.14.4
-pkgrel=1
+pkgrel=2
 pkgdesc=A GObject based library for creating fast, visually rich graphical 
user interfaces
 arch=('i686' 'x86_64')
 url=http://clutter-project.org/;
@@ -20,6 +20,10 @@
   cd $pkgname-$pkgver
   ./configure --prefix=/usr --enable-introspection \
 --enable-wayland-{backend,compositor} --enable-egl-backend 
--enable-evdev-input
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
   make
 }
 



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

2013-05-15 Thread Jan Steffens
Date: Wednesday, May 15, 2013 @ 09:13:43
  Author: heftig
Revision: 185559

1.14.4

Modified:
  clutter/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-15 07:08:17 UTC (rev 185558)
+++ PKGBUILD2013-05-15 07:13:43 UTC (rev 185559)
@@ -4,8 +4,8 @@
 # Contributor: William Rea sillywi...@gmail.com
 
 pkgname=clutter
-pkgver=1.14.2
-pkgrel=2
+pkgver=1.14.4
+pkgrel=1
 pkgdesc=A GObject based library for creating fast, visually rich graphical 
user interfaces
 arch=('i686' 'x86_64')
 url=http://clutter-project.org/;
@@ -14,7 +14,7 @@
 depends=('cogl' 'mesa' 'json-glib' 'atk' 'libxi' 'libxkbcommon')
 makedepends=('gobject-introspection')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('b2bdf7090f7ba34a69e07a58d43ff8088c81d6dbb56677ae4b103b6cba1920a8')
+sha256sums=('c996d91fff6fff24d9e23dcd545439ebc6b999fb1cf9ee44c28ca54c49c0ee1c')
 
 build() {
   cd $pkgname-$pkgver



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

2013-04-20 Thread Jan Steffens
Date: Saturday, April 20, 2013 @ 16:24:27
  Author: heftig
Revision: 183272

enable wayland, egl, and evdev

Modified:
  clutter/trunk/PKGBUILD

--+
 PKGBUILD |7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-20 14:19:01 UTC (rev 183271)
+++ PKGBUILD2013-04-20 14:24:27 UTC (rev 183272)
@@ -5,20 +5,21 @@
 
 pkgname=clutter
 pkgver=1.14.2
-pkgrel=1
+pkgrel=2
 pkgdesc=A GObject based library for creating fast, visually rich graphical 
user interfaces
 arch=('i686' 'x86_64')
 url=http://clutter-project.org/;
 options=('!libtool')
 license=('LGPL')
-depends=('cogl' 'mesa' 'json-glib' 'atk' 'libxi')
+depends=('cogl' 'mesa' 'json-glib' 'atk' 'libxi' 'libxkbcommon')
 makedepends=('gobject-introspection')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
 sha256sums=('b2bdf7090f7ba34a69e07a58d43ff8088c81d6dbb56677ae4b103b6cba1920a8')
 
 build() {
   cd $pkgname-$pkgver
-  ./configure --prefix=/usr --enable-introspection
+  ./configure --prefix=/usr --enable-introspection \
+--enable-wayland-{backend,compositor} --enable-egl-backend 
--enable-evdev-input
   make
 }
 



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

2013-04-17 Thread Jan de Groot
Date: Wednesday, April 17, 2013 @ 16:45:20
  Author: jgc
Revision: 183098

upgpkg: clutter 1.14.2-1

Modified:
  clutter/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-17 14:17:13 UTC (rev 183097)
+++ PKGBUILD2013-04-17 14:45:20 UTC (rev 183098)
@@ -4,7 +4,7 @@
 # Contributor: William Rea sillywi...@gmail.com
 
 pkgname=clutter
-pkgver=1.14.0
+pkgver=1.14.2
 pkgrel=1
 pkgdesc=A GObject based library for creating fast, visually rich graphical 
user interfaces
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 depends=('cogl' 'mesa' 'json-glib' 'atk' 'libxi')
 makedepends=('gobject-introspection')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('3b7a07373c27fad4f0cf59fd66a6855d66f9a42b7b570a00ca51a8b488af64d5')
+sha256sums=('b2bdf7090f7ba34a69e07a58d43ff8088c81d6dbb56677ae4b103b6cba1920a8')
 
 build() {
   cd $pkgname-$pkgver



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

2013-03-25 Thread Jan de Groot
Date: Monday, March 25, 2013 @ 23:10:39
  Author: jgc
Revision: 180701

upgpkg: clutter 1.14.0-1

Modified:
  clutter/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-25 22:05:42 UTC (rev 180700)
+++ PKGBUILD2013-03-25 22:10:39 UTC (rev 180701)
@@ -4,7 +4,7 @@
 # Contributor: William Rea sillywi...@gmail.com
 
 pkgname=clutter
-pkgver=1.13.10
+pkgver=1.14.0
 pkgrel=1
 pkgdesc=A GObject based library for creating fast, visually rich graphical 
user interfaces
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 depends=('cogl' 'mesa' 'json-glib' 'atk' 'libxi')
 makedepends=('gobject-introspection')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('64a5da9869af2ee76129e2abb3aa01cde38adbb73691d1aaa69ee98fb479d9c2')
+sha256sums=('3b7a07373c27fad4f0cf59fd66a6855d66f9a42b7b570a00ca51a8b488af64d5')
 
 build() {
   cd $pkgname-$pkgver



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

2013-03-21 Thread Jan de Groot
Date: Thursday, March 21, 2013 @ 23:00:32
  Author: jgc
Revision: 180446

upgpkg: clutter 1.13.10-1

Modified:
  clutter/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-21 21:53:10 UTC (rev 180445)
+++ PKGBUILD2013-03-21 22:00:32 UTC (rev 180446)
@@ -4,7 +4,7 @@
 # Contributor: William Rea sillywi...@gmail.com
 
 pkgname=clutter
-pkgver=1.12.2
+pkgver=1.13.10
 pkgrel=1
 pkgdesc=A GObject based library for creating fast, visually rich graphical 
user interfaces
 arch=('i686' 'x86_64')
@@ -12,9 +12,9 @@
 options=('!libtool')
 license=('LGPL')
 depends=('cogl' 'mesa' 'json-glib' 'atk' 'libxi')
-makedepends=('gobject-introspection' 'mesa')
+makedepends=('gobject-introspection')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('27a8c4495099ea33de39c2d9a911a2c9e00ffa4dcc8f94fafedbcc752c0ddf13')
+sha256sums=('64a5da9869af2ee76129e2abb3aa01cde38adbb73691d1aaa69ee98fb479d9c2')
 
 build() {
   cd $pkgname-$pkgver



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

2012-10-17 Thread Jan Steffens
Date: Wednesday, October 17, 2012 @ 05:13:34
  Author: heftig
Revision: 168982

1.12.2

Modified:
  clutter/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-10-17 09:11:33 UTC (rev 168981)
+++ PKGBUILD2012-10-17 09:13:34 UTC (rev 168982)
@@ -4,7 +4,7 @@
 # Contributor: William Rea sillywi...@gmail.com
 
 pkgname=clutter
-pkgver=1.12.0
+pkgver=1.12.2
 pkgrel=1
 pkgdesc=A GObject based library for creating fast, visually rich graphical 
user interfaces
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 depends=('cogl' 'mesa' 'json-glib' 'atk' 'libxi')
 makedepends=('gobject-introspection' 'mesa')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('e75130a5df6dbe97e8d350259278331c6352b2d213230712127160e42053e558')
+sha256sums=('27a8c4495099ea33de39c2d9a911a2c9e00ffa4dcc8f94fafedbcc752c0ddf13')
 
 build() {
   cd $pkgname-$pkgver



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

2012-09-24 Thread Jan de Groot
Date: Monday, September 24, 2012 @ 13:50:19
  Author: jgc
Revision: 167004

upgpkg: clutter 1.12.0-1

1.12.0

Modified:
  clutter/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-09-24 17:47:48 UTC (rev 167003)
+++ PKGBUILD2012-09-24 17:50:19 UTC (rev 167004)
@@ -4,7 +4,7 @@
 # Contributor: William Rea sillywi...@gmail.com
 
 pkgname=clutter
-pkgver=1.11.16
+pkgver=1.12.0
 pkgrel=1
 pkgdesc=A GObject based library for creating fast, visually rich graphical 
user interfaces
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 depends=('cogl' 'mesa' 'json-glib' 'atk' 'libxi')
 makedepends=('gobject-introspection' 'mesa')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('8f50dfa0b1db93d2193dced4640589cbfe1dfed4b06d4463420c7909cef39f93')
+sha256sums=('e75130a5df6dbe97e8d350259278331c6352b2d213230712127160e42053e558')
 
 build() {
   cd $pkgname-$pkgver



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

2012-09-19 Thread Jan de Groot
Date: Wednesday, September 19, 2012 @ 18:00:22
  Author: jgc
Revision: 166848

upgpkg: clutter 1.11.16-1

Update to 1.11.16

Modified:
  clutter/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-09-19 21:56:41 UTC (rev 166847)
+++ PKGBUILD2012-09-19 22:00:22 UTC (rev 166848)
@@ -4,7 +4,7 @@
 # Contributor: William Rea sillywi...@gmail.com
 
 pkgname=clutter
-pkgver=1.11.14
+pkgver=1.11.16
 pkgrel=1
 pkgdesc=A GObject based library for creating fast, visually rich graphical 
user interfaces
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 depends=('cogl' 'mesa' 'json-glib' 'atk' 'libxi')
 makedepends=('gobject-introspection' 'mesa')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('2da2c220dd966a2657eb6f02e835e2527bc1b5a10cc649b70a8906e08a61a832')
+sha256sums=('8f50dfa0b1db93d2193dced4640589cbfe1dfed4b06d4463420c7909cef39f93')
 
 build() {
   cd $pkgname-$pkgver



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

2012-09-06 Thread Jan de Groot
Date: Thursday, September 6, 2012 @ 17:24:32
  Author: jgc
Revision: 166354

upgpkg: clutter 1.11.14-1

Update to 1.11.14

Modified:
  clutter/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-09-06 20:57:33 UTC (rev 166353)
+++ PKGBUILD2012-09-06 21:24:32 UTC (rev 166354)
@@ -4,7 +4,7 @@
 # Contributor: William Rea sillywi...@gmail.com
 
 pkgname=clutter
-pkgver=1.10.6
+pkgver=1.11.14
 pkgrel=1
 pkgdesc=A GObject based library for creating fast, visually rich graphical 
user interfaces
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 depends=('cogl' 'mesa' 'json-glib' 'atk' 'libxi')
 makedepends=('gobject-introspection' 'mesa')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('1599432d5ea79b0260cdea72803784d3b94ee14de2722ad29eefbe75975630f2')
+sha256sums=('2da2c220dd966a2657eb6f02e835e2527bc1b5a10cc649b70a8906e08a61a832')
 
 build() {
   cd $pkgname-$pkgver



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

2012-06-02 Thread Ionut Biru
Date: Saturday, June 2, 2012 @ 16:21:11
  Author: ibiru
Revision: 160598

update to 1.10.6

Modified:
  clutter/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-06-02 20:11:49 UTC (rev 160597)
+++ PKGBUILD2012-06-02 20:21:11 UTC (rev 160598)
@@ -4,7 +4,7 @@
 # Contributor: William Rea sillywi...@gmail.com
 
 pkgname=clutter
-pkgver=1.10.4
+pkgver=1.10.6
 pkgrel=1
 pkgdesc=A GObject based library for creating fast, visually rich graphical 
user interfaces
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 depends=('cogl' 'mesa' 'json-glib' 'atk' 'libxi')
 makedepends=('gobject-introspection' 'mesa')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('2f2f03c3f385db402898d2607e72d5ad9be2d14402a900c446273e5ae8be250a')
+sha256sums=('1599432d5ea79b0260cdea72803784d3b94ee14de2722ad29eefbe75975630f2')
 
 build() {
   cd $pkgname-$pkgver



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

2012-05-02 Thread Ionut Biru
Date: Wednesday, May 2, 2012 @ 12:35:51
  Author: ibiru
Revision: 158080

update to 1.10.4

Modified:
  clutter/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-05-02 16:31:02 UTC (rev 158079)
+++ PKGBUILD2012-05-02 16:35:51 UTC (rev 158080)
@@ -4,7 +4,7 @@
 # Contributor: William Rea sillywi...@gmail.com
 
 pkgname=clutter
-pkgver=1.10.2
+pkgver=1.10.4
 pkgrel=1
 pkgdesc=A GObject based library for creating fast, visually rich graphical 
user interfaces
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 depends=('cogl' 'mesa' 'json-glib' 'atk' 'libxi')
 makedepends=('gobject-introspection' 'mesa')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('d5c11b464d1a80eb6b73dbf7a98532917a055068fec3508f2a849c850e70d5b7')
+sha256sums=('2f2f03c3f385db402898d2607e72d5ad9be2d14402a900c446273e5ae8be250a')
 
 build() {
   cd $pkgname-$pkgver



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

2012-04-17 Thread Ionut Biru
Date: Tuesday, April 17, 2012 @ 09:50:24
  Author: ibiru
Revision: 156340

update to 1.10.2

Modified:
  clutter/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-04-17 13:45:02 UTC (rev 156339)
+++ PKGBUILD2012-04-17 13:50:24 UTC (rev 156340)
@@ -4,7 +4,7 @@
 # Contributor: William Rea sillywi...@gmail.com
 
 pkgname=clutter
-pkgver=1.10.0
+pkgver=1.10.2
 pkgrel=1
 pkgdesc=A GObject based library for creating fast, visually rich graphical 
user interfaces
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 depends=('cogl' 'mesa' 'json-glib' 'atk' 'libxi')
 makedepends=('gobject-introspection' 'mesa')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('51659837c77009cd04d069e480e9131328d6557ad67d1ffdc0dc4ae65a73ee45')
+sha256sums=('d5c11b464d1a80eb6b73dbf7a98532917a055068fec3508f2a849c850e70d5b7')
 
 build() {
   cd $pkgname-$pkgver



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

2012-03-22 Thread Ionut Biru
Date: Thursday, March 22, 2012 @ 10:36:46
  Author: ibiru
Revision: 154068

update to 1.10.0

Modified:
  clutter/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-03-22 14:36:19 UTC (rev 154067)
+++ PKGBUILD2012-03-22 14:36:46 UTC (rev 154068)
@@ -4,7 +4,7 @@
 # Contributor: William Rea sillywi...@gmail.com
 
 pkgname=clutter
-pkgver=1.9.16
+pkgver=1.10.0
 pkgrel=1
 pkgdesc=A GObject based library for creating fast, visually rich graphical 
user interfaces
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 depends=('cogl' 'mesa' 'json-glib' 'atk' 'libxi')
 makedepends=('gobject-introspection' 'mesa')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('2bcd22baacf3066902bebc15f39d6cf36f344a00bd7b91d4b82737dbfb70527a')
+sha256sums=('51659837c77009cd04d069e480e9131328d6557ad67d1ffdc0dc4ae65a73ee45')
 
 build() {
   cd $pkgname-$pkgver



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

2012-03-19 Thread Ionut Biru
Date: Monday, March 19, 2012 @ 12:44:49
  Author: ibiru
Revision: 153773

update to 0.9.16

Modified:
  clutter/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-03-19 16:41:21 UTC (rev 153772)
+++ PKGBUILD2012-03-19 16:44:49 UTC (rev 153773)
@@ -4,7 +4,7 @@
 # Contributor: William Rea sillywi...@gmail.com
 
 pkgname=clutter
-pkgver=1.9.14
+pkgver=1.9.16
 pkgrel=1
 pkgdesc=A GObject based library for creating fast, visually rich graphical 
user interfaces
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 depends=('cogl' 'mesa' 'json-glib' 'atk' 'libxi')
 makedepends=('gobject-introspection' 'mesa')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('4a4a4ca92eaf6875318cbdf5b2f173bdcd7adafd94add4cd815770abed02e70c')
+sha256sums=('2bcd22baacf3066902bebc15f39d6cf36f344a00bd7b91d4b82737dbfb70527a')
 
 build() {
   cd $pkgname-$pkgver



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

2012-03-06 Thread Ionut Biru
Date: Tuesday, March 6, 2012 @ 09:36:05
  Author: ibiru
Revision: 152298

update to 1.9.14

Modified:
  clutter/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-03-06 14:21:16 UTC (rev 152297)
+++ PKGBUILD2012-03-06 14:36:05 UTC (rev 152298)
@@ -4,7 +4,7 @@
 # Contributor: William Rea sillywi...@gmail.com
 
 pkgname=clutter
-pkgver=1.8.4
+pkgver=1.9.14
 pkgrel=1
 pkgdesc=A GObject based library for creating fast, visually rich graphical 
user interfaces
 arch=('i686' 'x86_64')
@@ -14,15 +14,15 @@
 depends=('cogl' 'mesa' 'json-glib' 'atk' 'libxi')
 makedepends=('gobject-introspection' 'mesa')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('6fedb4c344b4cab37e249b8a5ffeccff2f384f11335dee25c6466927461e1345')
+sha256sums=('4a4a4ca92eaf6875318cbdf5b2f173bdcd7adafd94add4cd815770abed02e70c')
 
 build() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $pkgname-$pkgver
   ./configure --prefix=/usr --enable-introspection
   make
 }
 
 package() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $pkgname-$pkgver
   make DESTDIR=$pkgdir install
 }



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

2012-01-31 Thread Ionut Biru
Date: Tuesday, January 31, 2012 @ 06:57:08
  Author: ibiru
Revision: 148404

update to 1.8.4

Modified:
  clutter/trunk/PKGBUILD

--+
 PKGBUILD |   13 +
 1 file changed, 5 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-01-31 11:38:44 UTC (rev 148403)
+++ PKGBUILD2012-01-31 11:57:08 UTC (rev 148404)
@@ -4,23 +4,20 @@
 # Contributor: William Rea sillywi...@gmail.com
 
 pkgname=clutter
-pkgver=1.8.2
-pkgrel=2
+pkgver=1.8.4
+pkgrel=1
 pkgdesc=A GObject based library for creating fast, visually rich graphical 
user interfaces
 arch=('i686' 'x86_64')
 url=http://clutter-project.org/;
 options=('!libtool')
 license=('LGPL')
-depends=('cogl=1.8.0' 'mesa' 'json-glib' 'atk' 'libxi')
+depends=('cogl' 'mesa' 'json-glib' 'atk' 'libxi')
 makedepends=('gobject-introspection' 'mesa')
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
-
fallback.patch::http://git.gnome.org/browse/clutter/patch/?id=f05432d57e5e980d0841fd6c13a7f886a46107fe)
-sha256sums=('dc899f26448f31cb31e72d80650b8c8ae05acacd5b5d5a44798eabaca0ddfa2f'
-'30c3c1dfdf1c74e8a7dc2cc6eac305127b7441504cb7040b7cf8d46a4b67fdd9')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('6fedb4c344b4cab37e249b8a5ffeccff2f384f11335dee25c6466927461e1345')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
-  patch -Np1 -i $srcdir/fallback.patch
   ./configure --prefix=/usr --enable-introspection
   make
 }



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

2011-11-07 Thread Ionut Biru
Date: Monday, November 7, 2011 @ 14:54:14
  Author: ibiru
Revision: 142272

don't crash totem when using old drivers

Modified:
  clutter/trunk/PKGBUILD

--+
 PKGBUILD |   15 +--
 1 file changed, 9 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-11-07 18:53:02 UTC (rev 142271)
+++ PKGBUILD2011-11-07 19:54:14 UTC (rev 142272)
@@ -5,7 +5,7 @@
 
 pkgname=clutter
 pkgver=1.8.2
-pkgrel=1
+pkgrel=2
 pkgdesc=A GObject based library for creating fast, visually rich graphical 
user interfaces
 arch=('i686' 'x86_64')
 url=http://clutter-project.org/;
@@ -13,16 +13,19 @@
 license=('LGPL')
 depends=('cogl=1.8.0' 'mesa' 'json-glib' 'atk' 'libxi')
 makedepends=('gobject-introspection' 'mesa')
-source=(http://download.gnome.org/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('dc899f26448f31cb31e72d80650b8c8ae05acacd5b5d5a44798eabaca0ddfa2f')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
+
fallback.patch::http://git.gnome.org/browse/clutter/patch/?id=f05432d57e5e980d0841fd6c13a7f886a46107fe)
+sha256sums=('dc899f26448f31cb31e72d80650b8c8ae05acacd5b5d5a44798eabaca0ddfa2f'
+'30c3c1dfdf1c74e8a7dc2cc6eac305127b7441504cb7040b7cf8d46a4b67fdd9')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd $srcdir/$pkgname-$pkgver
+  patch -Np1 -i $srcdir/fallback.patch
   ./configure --prefix=/usr --enable-introspection
   make
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
 }



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

2011-10-17 Thread Jan Steffens
Date: Monday, October 17, 2011 @ 08:46:46
  Author: heftig
Revision: 140606

1.8.2

Modified:
  clutter/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-10-17 12:35:05 UTC (rev 140605)
+++ PKGBUILD2011-10-17 12:46:46 UTC (rev 140606)
@@ -4,7 +4,7 @@
 # Contributor: William Rea sillywi...@gmail.com
 
 pkgname=clutter
-pkgver=1.8.0
+pkgver=1.8.2
 pkgrel=1
 pkgdesc=A GObject based library for creating fast, visually rich graphical 
user interfaces
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 depends=('cogl=1.8.0' 'mesa' 'json-glib' 'atk' 'libxi')
 makedepends=('gobject-introspection' 'mesa')
 
source=(http://download.gnome.org/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('c8bd379154d40400b19932934dfa05e8a02057bbff2455f09afda7aa6c4b5ef8')
+sha256sums=('dc899f26448f31cb31e72d80650b8c8ae05acacd5b5d5a44798eabaca0ddfa2f')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2011-09-19 Thread Ionut Biru
Date: Monday, September 19, 2011 @ 15:31:50
  Author: ibiru
Revision: 138276

update to 1.8.0

Modified:
  clutter/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-09-19 19:18:02 UTC (rev 138275)
+++ PKGBUILD2011-09-19 19:31:50 UTC (rev 138276)
@@ -4,17 +4,17 @@
 # Contributor: William Rea sillywi...@gmail.com
 
 pkgname=clutter
-pkgver=1.7.90
+pkgver=1.8.0
 pkgrel=1
 pkgdesc=A GObject based library for creating fast, visually rich graphical 
user interfaces
 arch=('i686' 'x86_64')
 url=http://clutter-project.org/;
 options=('!libtool')
 license=('LGPL')
-depends=('cogl=1.7.6' 'mesa' 'json-glib' 'atk' 'libxi')
+depends=('cogl=1.8.0' 'mesa' 'json-glib' 'atk' 'libxi')
 makedepends=('gobject-introspection' 'mesa')
 
source=(http://download.gnome.org/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('36b98d400ce9397e66e7b4f6f424a7185dadba0350651ae20964f494ec40b190')
+sha256sums=('c8bd379154d40400b19932934dfa05e8a02057bbff2455f09afda7aa6c4b5ef8')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2011-09-12 Thread Ionut Biru
Date: Monday, September 12, 2011 @ 12:42:47
  Author: ibiru
Revision: 137930

update to 1.7.90

Modified:
  clutter/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-09-12 16:31:20 UTC (rev 137929)
+++ PKGBUILD2011-09-12 16:42:47 UTC (rev 137930)
@@ -4,7 +4,7 @@
 # Contributor: William Rea sillywi...@gmail.com
 
 pkgname=clutter
-pkgver=1.7.14
+pkgver=1.7.90
 pkgrel=1
 pkgdesc=A GObject based library for creating fast, visually rich graphical 
user interfaces
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 depends=('cogl=1.7.6' 'mesa' 'json-glib' 'atk' 'libxi')
 makedepends=('gobject-introspection' 'mesa')
 
source=(http://download.gnome.org/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('a2ad6f09df6dc6cf4c495446053fc0b48e9fc1d9b4d1a63a0a0003a3a92bcae1')
+sha256sums=('36b98d400ce9397e66e7b4f6f424a7185dadba0350651ae20964f494ec40b190')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2011-09-05 Thread Ionut Biru
Date: Monday, September 5, 2011 @ 16:50:35
  Author: ibiru
Revision: 137067

update to 1.7.14

Modified:
  clutter/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-09-05 20:44:58 UTC (rev 137066)
+++ PKGBUILD2011-09-05 20:50:35 UTC (rev 137067)
@@ -4,8 +4,8 @@
 # Contributor: William Rea sillywi...@gmail.com
 
 pkgname=clutter
-pkgver=1.7.12
-pkgrel=2
+pkgver=1.7.14
+pkgrel=1
 pkgdesc=A GObject based library for creating fast, visually rich graphical 
user interfaces
 arch=('i686' 'x86_64')
 url=http://clutter-project.org/;
@@ -14,7 +14,7 @@
 depends=('cogl=1.7.6' 'mesa' 'json-glib' 'atk' 'libxi')
 makedepends=('gobject-introspection' 'mesa')
 
source=(http://download.gnome.org/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('b145cb02b1682fd9a4fb5af38d7baee94d3841e84a5ad960ecc2fead96b3ac7a')
+sha256sums=('a2ad6f09df6dc6cf4c495446053fc0b48e9fc1d9b4d1a63a0a0003a3a92bcae1')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2011-09-01 Thread Ionut Biru
Date: Thursday, September 1, 2011 @ 17:14:45
  Author: ibiru
Revision: 136820

mesa is needed
pkg-config --cflags clutter-1.0
Package gl was not found in the pkg-config search path.
Perhaps you should add the directory containing gl.pc'
to the PKG_CONFIG_PATH environment variable
Package 'gl', required by 'Clutter', not found

Modified:
  clutter/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-09-01 20:47:38 UTC (rev 136819)
+++ PKGBUILD2011-09-01 21:14:45 UTC (rev 136820)
@@ -5,13 +5,13 @@
 
 pkgname=clutter
 pkgver=1.7.12
-pkgrel=1
+pkgrel=2
 pkgdesc=A GObject based library for creating fast, visually rich graphical 
user interfaces
 arch=('i686' 'x86_64')
 url=http://clutter-project.org/;
 options=('!libtool')
 license=('LGPL')
-depends=('cogl=1.7.6' 'libgl' 'json-glib' 'atk' 'libxi')
+depends=('cogl=1.7.6' 'mesa' 'json-glib' 'atk' 'libxi')
 makedepends=('gobject-introspection' 'mesa')
 
source=(http://download.gnome.org/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
 sha256sums=('b145cb02b1682fd9a4fb5af38d7baee94d3841e84a5ad960ecc2fead96b3ac7a')



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

2011-08-31 Thread Ionut Biru
Date: Wednesday, August 31, 2011 @ 05:58:26
  Author: ibiru
Revision: 136637

update to 1.7.12

Modified:
  clutter/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-08-31 09:55:16 UTC (rev 136636)
+++ PKGBUILD2011-08-31 09:58:26 UTC (rev 136637)
@@ -4,17 +4,17 @@
 # Contributor: William Rea sillywi...@gmail.com
 
 pkgname=clutter
-pkgver=1.6.16
+pkgver=1.7.12
 pkgrel=1
 pkgdesc=A GObject based library for creating fast, visually rich graphical 
user interfaces
 arch=('i686' 'x86_64')
 url=http://clutter-project.org/;
 options=('!libtool')
 license=('LGPL')
-depends=('gdk-pixbuf2' 'json-glib' 'atk' 'pango' 'mesa' 'libxcomposite' 
'libxi')
-makedepends=('gobject-introspection' 'gtk-doc')
+depends=('cogl=1.7.6' 'libgl' 'json-glib' 'atk' 'libxi')
+makedepends=('gobject-introspection' 'mesa')
 
source=(http://download.gnome.org/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('206517f8f74252105c46762d11a973b2bae3f2702d2d2ed0cac1206ff5605d9b')
+sha256sums=('b145cb02b1682fd9a4fb5af38d7baee94d3841e84a5ad960ecc2fead96b3ac7a')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2011-06-15 Thread Ionut Biru
Date: Wednesday, June 15, 2011 @ 11:42:10
  Author: ibiru
Revision: 127516

update to 1.6.16

Modified:
  clutter/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-06-15 15:26:43 UTC (rev 127515)
+++ PKGBUILD2011-06-15 15:42:10 UTC (rev 127516)
@@ -4,7 +4,7 @@
 # Contributor: William Rea sillywi...@gmail.com
 
 pkgname=clutter
-pkgver=1.6.14
+pkgver=1.6.16
 pkgrel=1
 pkgdesc=A GObject based library for creating fast, visually rich graphical 
user interfaces
 arch=('i686' 'x86_64')
@@ -13,8 +13,8 @@
 license=('LGPL')
 depends=('gdk-pixbuf2' 'json-glib' 'atk' 'pango' 'mesa' 'libxcomposite' 
'libxi')
 makedepends=('gobject-introspection' 'gtk-doc')
-source=(http://www.clutter-project.org/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('0564e57ca8eb24e76014627c0bb28a80a6c01b620ba14bc4198365562549576d')
+source=(http://download.gnome.org/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('206517f8f74252105c46762d11a973b2bae3f2702d2d2ed0cac1206ff5605d9b')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2011-04-05 Thread Ionut Biru
Date: Tuesday, April 5, 2011 @ 14:06:09
  Author: ibiru
Revision: 118176

upgpkg: clutter 1.6.14-1
update to 1.6.14

Modified:
  clutter/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-04-05 17:34:15 UTC (rev 118175)
+++ PKGBUILD2011-04-05 18:06:09 UTC (rev 118176)
@@ -4,7 +4,7 @@
 # Contributor: William Rea sillywi...@gmail.com
 
 pkgname=clutter
-pkgver=1.6.12
+pkgver=1.6.14
 pkgrel=1
 pkgdesc=A GObject based library for creating fast, visually rich graphical 
user interfaces
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 depends=('gdk-pixbuf2' 'json-glib' 'atk' 'pango' 'mesa' 'libxcomposite' 
'libxi')
 makedepends=('gobject-introspection' 'gtk-doc')
 
source=(http://www.clutter-project.org/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('21c3eb0633f839a223192dbc26aaf924bed98caad302ee0bb3ee2b067d09462d')
+sha256sums=('0564e57ca8eb24e76014627c0bb28a80a6c01b620ba14bc4198365562549576d')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2011-04-04 Thread Ionut Biru
Date: Monday, April 4, 2011 @ 11:15:13
  Author: ibiru
Revision: 117665

upgpkg: clutter 1.6.12-1
update to 1.6.12

Modified:
  clutter/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-04-04 15:13:07 UTC (rev 117664)
+++ PKGBUILD2011-04-04 15:15:13 UTC (rev 117665)
@@ -4,7 +4,7 @@
 # Contributor: William Rea sillywi...@gmail.com
 
 pkgname=clutter
-pkgver=1.6.10
+pkgver=1.6.12
 pkgrel=1
 pkgdesc=A GObject based library for creating fast, visually rich graphical 
user interfaces
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 depends=('gdk-pixbuf2' 'json-glib' 'atk' 'pango' 'mesa' 'libxcomposite' 
'libxi')
 makedepends=('gobject-introspection' 'gtk-doc')
 
source=(http://www.clutter-project.org/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('3f8f0908f6a39b9f36a6cda6aab0b06ca4e2d95aa9fd4807cd865f20dbaad59e')
+sha256sums=('21c3eb0633f839a223192dbc26aaf924bed98caad302ee0bb3ee2b067d09462d')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2011-03-22 Thread Jan Steffens
Date: Tuesday, March 22, 2011 @ 14:06:36
  Author: heftig
Revision: 116060

upgpkg: clutter 1.6.10-1
Update to 1.6.10

Modified:
  clutter/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-03-22 18:04:55 UTC (rev 116059)
+++ PKGBUILD2011-03-22 18:06:36 UTC (rev 116060)
@@ -4,7 +4,7 @@
 # Contributor: William Rea sillywi...@gmail.com
 
 pkgname=clutter
-pkgver=1.6.8
+pkgver=1.6.10
 pkgrel=1
 pkgdesc=A GObject based library for creating fast, visually rich graphical 
user interfaces
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 depends=('gdk-pixbuf2' 'json-glib' 'atk' 'pango' 'mesa' 'libxcomposite' 
'libxi')
 makedepends=('gobject-introspection' 'gtk-doc')
 
source=(http://www.clutter-project.org/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('cc147b8e7e62ed4b9b8a83df3db9788cf37db0c83970ba876228433f32bda442')
+sha256sums=('3f8f0908f6a39b9f36a6cda6aab0b06ca4e2d95aa9fd4807cd865f20dbaad59e')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2011-03-08 Thread Ionut Biru
Date: Tuesday, March 8, 2011 @ 04:48:12
  Author: ibiru
Revision: 113212

upgpkg: clutter 1.6.8-1
update to 1.6.8

Modified:
  clutter/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-03-08 09:44:51 UTC (rev 113211)
+++ PKGBUILD2011-03-08 09:48:12 UTC (rev 113212)
@@ -4,7 +4,7 @@
 # Contributor: William Rea sillywi...@gmail.com
 
 pkgname=clutter
-pkgver=1.6.6
+pkgver=1.6.8
 pkgrel=1
 pkgdesc=A GObject based library for creating fast, visually rich graphical 
user interfaces
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 depends=('gdk-pixbuf2' 'json-glib' 'atk' 'pango' 'mesa' 'libxcomposite' 
'libxi')
 makedepends=('gobject-introspection' 'gtk-doc')
 
source=(http://www.clutter-project.org/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('8499fef3019c00bb06354ebe6d3277d26c84a8aa1d964b7edf6d327cd4d9d886')
+sha256sums=('cc147b8e7e62ed4b9b8a83df3db9788cf37db0c83970ba876228433f32bda442')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2011-02-27 Thread Ionut Biru
Date: Sunday, February 27, 2011 @ 14:49:35
  Author: ibiru
Revision: 111588

upgpkg: clutter 1.6.6-1
update to 1.6.6

Modified:
  clutter/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-02-27 19:40:48 UTC (rev 111587)
+++ PKGBUILD2011-02-27 19:49:35 UTC (rev 111588)
@@ -4,7 +4,7 @@
 # Contributor: William Rea sillywi...@gmail.com
 
 pkgname=clutter
-pkgver=1.6.4
+pkgver=1.6.6
 pkgrel=1
 pkgdesc=A GObject based library for creating fast, visually rich graphical 
user interfaces
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 depends=('gdk-pixbuf2' 'json-glib' 'atk' 'pango' 'mesa' 'libxcomposite' 
'libxi')
 makedepends=('gobject-introspection' 'gtk-doc')
 
source=(http://www.clutter-project.org/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('d9b69553f9f1100ff9c3842a2cf42bd71f78d13a3b70f7096a2a8b38db62d702')
+sha256sums=('8499fef3019c00bb06354ebe6d3277d26c84a8aa1d964b7edf6d327cd4d9d886')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2011-02-18 Thread Jan Steffens
Date: Friday, February 18, 2011 @ 15:48:59
  Author: heftig
Revision: 110330

upgpkg: clutter 1.6.4-1
Update for gnome-unstable

Modified:
  clutter/trunk/PKGBUILD

--+
 PKGBUILD |   12 
 1 file changed, 8 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-02-18 20:48:43 UTC (rev 110329)
+++ PKGBUILD2011-02-18 20:48:59 UTC (rev 110330)
@@ -4,21 +4,25 @@
 # Contributor: William Rea sillywi...@gmail.com
 
 pkgname=clutter
-pkgver=1.6.2
+pkgver=1.6.4
 pkgrel=1
 pkgdesc=A GObject based library for creating fast, visually rich graphical 
user interfaces
 arch=('i686' 'x86_64')
 url=http://clutter-project.org/;
 options=('!libtool')
 license=('LGPL')
-depends=('gdk-pixbuf2=2.22.1' 'json-glib=0.12.2' 'atk=1.32.0' 
'pango=1.28.3' 'mesa=7.10' 'libxcomposite' 'libxi')
+depends=('gdk-pixbuf2' 'json-glib' 'atk' 'pango' 'mesa' 'libxcomposite' 
'libxi')
 makedepends=('gobject-introspection' 'gtk-doc')
-source=(http://www.clutter-project.org/sources/clutter/1.6/clutter-${pkgver}.tar.bz2)
-sha256sums=('55583104a7039e32cd70307db5e1dde553f80ced54de8b9dddee7b9afe1e30ec')
+source=(http://www.clutter-project.org/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('d9b69553f9f1100ff9c3842a2cf42bd71f78d13a3b70f7096a2a8b38db62d702')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
   ./configure --prefix=/usr --enable-introspection
   make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install
 }



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

2011-02-07 Thread Ionut Biru
Date: Monday, February 7, 2011 @ 11:21:00
  Author: ibiru
Revision: 109284

upgpkg: clutter 1.6.2-1
update to 1.6.2

Modified:
  clutter/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-02-07 16:00:20 UTC (rev 109283)
+++ PKGBUILD2011-02-07 16:21:00 UTC (rev 109284)
@@ -4,8 +4,8 @@
 # Contributor: William Rea sillywi...@gmail.com
 
 pkgname=clutter
-pkgver=1.6.0
-pkgrel=2
+pkgver=1.6.2
+pkgrel=1
 pkgdesc=A GObject based library for creating fast, visually rich graphical 
user interfaces
 arch=('i686' 'x86_64')
 url=http://clutter-project.org/;
@@ -14,7 +14,7 @@
 depends=('gdk-pixbuf2=2.22.1' 'json-glib=0.12.2' 'atk=1.32.0' 
'pango=1.28.3' 'mesa=7.10' 'libxcomposite' 'libxi')
 makedepends=('gobject-introspection' 'gtk-doc')
 
source=(http://www.clutter-project.org/sources/clutter/1.6/clutter-${pkgver}.tar.bz2)
-sha256sums=('7e956fad7b8f7aa78500c155c824584201e2b8c4117da61a1f7ec2c120945400')
+sha256sums=('55583104a7039e32cd70307db5e1dde553f80ced54de8b9dddee7b9afe1e30ec')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2011-02-03 Thread Ionut Biru
Date: Thursday, February 3, 2011 @ 08:37:48
  Author: ibiru
Revision: 108793

upgpkg: clutter 1.6.0-1
update to 1.6.0

Modified:
  clutter/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-02-03 13:06:40 UTC (rev 108792)
+++ PKGBUILD2011-02-03 13:37:48 UTC (rev 108793)
@@ -4,17 +4,17 @@
 # Contributor: William Rea sillywi...@gmail.com
 
 pkgname=clutter
-pkgver=1.4.0
+pkgver=1.6.0
 pkgrel=1
 pkgdesc=A GObject based library for creating fast, visually rich graphical 
user interfaces
 arch=('i686' 'x86_64')
 url=http://clutter-project.org/;
 options=('!libtool')
 license=('LGPL')
-depends=('gdk-pixbuf2=2.22.0' 'json-glib=0.12.0' 'atk=1.32.0' 
'pango=1.28.1' 'mesa=7.8' 'libxcomposite')
+depends=('gdk-pixbuf2=2.22.1' 'json-glib=0.12.2' 'atk=1.32.0' 
'pango=1.28.3' 'mesa=7.10' 'libxcomposite')
 makedepends=('gobject-introspection' 'gtk-doc')
-source=(http://www.clutter-project.org/sources/clutter/1.4/clutter-${pkgver}.tar.bz2)
-sha256sums=('bcdb2c55a083b8f18b0205e816c303605926b03e19f380294a203ae19ec02c96')
+source=(http://www.clutter-project.org/sources/clutter/1.6/clutter-${pkgver}.tar.bz2)
+sha256sums=('7e956fad7b8f7aa78500c155c824584201e2b8c4117da61a1f7ec2c120945400')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2011-02-03 Thread Ionut Biru
Date: Thursday, February 3, 2011 @ 08:50:31
  Author: ibiru
Revision: 108796

upgpkg: clutter 1.6.0-2
enable xinput

Modified:
  clutter/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-02-03 13:38:23 UTC (rev 108795)
+++ PKGBUILD2011-02-03 13:50:31 UTC (rev 108796)
@@ -5,13 +5,13 @@
 
 pkgname=clutter
 pkgver=1.6.0
-pkgrel=1
+pkgrel=2
 pkgdesc=A GObject based library for creating fast, visually rich graphical 
user interfaces
 arch=('i686' 'x86_64')
 url=http://clutter-project.org/;
 options=('!libtool')
 license=('LGPL')
-depends=('gdk-pixbuf2=2.22.1' 'json-glib=0.12.2' 'atk=1.32.0' 
'pango=1.28.3' 'mesa=7.10' 'libxcomposite')
+depends=('gdk-pixbuf2=2.22.1' 'json-glib=0.12.2' 'atk=1.32.0' 
'pango=1.28.3' 'mesa=7.10' 'libxcomposite' 'libxi')
 makedepends=('gobject-introspection' 'gtk-doc')
 
source=(http://www.clutter-project.org/sources/clutter/1.6/clutter-${pkgver}.tar.bz2)
 sha256sums=('7e956fad7b8f7aa78500c155c824584201e2b8c4117da61a1f7ec2c120945400')



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

2010-09-28 Thread Ionut Biru
Date: Tuesday, September 28, 2010 @ 08:12:48
  Author: ibiru
Revision: 91900

update to 1.4.0

Modified:
  clutter/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-09-28 11:38:06 UTC (rev 91899)
+++ PKGBUILD2010-09-28 12:12:48 UTC (rev 91900)
@@ -4,17 +4,17 @@
 # Contributor: William Rea sillywi...@gmail.com
 
 pkgname=clutter
-pkgver=1.2.12
+pkgver=1.4.0
 pkgrel=1
 pkgdesc=A GObject based library for creating fast, visually rich graphical 
user interfaces
 arch=('i686' 'x86_64')
 url=http://clutter-project.org/;
 options=('!libtool')
 license=('LGPL')
-depends=('gtk2=2.20.1' 'mesa=7.8' 'glproto')
+depends=('gdk-pixbuf2=2.22.0' 'json-glib=0.12.0' 'atk=1.32.0' 
'pango=1.28.1' 'mesa=7.8' 'libxcomposite')
 makedepends=('gobject-introspection' 'gtk-doc')
-source=(http://www.clutter-project.org/sources/clutter/1.2/clutter-${pkgver}.tar.bz2)
-sha256sums=('4582e6579897374d1f8ce51daa330311ebb90033fad95d5f076c1e9392b4ae68')
+source=(http://www.clutter-project.org/sources/clutter/1.4/clutter-${pkgver}.tar.bz2)
+sha256sums=('bcdb2c55a083b8f18b0205e816c303605926b03e19f380294a203ae19ec02c96')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2010-08-17 Thread Jan de Groot
Date: Tuesday, August 17, 2010 @ 09:35:35
  Author: jgc
Revision: 87630

upgpkg: clutter 1.2.12-1
Update to 1.2.12

Modified:
  clutter/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-08-17 13:33:30 UTC (rev 87629)
+++ PKGBUILD2010-08-17 13:35:35 UTC (rev 87630)
@@ -4,7 +4,7 @@
 # Contributor: William Rea sillywi...@gmail.com
 
 pkgname=clutter
-pkgver=1.2.10
+pkgver=1.2.12
 pkgrel=1
 pkgdesc=A GObject based library for creating fast, visually rich graphical 
user interfaces
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 depends=('gtk2=2.20.1' 'mesa=7.8' 'glproto')
 makedepends=('gobject-introspection' 'gtk-doc')
 
source=(http://www.clutter-project.org/sources/clutter/1.2/clutter-${pkgver}.tar.bz2)
-sha256sums=('26cdee7a528eb1346553d16ae8d8d87f35a8a46c0a86829eabd227067e84da5d')
+sha256sums=('4582e6579897374d1f8ce51daa330311ebb90033fad95d5f076c1e9392b4ae68')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2010-07-12 Thread Jan de Groot
Date: Monday, July 12, 2010 @ 14:43:18
  Author: jgc
Revision: 85399

upgpkg: clutter 1.2.10-1
Update to 1.2.10, add dependency on glproto to fix build with unfixed mesa

Modified:
  clutter/trunk/PKGBUILD

--+
 PKGBUILD |   14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-07-12 18:37:29 UTC (rev 85398)
+++ PKGBUILD2010-07-12 18:43:18 UTC (rev 85399)
@@ -4,21 +4,21 @@
 # Contributor: William Rea sillywi...@gmail.com
 
 pkgname=clutter
-pkgver=1.2.8
+pkgver=1.2.10
 pkgrel=1
 pkgdesc=A GObject based library for creating fast, visually rich graphical 
user interfaces
 arch=('i686' 'x86_64')
 url=http://clutter-project.org/;
 options=('!libtool')
 license=('LGPL')
-depends=('gtk2=2.20.1' 'mesa=7.7.1')
-makedepends=('gobject-introspection')
+depends=('gtk2=2.20.1' 'mesa=7.8' 'glproto')
+makedepends=('gobject-introspection' 'gtk-doc')
 
source=(http://www.clutter-project.org/sources/clutter/1.2/clutter-${pkgver}.tar.bz2)
-sha256sums=(' 
bdc1583572546bf1d5497fcb36b1affaf868af6213d04c720274ab96c3996179')
+sha256sums=('26cdee7a528eb1346553d16ae8d8d87f35a8a46c0a86829eabd227067e84da5d')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --enable-introspection || return 1
-  make || return 1
-  make DESTDIR=${pkgdir} install || return 1
+  ./configure --prefix=/usr --enable-introspection
+  make
+  make DESTDIR=${pkgdir} install
 }



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

2010-05-24 Thread Ionut Biru
Date: Monday, May 24, 2010 @ 13:47:17
  Author: ibiru
Revision: 80988

upgpkg: clutter 1.2.8-1
update to 1.2.8

Modified:
  clutter/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-05-24 15:09:51 UTC (rev 80987)
+++ PKGBUILD2010-05-24 17:47:17 UTC (rev 80988)
@@ -4,20 +4,20 @@
 # Contributor: William Rea sillywi...@gmail.com
 
 pkgname=clutter
-pkgver=1.2.6
+pkgver=1.2.8
 pkgrel=1
 pkgdesc=A GObject based library for creating fast, visually rich graphical 
user interfaces
 arch=('i686' 'x86_64')
 url=http://clutter-project.org/;
 options=('!libtool')
 license=('LGPL')
-depends=('gtk2=2.20.0' 'mesa=7.7.1')
+depends=('gtk2=2.20.1' 'mesa=7.7.1')
 makedepends=('gobject-introspection')
 
source=(http://www.clutter-project.org/sources/clutter/1.2/clutter-${pkgver}.tar.bz2)
-sha256sums=('aafb7ee0c7132d42338e8041077fbb1a8be321c59b32218a5b3418305b815d0d')
+sha256sums=(' 
bdc1583572546bf1d5497fcb36b1affaf868af6213d04c720274ab96c3996179')
 
 build() {
-  cd ${srcdir}/clutter-${pkgver}
+  cd ${srcdir}/${pkgname}-${pkgver}
   ./configure --prefix=/usr --enable-introspection || return 1
   make || return 1
   make DESTDIR=${pkgdir} install || return 1



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

2010-04-27 Thread Jan de Groot
Date: Tuesday, April 27, 2010 @ 14:12:04
  Author: jgc
Revision: 78633

upgpkg: clutter 1.2.6-1
Update to 1.2.6

Modified:
  clutter/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-04-27 18:06:44 UTC (rev 78632)
+++ PKGBUILD2010-04-27 18:12:04 UTC (rev 78633)
@@ -4,17 +4,17 @@
 # Contributor: William Rea sillywi...@gmail.com
 
 pkgname=clutter
-pkgver=1.2.4
+pkgver=1.2.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/;
 options=('!libtool')
 license=('LGPL')
-depends=('gtk2=2.19.7' 'mesa=7.7')
+depends=('gtk2=2.20.0' 'mesa=7.7.1')
 makedepends=('gobject-introspection')
 
source=(http://www.clutter-project.org/sources/clutter/1.2/clutter-${pkgver}.tar.bz2)
-sha256sums=(' 
14528674af19eca4f6638c6e1e0ac07e40d047a6a31bac2f8cbb6ee0349ccb65')
+sha256sums=('aafb7ee0c7132d42338e8041077fbb1a8be321c59b32218a5b3418305b815d0d')
 
 build() {
   cd ${srcdir}/clutter-${pkgver}



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

2010-03-22 Thread Ionut Biru
Date: Monday, March 22, 2010 @ 12:26:56
  Author: ibiru
Revision: 73071

update to 1.2.4

Modified:
  clutter/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-03-22 16:22:28 UTC (rev 73070)
+++ PKGBUILD2010-03-22 16:26:56 UTC (rev 73071)
@@ -4,7 +4,7 @@
 # Contributor: William Rea sillywi...@gmail.com
 
 pkgname=clutter
-pkgver=1.2.2
+pkgver=1.2.4
 pkgrel=1
 pkgdesc=A GObject based library for creating fast, visually rich graphical 
user interfaces
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 depends=('gtk2=2.19.7' 'mesa=7.7')
 makedepends=('gobject-introspection')
 
source=(http://www.clutter-project.org/sources/clutter/1.2/clutter-${pkgver}.tar.bz2)
-sha256sums=('57debf025ca8e576328fcbb4bd897e5a6889921132f2ebfd7e035f7e8975982c')
+sha256sums=(' 
14528674af19eca4f6638c6e1e0ac07e40d047a6a31bac2f8cbb6ee0349ccb65')
 
 build() {
   cd ${srcdir}/clutter-${pkgver}



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

2010-03-21 Thread Ionut Biru
Date: Sunday, March 21, 2010 @ 11:23:20
  Author: ibiru
Revision: 72902

update to 1.2.2

Modified:
  clutter/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-03-21 15:15:57 UTC (rev 72901)
+++ PKGBUILD2010-03-21 15:23:20 UTC (rev 72902)
@@ -4,17 +4,17 @@
 # Contributor: William Rea sillywi...@gmail.com
 
 pkgname=clutter
-pkgver=1.2.0
+pkgver=1.2.2
 pkgrel=1
 pkgdesc=A GObject based library for creating fast, visually rich graphical 
user interfaces
 arch=('i686' 'x86_64')
 url=http://clutter-project.org/;
 options=('!libtool')
 license=('LGPL')
-depends=('gtk2=2.19.6' 'mesa=7.7')
+depends=('gtk2=2.19.7' 'mesa=7.7')
 makedepends=('gobject-introspection')
 
source=(http://www.clutter-project.org/sources/clutter/1.2/clutter-${pkgver}.tar.bz2)
-sha256sums=('009058e3b0985d34b94527440ad0fdba66c1c5f2ca036fa2b846fd32c3c8')
+sha256sums=('57debf025ca8e576328fcbb4bd897e5a6889921132f2ebfd7e035f7e8975982c')
 
 build() {
   cd ${srcdir}/clutter-${pkgver}



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

2010-03-07 Thread Jan de Groot
Date: Sunday, March 7, 2010 @ 12:39:11
  Author: jgc
Revision: 71536

upgpkg: clutter 1.2.0-1
Update to 1.2.0

Modified:
  clutter/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-03-07 17:17:59 UTC (rev 71535)
+++ PKGBUILD2010-03-07 17:39:11 UTC (rev 71536)
@@ -4,17 +4,17 @@
 # Contributor: William Rea sillywi...@gmail.com
 
 pkgname=clutter
-pkgver=1.0.10
+pkgver=1.2.0
 pkgrel=1
 pkgdesc=A GObject based library for creating fast, visually rich graphical 
user interfaces
 arch=('i686' 'x86_64')
 url=http://clutter-project.org/;
 options=('!libtool')
 license=('LGPL')
-depends=('gtk2=2.18.6' 'mesa=7.5.1')
+depends=('gtk2=2.19.6' 'mesa=7.7')
 makedepends=('gobject-introspection')
-source=(http://www.clutter-project.org/sources/clutter/1.0/clutter-${pkgver}.tar.bz2)
-sha256sums=('6fb98dc4d16a3a98be734cf0a6cc4f8d8179800603c3e41011c414eeaf1f456b')
+source=(http://www.clutter-project.org/sources/clutter/1.2/clutter-${pkgver}.tar.bz2)
+sha256sums=('009058e3b0985d34b94527440ad0fdba66c1c5f2ca036fa2b846fd32c3c8')
 
 build() {
   cd ${srcdir}/clutter-${pkgver}



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

2010-01-30 Thread Jan de Groot
Date: Saturday, January 30, 2010 @ 19:01:43
  Author: jgc
Revision: 66388

upgpkg: clutter 1.0.10-1
Update to 1.0.10

Modified:
  clutter/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-01-30 23:59:08 UTC (rev 66387)
+++ PKGBUILD2010-01-31 00:01:43 UTC (rev 66388)
@@ -4,17 +4,17 @@
 # Contributor: William Rea sillywi...@gmail.com
 
 pkgname=clutter
-pkgver=1.0.8
+pkgver=1.0.10
 pkgrel=1
 pkgdesc=A GObject based library for creating fast, visually rich graphical 
user interfaces
 arch=('i686' 'x86_64')
 url=http://clutter-project.org/;
 options=('!libtool')
 license=('LGPL')
-depends=('gtk2=2.18.2' 'mesa=7.5.1' 'pango=1.26.0-2')
+depends=('gtk2=2.18.6' 'mesa=7.5.1')
 makedepends=('gobject-introspection')
 
source=(http://www.clutter-project.org/sources/clutter/1.0/clutter-${pkgver}.tar.bz2)
-md5sums=('687f9699ea5590091282034a936c6dc7')
+sha256sums=('6fb98dc4d16a3a98be734cf0a6cc4f8d8179800603c3e41011c414eeaf1f456b')
 
 build() {
   cd ${srcdir}/clutter-${pkgver}