[arch-commits] Commit in blueberry/repos/community-any (PKGBUILD PKGBUILD)

Balló György bgyorgy at archlinux.org
Sun Apr 2 11:35:09 UTC 2017


    Date: Sunday, April 2, 2017 @ 11:35:08
  Author: bgyorgy
Revision: 220318

archrelease: copy trunk to community-any

Added:
  blueberry/repos/community-any/PKGBUILD
    (from rev 220317, blueberry/trunk/PKGBUILD)
Deleted:
  blueberry/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-04-02 11:35:03 UTC (rev 220317)
+++ PKGBUILD	2017-04-02 11:35:08 UTC (rev 220318)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-# Contributer: Sam Burgos <jsbm1089 at gmail dot com>
-
-pkgname=blueberry
-pkgver=1.1.10
-pkgrel=1
-pkgdesc="Bluetooth configuration tool"
-arch=('any')
-url="https://github.com/linuxmint/blueberry"
-license=('GPL')
-depends=('gnome-bluetooth' 'python2-dbus' 'python2-gobject' 'python2-setproctitle' 'rfkill')
-source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/blueberry/archive/$pkgver.tar.gz)
-sha256sums=('2a360c2b71d06a1e3a6bde973b41bfd3d08d4b2473be45dc29a8c02335b80fe6')
-
-prepare() {
-  cd $pkgname-$pkgver
-  # Python2 fix
-  sed -i 's@^#!.*python$@#!/usr/bin/python2@' usr/bin/blueberry{,-tray}
-}
-
-build() {
-  cd $pkgname-$pkgver
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  cp -r etc usr "$pkgdir"
-}

Copied: blueberry/repos/community-any/PKGBUILD (from rev 220317, blueberry/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-04-02 11:35:08 UTC (rev 220318)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributer: Sam Burgos <jsbm1089 at gmail dot com>
+
+pkgname=blueberry
+pkgver=1.1.10
+pkgrel=2
+pkgdesc="Bluetooth configuration tool"
+arch=('any')
+url="https://github.com/linuxmint/blueberry"
+license=('GPL')
+depends=('bluez-tools' 'gnome-bluetooth' 'python2-dbus' 'python2-gobject' 'python2-setproctitle' 'rfkill')
+source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/blueberry/archive/$pkgver.tar.gz)
+sha256sums=('2a360c2b71d06a1e3a6bde973b41bfd3d08d4b2473be45dc29a8c02335b80fe6')
+
+prepare() {
+  cd $pkgname-$pkgver
+  # Python2 fix
+  sed -i 's@^#!.*python$@#!/usr/bin/python2@' usr/bin/blueberry{,-tray}
+}
+
+build() {
+  cd $pkgname-$pkgver
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  cp -r etc usr "$pkgdir"
+}



More information about the arch-commits mailing list