[arch-commits] Commit in blueman/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-12-05 Thread Morten Linderud via arch-commits
Date: Saturday, December 5, 2020 @ 14:36:19
  Author: foxboron
Revision: 770672

archrelease: copy trunk to community-x86_64

Added:
  blueman/repos/community-x86_64/PKGBUILD
(from rev 770671, blueman/trunk/PKGBUILD)
Deleted:
  blueman/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   92 ++---
 1 file changed, 46 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-05 14:36:10 UTC (rev 770671)
+++ PKGBUILD2020-12-05 14:36:19 UTC (rev 770672)
@@ -1,46 +0,0 @@
-# Maintainer: Balló György 
-# Contributor: Arthur Zamarin 
-# Contributor: Martin Wimpress 
-
-pkgname=blueman
-pkgver=2.1.3
-pkgrel=2
-pkgdesc="GTK+ Bluetooth Manager"
-arch=('x86_64')
-url="https://github.com/blueman-project/blueman;
-license=('GPL')
-depends=('bluez' 'bluez-libs' 'gtk3' 'libnm' 'python-cairo' 'python-gobject')
-makedepends=('cython' 'intltool' 'iproute2')
-optdepends=('dnsmasq: Network Access Point (NAP) support'
-'iproute2: Network Access Point (NAP) support'
-'networkmanager: Dial Up Networking (DUN) and Personal Area 
Networking (PAN) support'
-'pulseaudio-bluetooth: audio devices support')
-source=(https://github.com/blueman-project/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz)
-sha256sums=('3bd02e0cc9e2c1424df1fc2015da710a280ef4c657515727e47eafabf8c2cfde')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # Fix path for bluetoothd
-  sed -i 's|/usr/sbin/bluetoothd|/usr/lib/bluetooth/bluetoothd|' 
apps/blueman-report.in
-
-  # Use correct D-Bus config location
-  sed -i '/^dbusdir =/ s/sysconfdir/datadir/' data/configs/Makefile.{am,in}
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib/$pkgname \
---disable-schemas-compile \
---with-dhcp-config='/etc/dhcpd.conf'
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -d -o root -g 102 -m 750 "$pkgdir/usr/share/polkit-1/rules.d"
-}

