summaryrefslogtreecommitdiffstats
path: root/extra/clutter/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'extra/clutter/Pkgfile')
-rw-r--r--extra/clutter/Pkgfile10
1 files changed, 5 insertions, 5 deletions
diff --git a/extra/clutter/Pkgfile b/extra/clutter/Pkgfile
index cfabbc6f3..1961a17bb 100644
--- a/extra/clutter/Pkgfile
+++ b/extra/clutter/Pkgfile
@@ -2,19 +2,19 @@
# URL: http://www.clutter-project.org
# Maintainer: NutyX core team
# Packager: thierryn1 at hispeed dot ch
-# Depends on: gtk, mesa3d, gobject-introspection, json-glib
-# Run on: gtk,mesa3d,lesstif,json-glib
+# Depends on: cogl, gobject-introspection
+# Run on: cogl
name=clutter
-version=1.6.8
+version=1.8.0
release=1
-source=(http://www.clutter-project.org/sources/clutter/1.6/$name-$version.tar.bz2)
+source=(http://www.clutter-project.org/sources/clutter/${version%.*}/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr \
- --enable-introspection
+ --enable-introspection
make
make DESTDIR=$PKG install
}