Date: Saturday, October 1, 2011 @ 14:56:07
Author: ibiru
Revision: 139233
db-move: moved clutter from [testing] to [extra] (x86_64)
Added:
clutter/repos/extra-x86_64/PKGBUILD
(from rev 139207, clutter/repos/testing-x86_64/PKGBUILD)
Deleted:
clutter/repos/extra-x86_64/PKGBUILD
clutter/repos/testing-x86_64/
----------+
PKGBUILD | 56 ++++++++++++++++++++++++++++----------------------------
1 file changed, 28 insertions(+), 28 deletions(-)
Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2011-10-01 18:56:05 UTC (rev 139232)
+++ extra-x86_64/PKGBUILD 2011-10-01 18:56:07 UTC (rev 139233)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <[email protected]>
-# Contributor: Sergej Pupykin <[email protected]>
-# Contributor: William Rea <[email protected]>
-
-pkgname=clutter
-pkgver=1.6.16
-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')
-source=(http://download.gnome.org/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('206517f8f74252105c46762d11a973b2bae3f2702d2d2ed0cac1206ff5605d9b')
-
-build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- ./configure --prefix=/usr --enable-introspection
- make
-}
-
-package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- make DESTDIR="${pkgdir}" install
-}
Copied: clutter/repos/extra-x86_64/PKGBUILD (from rev 139207,
clutter/repos/testing-x86_64/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2011-10-01 18:56:07 UTC (rev 139233)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot <[email protected]>
+# Contributor: Sergej Pupykin <[email protected]>
+# Contributor: William Rea <[email protected]>
+
+pkgname=clutter
+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.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')
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ ./configure --prefix=/usr --enable-introspection
+ make
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+}