clutter-gtk: update to 1.4.0.
This commit is contained in:
parent
b178bcdedb
commit
fc94a68592
|
@ -1,6 +1,7 @@
|
|||
# Template file for 'clutter-gtk--devel'.
|
||||
#
|
||||
depends="gtk+3-devel>=3.6.0_2 clutter-devel>=1.12 clutter-gtk>=${version}"
|
||||
depends="gtk+3-devel>=3.6.0_2 clutter-devel>=1.12
|
||||
${sourcepkg}-${version}_${revision}"
|
||||
short_desc="${sourcepkg} - development files"
|
||||
long_desc="${long_desc}
|
||||
|
||||
|
|
|
@ -1,26 +1,11 @@
|
|||
libcogl-pango.so.0
|
||||
libjson-glib-1.0.so.0
|
||||
libXi.so.6
|
||||
libX11.so.6
|
||||
libXext.so.6
|
||||
libXdamage.so.1
|
||||
libXcomposite.so.1
|
||||
libXfixes.so.3
|
||||
libclutter-1.0.so.0
|
||||
libcogl.so.11
|
||||
libgtk-3.so.0
|
||||
libgdk-3.so.0
|
||||
libatk-1.0.so.0
|
||||
libgio-2.0.so.0
|
||||
libpangocairo-1.0.so.0
|
||||
libgdk_pixbuf-2.0.so.0
|
||||
libcairo-gobject.so.2
|
||||
libcairo.so.2
|
||||
libpango-1.0.so.0
|
||||
libgobject-2.0.so.0
|
||||
libgmodule-2.0.so.0
|
||||
librt.so.1
|
||||
libglib-2.0.so.0
|
||||
libm.so.6
|
||||
libpthread.so.0
|
||||
libc.so.6
|
||||
libclutter-1.0.so.0
|
||||
libcogl.so.11
|
||||
|
|
|
@ -1,15 +1,16 @@
|
|||
# Template file for 'clutter-gtk'
|
||||
pkgname=clutter-gtk
|
||||
version=1.3.2
|
||||
version=1.4.0
|
||||
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"
|
||||
clutter-devel>=1.12"
|
||||
short_desc="GTK+3 bindings for the Clutter Tolkit"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
distfiles="${GNOME_SITE}/$pkgname/1.3/$pkgname-$version.tar.xz"
|
||||
checksum=ee50538daca9447be6ad1ed0d049fbb2dc5a1bcaecd13fda847b9b66f922ee37
|
||||
homepage="http://clutter-project.org/"
|
||||
license="LGPL-2.1"
|
||||
distfiles="${GNOME_SITE}/$pkgname/1.4/$pkgname-$version.tar.xz"
|
||||
checksum=d51c4bb6a6ad0a337976766383f97a1c905a37bd77b3dbf484a7314130d97b6e
|
||||
long_desc="
|
||||
This packages contains the GTK+3 bindings for the Clutter Toolkit."
|
||||
|
||||
|
|
Loading…
Reference in New Issue