aboutsummaryrefslogtreecommitdiffstats
path: root/main/nautilus
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2011-06-08 19:40:54 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2011-06-09 06:22:56 +0000
commitc73ab454bdcbd9cc9bb1e611209016b418ecbeac (patch)
tree7dd884edbb0864da8aca8056ce935f89af2f8fc1 /main/nautilus
parent94e9b1305b2c4bd2b45db58cb86fad0fb7ca05c3 (diff)
downloadaports-c73ab454bdcbd9cc9bb1e611209016b418ecbeac.tar.bz2
aports-c73ab454bdcbd9cc9bb1e611209016b418ecbeac.tar.xz
main/gobject-introspection: rearrange
we use a -dev subpackage for development like we do for others. The gobject-introspection is now the runtime only. This should also fix issue with py-gobject pulling in -dev packages.
Diffstat (limited to 'main/nautilus')
-rw-r--r--main/nautilus/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/nautilus/APKBUILD b/main/nautilus/APKBUILD
index a0aecbb246..90df7a7469 100644
--- a/main/nautilus/APKBUILD
+++ b/main/nautilus/APKBUILD
@@ -25,7 +25,7 @@ depends_dev="gtk+-dev
libxdmcp-dev
libxext-dev
libxcb-dev"
-makedepends="$depends_dev intltool gobject-introspection"
+makedepends="$depends_dev intltool gobject-introspection-dev"
install="$pkgname.post-install $pkgname.pre-deinstall $pkgname.post-upgrade"
subpackages="$pkgname-dev"
source="ftp://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2"