clutter-gtk: update to 1.3.2.
This commit is contained in:
parent
c6ac67c768
commit
c23764a2d0
4 changed files with 10 additions and 12 deletions
|
@ -765,9 +765,8 @@ libmx-gtk-1.0.so.0 mx-1.4.3_1_1
|
|||
libcheese.so.3 libcheese-3.3.92_1
|
||||
libcheese-gtk.so.21 libcheese-3.3.92_1
|
||||
libjson.so.0 json-c-0.9_1
|
||||
libcogl.so.9 cogl-1.10.0_1
|
||||
libcogl.so.11 cogl-1.12.0_1
|
||||
libcogl-pango.so.0 cogl-1.10.0_1
|
||||
libcogl-pango.so.0 cogl-1.12.0_1
|
||||
libp11-kit.so.0 p11-kit-0.7_1
|
||||
librest-0.7.so.0 rest-0.7_1
|
||||
librest-extras-0.7.so.0 rest-0.7_1
|
||||
|
|
|
@ -1,12 +1,11 @@
|
|||
# Template file for 'clutter-gtk--devel'.
|
||||
#
|
||||
depends="gtk+3-devel clutter-devel clutter-gtk>=1.2.0"
|
||||
depends="gtk+3-devel>=3.6.0_2 clutter-devel>=1.12 clutter-gtk>=${version}"
|
||||
short_desc="${sourcepkg} - development files"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
|
||||
noarch=yes
|
||||
|
||||
do_install() {
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
libcogl-pango.so.0
|
||||
libjson-glib-1.0.so.0
|
||||
libXi.so.6
|
||||
libdrm.so.2
|
||||
libX11.so.6
|
||||
libXext.so.6
|
||||
libXdamage.so.1
|
||||
|
@ -24,4 +23,4 @@ libm.so.6
|
|||
libpthread.so.0
|
||||
libc.so.6
|
||||
libclutter-1.0.so.0
|
||||
libcogl.so.9
|
||||
libcogl.so.11
|
||||
|
|
|
@ -1,14 +1,15 @@
|
|||
# Template file for 'clutter-gtk'
|
||||
pkgname=clutter-gtk
|
||||
version=1.2.0
|
||||
distfiles="${GNOME_SITE}/$pkgname/1.2/$pkgname-$version.tar.xz"
|
||||
build_style=gnu-configure
|
||||
makedepends="pkg-config intltool gobject-introspection gtk+3-devel clutter-devel"
|
||||
version=1.3.2
|
||||
revision=1
|
||||
subpackages="$pkgname-devel"
|
||||
build_style=gnu-configure
|
||||
makedepends="pkg-config intltool gobject-introspection gtk+3-devel>=3.6.0_2
|
||||
clutter-devel>=1.12"
|
||||
short_desc="GTK+3 bindings for the Clutter Tolkit"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=8be5deb0fa2f318e5f5e888b8ace3371c516464472a48f25c8b42ccc298af59a
|
||||
distfiles="${GNOME_SITE}/$pkgname/1.3/$pkgname-$version.tar.xz"
|
||||
checksum=ee50538daca9447be6ad1ed0d049fbb2dc5a1bcaecd13fda847b9b66f922ee37
|
||||
long_desc="
|
||||
This packages contains the GTK+3 bindings for the Clutter Toolkit."
|
||||
|
||||
subpackages="$pkgname-devel"
|
||||
|
|
Loading…
Reference in a new issue