diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-06-08 19:40:54 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-06-09 06:22:56 +0000 |
commit | c73ab454bdcbd9cc9bb1e611209016b418ecbeac (patch) | |
tree | 7dd884edbb0864da8aca8056ce935f89af2f8fc1 /testing/polkit-gnome | |
parent | 94e9b1305b2c4bd2b45db58cb86fad0fb7ca05c3 (diff) | |
download | aports-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 'testing/polkit-gnome')
-rw-r--r-- | testing/polkit-gnome/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/polkit-gnome/APKBUILD b/testing/polkit-gnome/APKBUILD index 97e837292f..27a8a2ba3b 100644 --- a/testing/polkit-gnome/APKBUILD +++ b/testing/polkit-gnome/APKBUILD @@ -7,7 +7,7 @@ url="http://www.freedesktop.org/wiki/Software/PolicyKit" arch="all" license="LGPL" depends="" -makedepends="polkit-dev gtk+-dev gobject-introspection" +makedepends="polkit-dev gtk+-dev gobject-introspection-dev" subpackages="$pkgname-dev" source="http://hal.freedesktop.org/releases/polkit-gnome-$pkgver.tar.bz2" |