[arch-commits] Commit in blueberry/repos/community-any (PKGBUILD PKGBUILD)
Balló György
bgyorgy at archlinux.org
Tue Dec 11 11:31:54 UTC 2018
Date: Tuesday, December 11, 2018 @ 11:31:53
Author: bgyorgy
Revision: 415299
archrelease: copy trunk to community-any
Added:
blueberry/repos/community-any/PKGBUILD
(from rev 415298, blueberry/trunk/PKGBUILD)
Deleted:
blueberry/repos/community-any/PKGBUILD
----------+
PKGBUILD | 59 +++++++++++++++++++++++++++++------------------------------
1 file changed, 29 insertions(+), 30 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-12-11 11:31:49 UTC (rev 415298)
+++ PKGBUILD 2018-12-11 11:31:53 UTC (rev 415299)
@@ -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.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"
-}
Copied: blueberry/repos/community-any/PKGBUILD (from rev 415298, blueberry/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-12-11 11:31:53 UTC (rev 415299)
@@ -0,0 +1,29 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributer: Sam Burgos <jsbm1089 at gmail dot com>
+
+pkgname=blueberry
+pkgver=1.2.4
+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=('21716752f529b5e48979b7aa4aa79113d7340239b376642ec44d82f977fb47fd')
+
+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