clutter-gtk: update to 1.1.2.
This commit is contained in:
parent
39f4b24fa9
commit
528b8b695b
3 changed files with 9 additions and 14 deletions
|
@ -7,10 +7,11 @@ long_desc="${long_desc}
|
|||
|
||||
Add_dependency run gtk+3-devel
|
||||
Add_dependency run clutter-devel
|
||||
Add_dependency run clutter-gtk
|
||||
Add_dependency run clutter-gtk ">=${version}"
|
||||
|
||||
do_install()
|
||||
{
|
||||
noarch=yes
|
||||
|
||||
do_install() {
|
||||
vmove usr/include usr
|
||||
vmove usr/lib/pkgconfig usr/lib
|
||||
vmove usr/share/gir-1.0 usr/share
|
||||
|
|
|
@ -1,9 +1,6 @@
|
|||
libclutter-glx-1.0.so.0
|
||||
libcogl-pango.so.0
|
||||
libjson-glib-1.0.so.0
|
||||
libGL.so.1
|
||||
libXi.so.6
|
||||
libcogl.so.5
|
||||
libdrm.so.2
|
||||
libX11.so.6
|
||||
libXext.so.6
|
||||
|
@ -14,19 +11,17 @@ libgtk-3.so.0
|
|||
libgdk-3.so.0
|
||||
libatk-1.0.so.0
|
||||
libgio-2.0.so.0
|
||||
libpangoft2-1.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
|
||||
libfreetype.so.6
|
||||
libfontconfig.so.1
|
||||
libgobject-2.0.so.0
|
||||
libgmodule-2.0.so.0
|
||||
libgthread-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.9
|
||||
|
|
|
@ -1,12 +1,11 @@
|
|||
# Template file for 'clutter-gtk'
|
||||
pkgname=clutter-gtk
|
||||
version=1.0.4
|
||||
revision=3
|
||||
distfiles="${GNOME_SITE}/$pkgname/1.0/$pkgname-$version.tar.xz"
|
||||
version=1.1.2
|
||||
distfiles="${GNOME_SITE}/$pkgname/1.1/$pkgname-$version.tar.xz"
|
||||
build_style=gnu-configure
|
||||
short_desc="GTK+3 bindings for the Clutter Tolkit"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=0741fd2feb7d065dd5949a0b47f9cd740272c1428ca93431dea677acb6de464e
|
||||
checksum=e000594770df759a638bfe814c88d4ab089c93d56553811d6947fc9ed85e6aa0
|
||||
long_desc="
|
||||
This packages contains the GTK+3 bindings for the Clutter Toolkit."
|
||||
|
||||
|
|
Loading…
Reference in a new issue