[arch-commits] Commit in blueberry/repos/community-any (PKGBUILD PKGBUILD)
Balló György
bgyorgy at archlinux.org
Tue Dec 11 18:06:55 UTC 2018
Date: Tuesday, December 11, 2018 @ 18:06:55
Author: bgyorgy
Revision: 415478
archrelease: copy trunk to community-any
Added:
blueberry/repos/community-any/PKGBUILD
(from rev 415477, blueberry/trunk/PKGBUILD)
Deleted:
blueberry/repos/community-any/PKGBUILD
----------+
PKGBUILD | 58 +++++++++++++++++++++++++++++-----------------------------
1 file changed, 29 insertions(+), 29 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-12-11 18:05:26 UTC (rev 415477)
+++ PKGBUILD 2018-12-11 18:06:55 UTC (rev 415478)
@@ -1,29 +0,0 @@
-# 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"
-}
Copied: blueberry/repos/community-any/PKGBUILD (from rev 415477, blueberry/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-12-11 18:06:55 UTC (rev 415478)
@@ -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.5
+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=('f9bb29a0b3db27c3d1e4d9d82c4b8656422a4ab12d07808cca6b0caaae35550f')
+
+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