From 6811459fbccea7742c1625637c6af3667dc034f6 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Thu, 26 Apr 2012 18:06:01 +0000 Subject: main/gobject-introspection: the -dev package needs libtool otherwise will some packages. like gtk-vnc fail to build. https://bugzilla.redhat.com/show_bug.cgi?format=multiple&id=613466 --- main/gobject-introspection/APKBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/main/gobject-introspection/APKBUILD b/main/gobject-introspection/APKBUILD index c267c55ca0..33ebaf30c2 100644 --- a/main/gobject-introspection/APKBUILD +++ b/main/gobject-introspection/APKBUILD @@ -1,13 +1,13 @@ # Maintainer: Natanael Copa pkgname=gobject-introspection pkgver=1.32.1 -pkgrel=1 +pkgrel=2 pkgdesc="Introspection system for GObject-based libraries" url="http://live.gnome.org/GObjectInstrospection" arch="all" license="LGPL GPL" -depends_dev="python glib-dev libffi-dev cairo-dev" -makedepends="$depends_dev flex bison python-dev libtool" +depends_dev="python glib-dev libffi-dev cairo-dev libtool" +makedepends="$depends_dev flex bison python-dev" depends= replaces="libgirepository" source="http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz -- cgit v1.2.3