[arch-commits] Commit in blueberry/repos/community-any (PKGBUILD PKGBUILD)
Balló György
bgyorgy at archlinux.org
Wed Jul 4 17:37:06 UTC 2018
Date: Wednesday, July 4, 2018 @ 17:37:06
Author: bgyorgy
Revision: 351943
archrelease: copy trunk to community-any
Added:
blueberry/repos/community-any/PKGBUILD
(from rev 351942, blueberry/trunk/PKGBUILD)
Deleted:
blueberry/repos/community-any/PKGBUILD
----------+
PKGBUILD | 60 ++++++++++++++++++++++++++++++------------------------------
1 file changed, 30 insertions(+), 30 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-07-04 17:37:01 UTC (rev 351942)
+++ PKGBUILD 2018-07-04 17:37:06 UTC (rev 351943)
@@ -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.2.0
-pkgrel=1
-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=('e141c4ff890505422e70979caadb66b41cc0ac2038d419be2647c657c3862ecf')
-
-prepare() {
- cd $pkgname-$pkgver
- # Python2 fix
- sed -i 's@^#!.*python3$@#!/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 351942, blueberry/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-07-04 17:37:06 UTC (rev 351943)
@@ -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.2.3
+pkgrel=1
+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=('363a974b9b229cb0770517a55ab69e18e2937a8c59ca3aa95f6e937eec05d3fd')
+
+prepare() {
+ cd $pkgname-$pkgver
+ # Python2 fix
+ sed -i 's@^#!.*python3$@#!/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