summaryrefslogtreecommitdiffstats
path: root/testing
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 /testing
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 'testing')
-rw-r--r--testing/clutter/APKBUILD2
-rw-r--r--testing/gjs/APKBUILD2
-rw-r--r--testing/mutter/APKBUILD4
-rw-r--r--testing/polkit-gnome/APKBUILD2
4 files changed, 5 insertions, 5 deletions
diff --git a/testing/clutter/APKBUILD b/testing/clutter/APKBUILD
index 8d8e29878..43fa88c79 100644
--- a/testing/clutter/APKBUILD
+++ b/testing/clutter/APKBUILD
@@ -9,7 +9,7 @@ arch="all"
license="LGPL"
depends=
depends_dev="gdk-pixbuf-dev json-glib-dev atk-dev pango-dev mesa-dev libxcomposite-dev cairo-dev"
-makedepends="$depends_dev gobject-introspection intltool"
+makedepends="$depends_dev gobject-introspection-dev intltool"
install=""
subpackages="$pkgname-dev $pkgname-doc"
source="ftp://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2"
diff --git a/testing/gjs/APKBUILD b/testing/gjs/APKBUILD
index 3e9b895ba..37e42a0ee 100644
--- a/testing/gjs/APKBUILD
+++ b/testing/gjs/APKBUILD
@@ -9,7 +9,7 @@ arch=""
license="LGPL"
depends="xulrunner"
depends_dev="xulrunner-dev gtk+-dev glib-dev cairo-dev dbus-glib-dev nspr-dev"
-makedepends="$depends_dev gobject-introspection"
+makedepends="$depends_dev gobject-introspection-dev"
install=""
subpackages="$pkgname-dev"
source="ftp://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2"
diff --git a/testing/mutter/APKBUILD b/testing/mutter/APKBUILD
index 047365517..6b3aefddd 100644
--- a/testing/mutter/APKBUILD
+++ b/testing/mutter/APKBUILD
@@ -2,14 +2,14 @@
# Maintainer: William Pitcock <nenolod@dereferenced.org>
pkgname=mutter
pkgver=2.31.5
-pkgrel=1
+pkgrel=2
pkgdesc="clutter-based window manager for GNOME"
url="http://www.gnome.org/"
arch="all"
license="GPL"
depends="zenity"
depends_dev="clutter-dev libcanberra-dev gconf-dev startup-notification-dev python-dev"
-makedepends="$depends_dev gobject-introspection intltool gnome-doc-utils"
+makedepends="$depends_dev gobject-introspection-dev intltool gnome-doc-utils"
install="$pkgname.pre-deinstall $pkgname.post-install $pkgname.post-upgrade"
subpackages="$pkgname-dev $pkgname-doc"
source="ftp://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2
diff --git a/testing/polkit-gnome/APKBUILD b/testing/polkit-gnome/APKBUILD
index 97e837292..27a8a2ba3 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"