diff options
Diffstat (limited to 'community/blueman/PKGBUILD')
-rw-r--r-- | community/blueman/PKGBUILD | 24 |
1 files changed, 11 insertions, 13 deletions
diff --git a/community/blueman/PKGBUILD b/community/blueman/PKGBUILD index 0f0dc6315..8d339de81 100644 --- a/community/blueman/PKGBUILD +++ b/community/blueman/PKGBUILD @@ -1,28 +1,26 @@ -# $Id: PKGBUILD 78176 2012-10-17 10:22:59Z allan $ +# $Id: PKGBUILD 87809 2013-04-06 22:04:55Z bgyorgy $ # Maintainer : Ionut Biru <ibiru@archlinux.org # Contributor: Abhishek Dasgupta <abhidg@gmail.com> pkgname=blueman pkgver=1.23 -pkgrel=5 +pkgrel=6 pkgdesc="GTK+ bluetooth manager" arch=('i686' 'x86_64' 'mips64el') license=('GPL') -url="http://blueman-project.org" -depends=('python2-notify' 'bluez' 'python2-dbus' 'gtk2' 'python2-gobject2' 'startup-notification' - 'obex-data-server' 'polkit-gnome' 'xdg-utils' 'hicolor-icon-theme' 'libpulse' - 'notification-daemon') +url="https://launchpad.net/blueman" +depends=('bluez' 'gnome-icon-theme' 'libpulse' 'obex-data-server' 'python2-dbus' + 'python2-notify' 'startup-notification' 'xdg-utils') makedepends=('pyrex' 'intltool') optdepends=('dnsmasq: For creating PAN network' - 'gconf: For gconf configuration support' + 'modemmanager: For modem management service' + 'notification-daemon: For desktop notifications' + 'polkit-gnome: For privileged actions' 'pulseaudio: To use the pulseaudio plugin' - 'notification-daemon: for desktop notifications' - 'libnotify: for desktop notifications' - 'modemmanager: for modem management service' - 'gnome-icon-theme: icon theme') + 'python2-gconf: For gconf configuration support') options=('!libtool') install=$pkgname.install -source=(http://download.tuxfamily.org/blueman/${pkgname}-${pkgver}.tar.gz) +source=(https://launchpad.net/${pkgname}/1.2/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz) md5sums=('f0bee59589f4c23e35bf08c2ef8acaef') build() { @@ -44,5 +42,5 @@ build() { package() { cd "${srcdir}/${pkgname}-${pkgver}" make DESTDIR="${pkgdir}" install - echo "OnlyShowIn=GNOME;XFCE;" >> ${pkgdir}/etc/xdg/autostart/blueman.desktop + echo "NotShowIn=KDE;" >> ${pkgdir}/etc/xdg/autostart/blueman.desktop } |