gtk+: rebuild against glib-2.32.0.

This commit is contained in:
Juan RP 2012-03-27 08:19:02 +02:00
parent b207f432c8
commit a35370c961
7 changed files with 6 additions and 6 deletions

View file

@ -7,5 +7,4 @@ libpango-1.0.so.0
libgobject-2.0.so.0
libglib-2.0.so.0
libm.so.6
libpthread.so.0
libc.so.6

View file

@ -6,6 +6,8 @@ long_desc="${long_desc}
This package contains the example files and a demonstration program
for GTK+3."
revision=1
do_install() {
vmove usr/bin/gtk-demo usr/bin
vmove usr/share/gtk-2.0 usr/share

View file

@ -1,6 +1,6 @@
# Template file for 'gtk+-devel'.
#
revision=1
revision=2
short_desc="${sourcepkg} (development files)"
long_desc="${long_desc}
@ -11,7 +11,7 @@ Add_dependency run atk-devel
Add_dependency run cairo-devel
Add_dependency run gdk-pixbuf-devel
Add_dependency run pango-devel
Add_dependency run gtk+
Add_dependency run gtk+ ">=${version}"
do_install()
{

View file

@ -17,8 +17,6 @@ libXcursor.so.1
libXcomposite.so.1
libXdamage.so.1
libXfixes.so.3
libgthread-2.0.so.0
librt.so.1
libcairo.so.2
libX11.so.6
libm.so.6

View file

@ -1,5 +1,4 @@
libgdk_pixbuf-2.0.so.0
libgobject-2.0.so.0
libglib-2.0.so.0
libpthread.so.0
libc.so.6

View file

@ -6,6 +6,7 @@ long_desc="${long_desc}
This package contains gtk-update-icon-cache, to update GTK+ icon caches."
replaces="gtk+<=2.24.8_3 gtk+3<=3.2.2"
revision=1
do_install() {
vmove usr/bin/gtk-update-icon-cache usr/bin

View file

@ -1,6 +1,7 @@
# Template build file for 'gtk+'.
pkgname=gtk+
version=2.24.10
revision=1
distfiles="${GNOME_SITE}/gtk+/2.24/gtk+-$version.tar.xz"
build_style=gnu-configure
configure_args="--disable-cups --with-xinput"