Copied: blueman/repos/community-x86_64/PKGBUILD (from rev 770671, 
blueman/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-05 14:36:19 UTC (rev 770672)
@@ -0,0 +1,46 @@
+# Maintainer: Balló György 
+# Contributor: Arthur Zamarin 
+# Contributor: Martin Wimpress 
+
+pkgname=blueman
+pkgver=2.1.4
+pkgrel=1
+pkgdesc="GTK+ Bluetooth Manager"
+arch=('x86_64')
+url="https://github.com/blueman-project/blueman;
+license=('GPL')
+depends=('bluez' 'bluez-libs' 'gtk3' 'libnm' 'python-cairo' 'python-gobject')
+makedepends=('cython' 'intltool' 'iproute2')
+optdepends=('dnsmasq: Network Access Point (NAP) support'
+'iproute2: Network Access Point (NAP) support'
+'networkmanager: Dial Up Networking (DUN) and Personal Area 
Networking (PAN) support'
+'pulseaudio-bluetooth: audio devices support')
+source=(https://github.com/blueman-project/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz)
+sha256sums=('1d9c3d39a564d88851aa8de509f16bfa586b0b50f4307dc6c6347ba4833664da')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Fix path for bluetoothd
+  sed -i 's|/usr/sbin/bluetoothd|/usr/lib/bluetooth/bluetoothd|' 
apps/blueman-report.in
+
+  # Use correct D-Bus config location
+  sed -i '/^dbusdir =/ s/sysconfdir/datadir/' data/configs/Makefile.{am,in}
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib/$pkgname \
+--disable-schemas-compile \
+--with-dhcp-config='/etc/dhcpd.conf'
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -d -o root -g 102 -m 750 "$pkgdir/usr/share/polkit-1/rules.d"
+}


[arch-commits] Commit in blueman/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-05-27 Thread Balló György via arch-commits
Date: Wednesday, May 27, 2020 @ 09:44:15
  Author: bgyorgy
Revision: 635860

archrelease: copy trunk to community-x86_64

Added:
  blueman/repos/community-x86_64/PKGBUILD
(from rev 635859, blueman/trunk/PKGBUILD)
Deleted:
  blueman/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   92 ++---
 1 file changed, 46 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-27 09:44:11 UTC (rev 635859)
+++ PKGBUILD2020-05-27 09:44:15 UTC (rev 635860)
@@ -1,46 +0,0 @@
-# Maintainer: Balló György 
-# Contributor: Arthur Zamarin 
-# Contributor: Martin Wimpress 
-
-pkgname=blueman
-pkgver=2.1.2
-pkgrel=1
-pkgdesc="GTK+ Bluetooth Manager"
-arch=('x86_64')
-url="https://github.com/blueman-project/blueman;
-license=('GPL')
-depends=('bluez' 'bluez-libs' 'gtk3' 'libnm' 'python-cairo' 'python-gobject')
-makedepends=('cython' 'intltool' 'iproute2')
-optdepends=('dnsmasq: Network Access Point (NAP) support'
-'iproute2: Network Access Point (NAP) support'
-'networkmanager: Dial Up Networking (DUN) and Personal Area 
Networking (PAN) support'
-'pulseaudio-bluetooth: audio devices support')
-source=(https://github.com/blueman-project/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz)
-sha256sums=('517db22cdf5b80af7865efb3fdf0d056fb549ba63b7f39d9d7346bfafc83894c')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # Fix path for bluetoothd
-  sed -i 's|/usr/sbin/bluetoothd|/usr/lib/bluetooth/bluetoothd|' 
apps/blueman-report.in
-
-  # Use correct D-Bus config location
-  sed -i '/^dbusdir =/ s/sysconfdir/datadir/' data/configs/Makefile.{am,in}
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib/$pkgname \
---disable-schemas-compile \
---with-dhcp-config='/etc/dhcpd.conf'
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -d -o root -g 102 -m 750 "$pkgdir/usr/share/polkit-1/rules.d"
-}

Copied: blueman/repos/community-x86_64/PKGBUILD (from rev 635859, 
blueman/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-27 09:44:15 UTC (rev 635860)
@@ -0,0 +1,46 @@
+# Maintainer: Balló György 
+# Contributor: Arthur Zamarin 
+# Contributor: Martin Wimpress 
+
+pkgname=blueman
+pkgver=2.1.3
+pkgrel=1
+pkgdesc="GTK+ Bluetooth Manager"
+arch=('x86_64')
+url="https://github.com/blueman-project/blueman;
+license=('GPL')
+depends=('bluez' 'bluez-libs' 'gtk3' 'libnm' 'python-cairo' 'python-gobject')
+makedepends=('cython' 'intltool' 'iproute2')
+optdepends=('dnsmasq: Network Access Point (NAP) support'
+'iproute2: Network Access Point (NAP) support'
+'networkmanager: Dial Up Networking (DUN) and Personal Area 
Networking (PAN) support'
+'pulseaudio-bluetooth: audio devices support')
+source=(https://github.com/blueman-project/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz)
+sha256sums=('3bd02e0cc9e2c1424df1fc2015da710a280ef4c657515727e47eafabf8c2cfde')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Fix path for bluetoothd
+  sed -i 's|/usr/sbin/bluetoothd|/usr/lib/bluetooth/bluetoothd|' 
apps/blueman-report.in
+
+  # Use correct D-Bus config location
+  sed -i '/^dbusdir =/ s/sysconfdir/datadir/' data/configs/Makefile.{am,in}
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib/$pkgname \
+--disable-schemas-compile \
+--with-dhcp-config='/etc/dhcpd.conf'
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -d -o root -g 102 -m 750 "$pkgdir/usr/share/polkit-1/rules.d"
+}


[arch-commits] Commit in blueman/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-03-04 Thread Antonio Rojas via arch-commits
Date: Wednesday, March 4, 2020 @ 21:32:22
  Author: arojas
Revision: 590536

archrelease: copy trunk to community-x86_64

Added:
  blueman/repos/community-x86_64/PKGBUILD
(from rev 590535, blueman/trunk/PKGBUILD)
Deleted:
  blueman/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   92 ++---
 1 file changed, 46 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-04 21:32:03 UTC (rev 590535)
+++ PKGBUILD2020-03-04 21:32:22 UTC (rev 590536)
@@ -1,46 +0,0 @@
-# Maintainer: Balló György 
-# Contributor: Arthur Zamarin 
-# Contributor: Martin Wimpress 
-
-pkgname=blueman
-pkgver=2.1.1
-pkgrel=2
-pkgdesc="GTK+ Bluetooth Manager"
-arch=('x86_64')
-url="https://github.com/blueman-project/blueman;
-license=('GPL')
-depends=('bluez' 'bluez-libs' 'gtk3' 'libnm' 'python-cairo' 'python-gobject')
-makedepends=('cython' 'intltool' 'iproute2')
-optdepends=('dnsmasq: Network Access Point (NAP) support'
-'iproute2: Network Access Point (NAP) support'
-'networkmanager: Dial Up Networking (DUN) and Personal Area 
Networking (PAN) support'
-'pulseaudio-bluetooth: audio devices support')
-source=(https://github.com/blueman-project/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz)
-sha256sums=('f1eab2334e5a1587defa80900901048d14c2e8ffa8c0cff7240bc9937a61dbc3')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # Fix path for bluetoothd
-  sed -i 's|/usr/sbin/bluetoothd|/usr/lib/bluetooth/bluetoothd|' 
apps/blueman-report.in
-
-  # Use correct D-Bus config location
-  sed -i '/^dbusdir =/ s/sysconfdir/datadir/' data/configs/Makefile.{am,in}
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib/$pkgname \
---disable-schemas-compile \
---with-dhcp-config='/etc/dhcpd.conf'
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -d -o root -g 102 -m 750 "$pkgdir/usr/share/polkit-1/rules.d"
-}

Copied: blueman/repos/community-x86_64/PKGBUILD (from rev 590535, 
blueman/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-04 21:32:22 UTC (rev 590536)
@@ -0,0 +1,46 @@
+# Maintainer: Balló György 
+# Contributor: Arthur Zamarin 
+# Contributor: Martin Wimpress 
+
+pkgname=blueman
+pkgver=2.1.2
+pkgrel=1
+pkgdesc="GTK+ Bluetooth Manager"
+arch=('x86_64')
+url="https://github.com/blueman-project/blueman;
+license=('GPL')
+depends=('bluez' 'bluez-libs' 'gtk3' 'libnm' 'python-cairo' 'python-gobject')
+makedepends=('cython' 'intltool' 'iproute2')
+optdepends=('dnsmasq: Network Access Point (NAP) support'
+'iproute2: Network Access Point (NAP) support'
+'networkmanager: Dial Up Networking (DUN) and Personal Area 
Networking (PAN) support'
+'pulseaudio-bluetooth: audio devices support')
+source=(https://github.com/blueman-project/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz)
+sha256sums=('517db22cdf5b80af7865efb3fdf0d056fb549ba63b7f39d9d7346bfafc83894c')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Fix path for bluetoothd
+  sed -i 's|/usr/sbin/bluetoothd|/usr/lib/bluetooth/bluetoothd|' 
apps/blueman-report.in
+
+  # Use correct D-Bus config location
+  sed -i '/^dbusdir =/ s/sysconfdir/datadir/' data/configs/Makefile.{am,in}
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib/$pkgname \
+--disable-schemas-compile \
+--with-dhcp-config='/etc/dhcpd.conf'
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -d -o root -g 102 -m 750 "$pkgdir/usr/share/polkit-1/rules.d"
+}


[arch-commits] Commit in blueman/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-08-29 Thread Balló György via arch-commits
Date: Thursday, August 29, 2019 @ 12:54:24
  Author: bgyorgy
Revision: 504802

archrelease: copy trunk to community-x86_64

Added:
  blueman/repos/community-x86_64/PKGBUILD
(from rev 504801, blueman/trunk/PKGBUILD)
Deleted:
  blueman/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   92 ++---
 1 file changed, 46 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-29 12:54:21 UTC (rev 504801)
+++ PKGBUILD2019-08-29 12:54:24 UTC (rev 504802)
@@ -1,46 +0,0 @@
-# Maintainer: Balló György 
-# Contributor: Arthur Zamarin 
-# Contributor: Martin Wimpress 
-
-pkgname=blueman
-pkgver=2.1
-pkgrel=1
-pkgdesc="GTK+ Bluetooth Manager"
-arch=('x86_64')
-url="https://github.com/blueman-project/blueman;
-license=('GPL')
-depends=('bluez' 'bluez-libs' 'gtk3' 'libnm' 'python-cairo' 'python-gobject')
-makedepends=('cython' 'intltool' 'iproute2')
-optdepends=('dnsmasq: Network Access Point (NAP) support'
-'iproute2: Network Access Point (NAP) support'
-'networkmanager: Dial Up Networking (DUN) and Personal Area 
Networking (PAN) support'
-'pulseaudio-bluetooth: audio devices support')
-source=(https://github.com/blueman-project/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz)
-sha256sums=('83c4fa71152553bf61d1a004f2f3d38e3b339b633d5ebc141bc4199a6e5473c7')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # Fix path for bluetoothd
-  sed -i 's|/usr/sbin/bluetoothd|/usr/lib/bluetooth/bluetoothd|' 
apps/blueman-report.in
-
-  # Use correct D-Bus config location
-  sed -i '/^dbusdir =/ s/sysconfdir/datadir/' data/configs/Makefile.{am,in}
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib/$pkgname \
---disable-schemas-compile \
---with-dhcp-config='/etc/dhcpd.conf'
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -d -o root -g 102 -m 750 "$pkgdir/usr/share/polkit-1/rules.d"
-}

Copied: blueman/repos/community-x86_64/PKGBUILD (from rev 504801, 
blueman/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-29 12:54:24 UTC (rev 504802)
@@ -0,0 +1,46 @@
+# Maintainer: Balló György 
+# Contributor: Arthur Zamarin 
+# Contributor: Martin Wimpress 
+
+pkgname=blueman
+pkgver=2.1.1
+pkgrel=1
+pkgdesc="GTK+ Bluetooth Manager"
+arch=('x86_64')
+url="https://github.com/blueman-project/blueman;
+license=('GPL')
+depends=('bluez' 'bluez-libs' 'gtk3' 'libnm' 'python-cairo' 'python-gobject')
+makedepends=('cython' 'intltool' 'iproute2')
+optdepends=('dnsmasq: Network Access Point (NAP) support'
+'iproute2: Network Access Point (NAP) support'
+'networkmanager: Dial Up Networking (DUN) and Personal Area 
Networking (PAN) support'
+'pulseaudio-bluetooth: audio devices support')
+source=(https://github.com/blueman-project/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz)
+sha256sums=('f1eab2334e5a1587defa80900901048d14c2e8ffa8c0cff7240bc9937a61dbc3')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Fix path for bluetoothd
+  sed -i 's|/usr/sbin/bluetoothd|/usr/lib/bluetooth/bluetoothd|' 
apps/blueman-report.in
+
+  # Use correct D-Bus config location
+  sed -i '/^dbusdir =/ s/sysconfdir/datadir/' data/configs/Makefile.{am,in}
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib/$pkgname \
+--disable-schemas-compile \
+--with-dhcp-config='/etc/dhcpd.conf'
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -d -o root -g 102 -m 750 "$pkgdir/usr/share/polkit-1/rules.d"
+}


[arch-commits] Commit in blueman/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-06-19 Thread Balló György via arch-commits
Date: Wednesday, June 19, 2019 @ 09:59:06
  Author: bgyorgy
Revision: 482326

archrelease: copy trunk to community-x86_64

Added:
  blueman/repos/community-x86_64/PKGBUILD
(from rev 482325, blueman/trunk/PKGBUILD)
Deleted:
  blueman/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   96 +
 1 file changed, 46 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-19 09:59:02 UTC (rev 482325)
+++ PKGBUILD2019-06-19 09:59:06 UTC (rev 482326)
@@ -1,50 +0,0 @@
-# Maintainer: Balló György 
-# Contributor: Arthur Zamarin 
-# Contributor: Martin Wimpress 
-
-pkgname=blueman
-pkgver=2.0.8
-pkgrel=2
-pkgdesc="GTK+ Bluetooth Manager"
-arch=('x86_64')
-url="https://github.com/blueman-project/blueman;
-license=('GPL')
-depends=('bluez' 'bluez-libs' 'gtk3' 'libnotify' 'python-cairo' 'python-dbus' 
'python-gobject')
-makedepends=('cython' 'intltool')
-optdepends=('dnsmasq: Network Access Point (NAP) support'
-'networkmanager: Dial Up Networking (DUN) and Personal Area 
Networking (PAN) support'
-'net-tools: Network Access Point (NAP) support'
-'pulseaudio-bluetooth: audio devices support')
-source=(https://github.com/blueman-project/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz)
-sha256sums=('04afd07b4c900a401f39e711dedbf8b9cf12000ddeda0d8ef3c3327caf34704e')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # Fix path for bluetoothd
-  sed -i 's|/usr/sbin/bluetoothd|/usr/lib/bluetooth/bluetoothd|' 
apps/blueman-report
-
-  # Use correct D-Bus config location
-  sed -i '/^dbusdir =/ s/sysconfdir/datadir/' data/configs/Makefile.{am,in}
-
-  # Fix non-standard icon names
-  sed -i 's/gtk-find/edit-find/' data/ui/device-list-widget.ui
-  sed -i 's/mouse/input-mouse/' blueman/services/Input.py
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib/$pkgname \
---disable-schemas-compile \
---with-dhcp-config='/etc/dhcpd.conf'
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -d -o root -g 102 -m 750 "$pkgdir/usr/share/polkit-1/rules.d"
-}

Copied: blueman/repos/community-x86_64/PKGBUILD (from rev 482325, 
blueman/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-19 09:59:06 UTC (rev 482326)
@@ -0,0 +1,46 @@
+# Maintainer: Balló György 
+# Contributor: Arthur Zamarin 
+# Contributor: Martin Wimpress 
+
+pkgname=blueman
+pkgver=2.1
+pkgrel=1
+pkgdesc="GTK+ Bluetooth Manager"
+arch=('x86_64')
+url="https://github.com/blueman-project/blueman;
+license=('GPL')
+depends=('bluez' 'bluez-libs' 'gtk3' 'libnm' 'python-cairo' 'python-gobject')
+makedepends=('cython' 'intltool' 'iproute2')
+optdepends=('dnsmasq: Network Access Point (NAP) support'
+'iproute2: Network Access Point (NAP) support'
+'networkmanager: Dial Up Networking (DUN) and Personal Area 
Networking (PAN) support'
+'pulseaudio-bluetooth: audio devices support')
+source=(https://github.com/blueman-project/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz)
+sha256sums=('83c4fa71152553bf61d1a004f2f3d38e3b339b633d5ebc141bc4199a6e5473c7')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Fix path for bluetoothd
+  sed -i 's|/usr/sbin/bluetoothd|/usr/lib/bluetooth/bluetoothd|' 
apps/blueman-report.in
+
+  # Use correct D-Bus config location
+  sed -i '/^dbusdir =/ s/sysconfdir/datadir/' data/configs/Makefile.{am,in}
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib/$pkgname \
+--disable-schemas-compile \
+--with-dhcp-config='/etc/dhcpd.conf'
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -d -o root -g 102 -m 750 "$pkgdir/usr/share/polkit-1/rules.d"
+}


[arch-commits] Commit in blueman/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-03-06 Thread Balló György via arch-commits
Date: Thursday, March 7, 2019 @ 00:56:16
  Author: bgyorgy
Revision: 437975

archrelease: copy trunk to community-x86_64

Added:
  blueman/repos/community-x86_64/PKGBUILD
(from rev 437974, blueman/trunk/PKGBUILD)
Deleted:
  blueman/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   96 +++--
 1 file changed, 50 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-07 00:56:11 UTC (rev 437974)
+++ PKGBUILD2019-03-07 00:56:16 UTC (rev 437975)
@@ -1,46 +0,0 @@
-# Maintainer: Balló György 
-# Contributor: Arthur Zamarin 
-# Contributor: Martin Wimpress 
-
-pkgname=blueman
-pkgver=2.0.8
-pkgrel=1
-pkgdesc="GTK+ Bluetooth Manager"
-arch=('x86_64')
-url="https://github.com/blueman-project/blueman;
-license=('GPL')
-depends=('bluez' 'bluez-libs' 'gtk3' 'libnotify' 'python-cairo' 'python-dbus' 
'python-gobject')
-makedepends=('cython' 'intltool')
-optdepends=('dnsmasq: Network Access Point (NAP) support'
-'networkmanager: Dial Up Networking (DUN) and Personal Area 
Networking (PAN) support'
-'net-tools: Network Access Point (NAP) support'
-'pulseaudio-bluetooth: audio devices support')
-source=(https://github.com/blueman-project/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz)
-sha256sums=('04afd07b4c900a401f39e711dedbf8b9cf12000ddeda0d8ef3c3327caf34704e')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # Fix path for bluetoothd
-  sed -i 's|/usr/sbin/bluetoothd|/usr/lib/bluetooth/bluetoothd|' 
apps/blueman-report
-
-  # Fix non-standard icon names
-  sed -i 's/gtk-find/edit-find/' data/ui/device-list-widget.ui
-  sed -i 's/mouse/input-mouse/' blueman/services/Input.py
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib/$pkgname \
---disable-schemas-compile \
---with-dhcp-config='/etc/dhcpd.conf'
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: blueman/repos/community-x86_64/PKGBUILD (from rev 437974, 
blueman/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-07 00:56:16 UTC (rev 437975)
@@ -0,0 +1,50 @@
+# Maintainer: Balló György 
+# Contributor: Arthur Zamarin 
+# Contributor: Martin Wimpress 
+
+pkgname=blueman
+pkgver=2.0.8
+pkgrel=2
+pkgdesc="GTK+ Bluetooth Manager"
+arch=('x86_64')
+url="https://github.com/blueman-project/blueman;
+license=('GPL')
+depends=('bluez' 'bluez-libs' 'gtk3' 'libnotify' 'python-cairo' 'python-dbus' 
'python-gobject')
+makedepends=('cython' 'intltool')
+optdepends=('dnsmasq: Network Access Point (NAP) support'
+'networkmanager: Dial Up Networking (DUN) and Personal Area 
Networking (PAN) support'
+'net-tools: Network Access Point (NAP) support'
+'pulseaudio-bluetooth: audio devices support')
+source=(https://github.com/blueman-project/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz)
+sha256sums=('04afd07b4c900a401f39e711dedbf8b9cf12000ddeda0d8ef3c3327caf34704e')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Fix path for bluetoothd
+  sed -i 's|/usr/sbin/bluetoothd|/usr/lib/bluetooth/bluetoothd|' 
apps/blueman-report
+
+  # Use correct D-Bus config location
+  sed -i '/^dbusdir =/ s/sysconfdir/datadir/' data/configs/Makefile.{am,in}
+
+  # Fix non-standard icon names
+  sed -i 's/gtk-find/edit-find/' data/ui/device-list-widget.ui
+  sed -i 's/mouse/input-mouse/' blueman/services/Input.py
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib/$pkgname \
+--disable-schemas-compile \
+--with-dhcp-config='/etc/dhcpd.conf'
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -d -o root -g 102 -m 750 "$pkgdir/usr/share/polkit-1/rules.d"
+}


[arch-commits] Commit in blueman/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-02-27 Thread Antonio Rojas via arch-commits
Date: Wednesday, February 27, 2019 @ 21:52:05
  Author: arojas
Revision: 436876

archrelease: copy trunk to community-x86_64

Added:
  blueman/repos/community-x86_64/PKGBUILD
(from rev 436875, blueman/trunk/PKGBUILD)
Deleted:
  blueman/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   92 ++---
 1 file changed, 46 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-27 21:51:42 UTC (rev 436875)
+++ PKGBUILD2019-02-27 21:52:05 UTC (rev 436876)
@@ -1,46 +0,0 @@
-# Maintainer: Balló György 
-# Contributor: Arthur Zamarin 
-# Contributor: Martin Wimpress 
-
-pkgname=blueman
-pkgver=2.0.7
-pkgrel=1
-pkgdesc="GTK+ Bluetooth Manager"
-arch=('x86_64')
-url="https://github.com/blueman-project/blueman;
-license=('GPL')
-depends=('bluez' 'bluez-libs' 'gtk3' 'libnotify' 'python-cairo' 'python-dbus' 
'python-gobject')
-makedepends=('cython' 'intltool')
-optdepends=('dnsmasq: Network Access Point (NAP) support'
-'networkmanager: Dial Up Networking (DUN) and Personal Area 
Networking (PAN) support'
-'net-tools: Network Access Point (NAP) support'
-'pulseaudio-bluetooth: audio devices support')
-source=(https://github.com/blueman-project/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz)
-sha256sums=('c3c8297637b6ca84c95b65f4dcefc0ebdec36e4a1e2b3f265a15aa80c0280297')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # Fix path for bluetoothd
-  sed -i 's|/usr/sbin/bluetoothd|/usr/lib/bluetooth/bluetoothd|' 
apps/blueman-report
-
-  # Fix non-standard icon names
-  sed -i 's/gtk-find/edit-find/' data/ui/device-list-widget.ui
-  sed -i 's/mouse/input-mouse/' blueman/services/Input.py
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib/$pkgname \
---disable-schemas-compile \
---with-dhcp-config='/etc/dhcpd.conf'
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: blueman/repos/community-x86_64/PKGBUILD (from rev 436875, 
blueman/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-27 21:52:05 UTC (rev 436876)
@@ -0,0 +1,46 @@
+# Maintainer: Balló György 
+# Contributor: Arthur Zamarin 
+# Contributor: Martin Wimpress 
+
+pkgname=blueman
+pkgver=2.0.8
+pkgrel=1
+pkgdesc="GTK+ Bluetooth Manager"
+arch=('x86_64')
+url="https://github.com/blueman-project/blueman;
+license=('GPL')
+depends=('bluez' 'bluez-libs' 'gtk3' 'libnotify' 'python-cairo' 'python-dbus' 
'python-gobject')
+makedepends=('cython' 'intltool')
+optdepends=('dnsmasq: Network Access Point (NAP) support'
+'networkmanager: Dial Up Networking (DUN) and Personal Area 
Networking (PAN) support'
+'net-tools: Network Access Point (NAP) support'
+'pulseaudio-bluetooth: audio devices support')
+source=(https://github.com/blueman-project/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz)
+sha256sums=('04afd07b4c900a401f39e711dedbf8b9cf12000ddeda0d8ef3c3327caf34704e')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Fix path for bluetoothd
+  sed -i 's|/usr/sbin/bluetoothd|/usr/lib/bluetooth/bluetoothd|' 
apps/blueman-report
+
+  # Fix non-standard icon names
+  sed -i 's/gtk-find/edit-find/' data/ui/device-list-widget.ui
+  sed -i 's/mouse/input-mouse/' blueman/services/Input.py
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib/$pkgname \
+--disable-schemas-compile \
+--with-dhcp-config='/etc/dhcpd.conf'
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in blueman/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-12-30 Thread Balló György via arch-commits
Date: Sunday, December 30, 2018 @ 12:44:26
  Author: bgyorgy
Revision: 419155

archrelease: copy trunk to community-x86_64

Added:
  blueman/repos/community-x86_64/PKGBUILD
(from rev 419154, blueman/trunk/PKGBUILD)
Deleted:
  blueman/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   93 ++---
 1 file changed, 46 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-30 12:44:22 UTC (rev 419154)
+++ PKGBUILD2018-12-30 12:44:26 UTC (rev 419155)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-# Contributor: Arthur Zamarin 
-# Contributor: Martin Wimpress 
-
-pkgname=blueman
-pkgver=2.0.6
-pkgrel=1
-pkgdesc="GTK+ Bluetooth Manager"
-arch=('x86_64')
-url="https://github.com/blueman-project/blueman;
-license=('GPL')
-depends=('bluez' 'bluez-libs' 'gtk3' 'libnotify' 'python-cairo' 'python-dbus' 
'python-gobject')
-makedepends=('cython' 'intltool')
-optdepends=('dnsmasq: Network Access Point (NAP) support'
-'networkmanager: Dial Up Networking (DUN) and Personal Area 
Networking (PAN) support'
-'net-tools: Network Access Point (NAP) support'
-'pulseaudio-bluetooth: audio devices support')
-source=(https://github.com/blueman-project/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz)
-sha256sums=('728d7f21906a03644f7f19bce42535a71370d7e9d5702b834b2faf29b5a3812d')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # Fix path for bluetoothd
-  sed -i 's|/usr/sbin/bluetoothd|/usr/lib/bluetooth/bluetoothd|' 
apps/blueman-report
-
-  # Fix non-standard icon names
-  sed -i 's/gtk-find/edit-find/' data/ui/device-list-widget.ui
-  sed -i 's/mouse/input-mouse/' blueman/services/Input.py
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib/$pkgname \
---disable-schemas-compile \
---with-dhcp-config='/etc/dhcpd.conf'
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: blueman/repos/community-x86_64/PKGBUILD (from rev 419154, 
blueman/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-30 12:44:26 UTC (rev 419155)
@@ -0,0 +1,46 @@
+# Maintainer: Balló György 
+# Contributor: Arthur Zamarin 
+# Contributor: Martin Wimpress 
+
+pkgname=blueman
+pkgver=2.0.7
+pkgrel=1
+pkgdesc="GTK+ Bluetooth Manager"
+arch=('x86_64')
+url="https://github.com/blueman-project/blueman;
+license=('GPL')
+depends=('bluez' 'bluez-libs' 'gtk3' 'libnotify' 'python-cairo' 'python-dbus' 
'python-gobject')
+makedepends=('cython' 'intltool')
+optdepends=('dnsmasq: Network Access Point (NAP) support'
+'networkmanager: Dial Up Networking (DUN) and Personal Area 
Networking (PAN) support'
+'net-tools: Network Access Point (NAP) support'
+'pulseaudio-bluetooth: audio devices support')
+source=(https://github.com/blueman-project/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz)
+sha256sums=('c3c8297637b6ca84c95b65f4dcefc0ebdec36e4a1e2b3f265a15aa80c0280297')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Fix path for bluetoothd
+  sed -i 's|/usr/sbin/bluetoothd|/usr/lib/bluetooth/bluetoothd|' 
apps/blueman-report
+
+  # Fix non-standard icon names
+  sed -i 's/gtk-find/edit-find/' data/ui/device-list-widget.ui
+  sed -i 's/mouse/input-mouse/' blueman/services/Input.py
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib/$pkgname \
+--disable-schemas-compile \
+--with-dhcp-config='/etc/dhcpd.conf'
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in blueman/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-08-18 Thread Balló György via arch-commits
Date: Saturday, August 18, 2018 @ 19:02:02
  Author: bgyorgy
Revision: 372679

archrelease: copy trunk to community-x86_64

Added:
  blueman/repos/community-x86_64/PKGBUILD
(from rev 372678, blueman/trunk/PKGBUILD)
Deleted:
  blueman/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   94 ++---
 1 file changed, 47 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-18 19:01:59 UTC (rev 372678)
+++ PKGBUILD2018-08-18 19:02:02 UTC (rev 372679)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-# Contributor: Arthur Zamarin 
-# Contributor: Martin Wimpress 
-
-pkgname=blueman
-pkgver=2.0.5
-pkgrel=3
-pkgdesc="GTK+ Bluetooth Manager"
-arch=('x86_64')
-url="https://github.com/blueman-project/blueman;
-license=('GPL')
-depends=('bluez' 'bluez-libs' 'gtk3' 'libnotify' 'python-cairo' 'python-dbus' 
'python-gobject')
-makedepends=('cython' 'intltool')
-optdepends=('dnsmasq: Network Access Point (NAP) support'
-'networkmanager: Dial Up Networking (DUN) and Personal Area 
Networking (PAN) support'
-'net-tools: Network Access Point (NAP) support'
-'pulseaudio-bluetooth: audio devices support')
-source=(https://github.com/blueman-project/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz)
-sha256sums=('2c2eb9bbdcb6056eebcae1bec758f6a8ec752739b65794f6be3e0066ca1f88ca')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # Fix path for bluetoothd
-  sed -i 's|/usr/sbin/bluetoothd|/usr/lib/bluetooth/bluetoothd|' 
apps/blueman-report
-
-  # Fix non-standard icon names
-  sed -i 's/gtk-find/edit-find/' data/ui/device-list-widget.ui
-  sed -i 's/mouse/input-mouse/' blueman/services/Input.py
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib/$pkgname \
---disable-schemas-compile \
---with-dhcp-config='/etc/dhcpd.conf'
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: blueman/repos/community-x86_64/PKGBUILD (from rev 372678, 
blueman/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-18 19:02:02 UTC (rev 372679)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributor: Arthur Zamarin 
+# Contributor: Martin Wimpress 
+
+pkgname=blueman
+pkgver=2.0.6
+pkgrel=1
+pkgdesc="GTK+ Bluetooth Manager"
+arch=('x86_64')
+url="https://github.com/blueman-project/blueman;
+license=('GPL')
+depends=('bluez' 'bluez-libs' 'gtk3' 'libnotify' 'python-cairo' 'python-dbus' 
'python-gobject')
+makedepends=('cython' 'intltool')
+optdepends=('dnsmasq: Network Access Point (NAP) support'
+'networkmanager: Dial Up Networking (DUN) and Personal Area 
Networking (PAN) support'
+'net-tools: Network Access Point (NAP) support'
+'pulseaudio-bluetooth: audio devices support')
+source=(https://github.com/blueman-project/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz)
+sha256sums=('728d7f21906a03644f7f19bce42535a71370d7e9d5702b834b2faf29b5a3812d')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Fix path for bluetoothd
+  sed -i 's|/usr/sbin/bluetoothd|/usr/lib/bluetooth/bluetoothd|' 
apps/blueman-report
+
+  # Fix non-standard icon names
+  sed -i 's/gtk-find/edit-find/' data/ui/device-list-widget.ui
+  sed -i 's/mouse/input-mouse/' blueman/services/Input.py
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib/$pkgname \
+--disable-schemas-compile \
+--with-dhcp-config='/etc/dhcpd.conf'
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in blueman/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-04-28 Thread Balló György via arch-commits
Date: Saturday, April 28, 2018 @ 16:46:24
  Author: bgyorgy
Revision: 318377

archrelease: copy trunk to community-x86_64

Added:
  blueman/repos/community-x86_64/PKGBUILD
(from rev 318376, blueman/trunk/PKGBUILD)
Deleted:
  blueman/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   92 +++--
 1 file changed, 47 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-28 16:46:18 UTC (rev 318376)
+++ PKGBUILD2018-04-28 16:46:24 UTC (rev 318377)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-# Contributor: Arthur Zamarin 
-# Contributor: Martin Wimpress 
-
-pkgname=blueman
-pkgver=2.0.5
-pkgrel=1
-pkgdesc="GTK+ Bluetooth Manager"
-arch=('i686' 'x86_64')
-url="https://github.com/blueman-project/blueman;
-license=('GPL')
-depends=('bluez' 'bluez-libs' 'gtk3' 'libnotify' 'python-cairo' 'python-dbus' 
'python-gobject')
-makedepends=('cython' 'intltool')
-optdepends=('dnsmasq: Network Access Point (NAP) support'
-'networkmanager: Dial Up Networking (DUN) and Personal Area 
Networking (PAN) support'
-'pulseaudio-bluetooth: audio devices support')
-source=(https://github.com/blueman-project/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz)
-sha256sums=('2c2eb9bbdcb6056eebcae1bec758f6a8ec752739b65794f6be3e0066ca1f88ca')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # Fix path for bluetoothd
-  sed -i 's|/usr/sbin/bluetoothd|/usr/lib/bluetooth/bluetoothd|' 
apps/blueman-report
-
-  # Fix non-standard icon names
-  sed -i 's/gtk-find/edit-find/' data/ui/device-list-widget.ui
-  sed -i 's/mouse/input-mouse/' blueman/services/Input.py
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib/$pkgname \
---disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: blueman/repos/community-x86_64/PKGBUILD (from rev 318376, 
blueman/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-28 16:46:24 UTC (rev 318377)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributor: Arthur Zamarin 
+# Contributor: Martin Wimpress 
+
+pkgname=blueman
+pkgver=2.0.5
+pkgrel=2
+pkgdesc="GTK+ Bluetooth Manager"
+arch=('x86_64')
+url="https://github.com/blueman-project/blueman;
+license=('GPL')
+depends=('bluez' 'bluez-libs' 'gtk3' 'libnotify' 'python-cairo' 'python-dbus' 
'python-gobject')
+makedepends=('cython' 'intltool')
+optdepends=('dnsmasq: Network Access Point (NAP) support'
+'networkmanager: Dial Up Networking (DUN) and Personal Area 
Networking (PAN) support'
+'net-tools: Network Access Point (NAP) support'
+'pulseaudio-bluetooth: audio devices support')
+source=(https://github.com/blueman-project/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz)
+sha256sums=('2c2eb9bbdcb6056eebcae1bec758f6a8ec752739b65794f6be3e0066ca1f88ca')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Fix path for bluetoothd
+  sed -i 's|/usr/sbin/bluetoothd|/usr/lib/bluetooth/bluetoothd|' 
apps/blueman-report
+
+  # Fix non-standard icon names
+  sed -i 's/gtk-find/edit-find/' data/ui/device-list-widget.ui
+  sed -i 's/mouse/input-mouse/' blueman/services/Input.py
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib/$pkgname \
+--disable-schemas-compile \
+--with-dhcp-config='/etc/dhcpd.conf'
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}