summaryrefslogtreecommitdiff
path: root/community/blueman/PKGBUILD
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2013-12-27 23:55:53 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2013-12-27 23:55:53 +0000
commit65eeff79fff8a1bfdf67ca51d147384f46f4d5c0 (patch)
treefbfdff322b28d9a3c37e6e31c94caf1d8e48dac1 /community/blueman/PKGBUILD
parentd53c44f055929b18d7d1b25f8367ee5836c435fc (diff)
Fri Dec 27 23:54:04 UTC 2013
Diffstat (limited to 'community/blueman/PKGBUILD')
-rw-r--r--community/blueman/PKGBUILD48
1 files changed, 0 insertions, 48 deletions
diff --git a/community/blueman/PKGBUILD b/community/blueman/PKGBUILD
deleted file mode 100644
index d1db7e726..000000000
--- a/community/blueman/PKGBUILD
+++ /dev/null
@@ -1,48 +0,0 @@
-# $Id: PKGBUILD 100136 2013-11-01 20:21:28Z spupykin $
-# Contributor: Ionut Biru <ibiru@archlinux.org
-# Contributor: Abhishek Dasgupta <abhidg@gmail.com>
-
-pkgname=blueman
-pkgver=20131021git
-pkgrel=2
-pkgdesc="GTK+ bluetooth manager"
-arch=('i686' 'x86_64')
-license=('GPL')
-url="https://github.com/cschramm/blueman"
-depends=('bluez' 'bluez-libs' 'gnome-icon-theme' 'libpulse' 'obex-data-server'
- 'python2-dbus' 'python2-notify' 'startup-notification' 'xdg-utils')
-makedepends=('pyrex' 'intltool' 'git')
-optdepends=('dnsmasq: For creating PAN network'
- 'modemmanager: For modem management service'
- 'notification-daemon: For desktop notifications'
- 'polkit-gnome: For privileged actions'
- 'pulseaudio: To use the pulseaudio plugin'
- 'python2-gconf: For gconf configuration support')
-install=$pkgname.install
-source=("blueman::git://github.com/cschramm/blueman.git")
-md5sums=('SKIP')
-
-prepare() {
- cd "${srcdir}/${pkgname}"
- for file in apps/blueman*; do
- sed -i 's_#!/usr/bin/python_#!/usr/bin/python2_' $file
- done
- sed -i 's|"blueman-tray"|"blueman"|' blueman/plugins/applet/StatusIcon.py
-}
-
-build() {
- cd "${srcdir}/${pkgname}"
- export PYTHON=python2
- ./autogen.sh
- ./configure --prefix=/usr \
- --sysconfdir=/etc \
- --libexecdir=/usr/lib/blueman \
- --with-no-runtime-deps-check
- make
-}
-
-package() {
- cd "${srcdir}/${pkgname}"
- make DESTDIR="${pkgdir}" install
- echo "NotShowIn=KDE;" >> ${pkgdir}/etc/xdg/autostart/blueman.desktop
-}