aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2012-04-26 18:06:01 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2012-04-26 18:06:01 +0000
commit6811459fbccea7742c1625637c6af3667dc034f6 (patch)
tree3e39db2c58e310825d61f160d070aa1ba1db9b78
parent992ec1f14f4870573e7cefdd21d4d1411b3fee98 (diff)
downloadaports-6811459fbccea7742c1625637c6af3667dc034f6.tar.bz2
aports-6811459fbccea7742c1625637c6af3667dc034f6.tar.xz
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
-rw-r--r--main/gobject-introspection/APKBUILD6
1 files 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 <ncopa@alpinelinux.org>
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