diff options
author | piernov <piernov@piernov.org> | 2012-08-08 12:32:36 +0200 |
---|---|---|
committer | piernov <piernov@piernov.org> | 2012-08-08 12:32:36 +0200 |
commit | 6589027e48ae982071f79328d68b73ca59dccb94 (patch) | |
tree | e3079c7554a76b44c10858c7211ec779c09da609 /clutter/Pkgfile | |
parent | 14c7f959af79188300f9314b2506b6ec5969287d (diff) | |
download | nutyx-extra-6589027e48ae982071f79328d68b73ca59dccb94.tar.gz nutyx-extra-6589027e48ae982071f79328d68b73ca59dccb94.tar.bz2 nutyx-extra-6589027e48ae982071f79328d68b73ca59dccb94.tar.xz nutyx-extra-6589027e48ae982071f79328d68b73ca59dccb94.zip |
clutter 1.11.8-1 màj port
Diffstat (limited to 'clutter/Pkgfile')
-rw-r--r-- | clutter/Pkgfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clutter/Pkgfile b/clutter/Pkgfile index 91390a1a7..1daaf2d30 100644 --- a/clutter/Pkgfile +++ b/clutter/Pkgfile @@ -6,7 +6,7 @@ # Run on: cogl name=clutter -version=1.11.6 +version=1.11.8 release=1 source=(http://download.gnome.org/sources/clutter/${version%.*}/$name-$version.tar.xz) @@ -16,5 +16,5 @@ build() { --enable-introspection make make DESTDIR=$PKG install - ln -s libclutter-1.0.la $PKG/usr/lib/libclutter-glx-1.0.la +# ln -s libclutter-1.0.la $PKG/usr/lib/libclutter-glx-1.0.la } |