diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2010-12-19 12:50:22 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-12-19 12:50:22 +0000 |
commit | d09caaa0fde2c61f1a87edbe933d6007ed6ce166 (patch) | |
tree | 8b0cbb0eaed5e73513bd4d7f75ce4200ecba1aa8 /testing/gnome-bluetooth/APKBUILD | |
parent | 001012cc010080a7f58690a782e2f72f939a3eb1 (diff) | |
download | aports-d09caaa0fde2c61f1a87edbe933d6007ed6ce166.tar.bz2 aports-d09caaa0fde2c61f1a87edbe933d6007ed6ce166.tar.xz |
testing/gnome-bluetooth: update depends
we depend on obex-data-server and obexd-client
Diffstat (limited to 'testing/gnome-bluetooth/APKBUILD')
-rw-r--r-- | testing/gnome-bluetooth/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/gnome-bluetooth/APKBUILD b/testing/gnome-bluetooth/APKBUILD index 0eb6e9ca98..15d3afe56e 100644 --- a/testing/gnome-bluetooth/APKBUILD +++ b/testing/gnome-bluetooth/APKBUILD @@ -1,12 +1,12 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=gnome-bluetooth pkgver=2.32.0 -pkgrel=0 +pkgrel=1 pkgdesc="The GNOME Bluetooth Subsystem" url="http://live.gnome.org/GnomeBluetooth" arch="x86 x86_64" license="GPL LGPL" -depends="hicolor-icon-theme obexd" +depends="hicolor-icon-theme obexd-client obex-data-server" makedepends="intltool py-gtk gobject-introspection libunique-dev libnotify-dev libxi-dev libxslt py-libxml2 gnome-doc-utils" install= |