summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 3f564d5106fab7923ac4917c48b09280202a62c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Maintainer: Librewish <librewish@gmail.com>

pkgname=bluetooth-support
pkgver=1
pkgrel=1
arch=('any')
url="https://wiki.archlinux.org/index.php/Bluetooth"
license=('GPL')
pkgdesc="Meta package for bluetooth support."
depends=("bluez"
                        "bluez-libs"
                        "bluez-hid2hci"
                        "bluez-plugins"
                        "bluez-tools"
                        "bluez-utils"
                        "pulsesudio-bluetooth"
                        "bluetooth-autoconnect")
optdepends=('blueman: A gtk+ bluetooth manager'
                        'bluedevil: Qt bluetooth frontend'
                        'blueberry: Bluetooth configuration tool')
install=bluetooth.install
replaces=("garuda-bluetooth" "manjaro-bluetooth")