[arch-commits] Commit in blueman/repos (2 files)

Evangelos Foutras foutrelis at archlinux.org
Mon Jul 23 15:47:28 UTC 2018


    Date: Monday, July 23, 2018 @ 15:47:28
  Author: foutrelis
Revision: 363069

archrelease: copy trunk to community-staging-x86_64

Added:
  blueman/repos/community-staging-x86_64/
  blueman/repos/community-staging-x86_64/PKGBUILD
    (from rev 363068, blueman/trunk/PKGBUILD)

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

Copied: blueman/repos/community-staging-x86_64/PKGBUILD (from rev 363068, blueman/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2018-07-23 15:47:28 UTC (rev 363069)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Arthur Zamarin <arthurzam at gmail.com>
+# Contributor: Martin Wimpress <code at flexion.org>
+
+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
+}



More information about the arch-commits mailing list