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

Antonio Rojas arojas at archlinux.org
Mon May 23 20:44:41 UTC 2016


    Date: Monday, May 23, 2016 @ 22:44:41
  Author: arojas
Revision: 176174

archrelease: copy trunk to community-any

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

-------------------+
 PKGBUILD          |   61 +++++++++++++++++++++++++---------------------------
 blueberry.install |   12 ----------
 2 files changed, 30 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-23 20:44:09 UTC (rev 176173)
+++ PKGBUILD	2016-05-23 20:44:41 UTC (rev 176174)
@@ -1,31 +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.2
-pkgrel=1
-pkgdesc="Bluetooth configuration tool"
-arch=('any')
-url="https://github.com/linuxmint/blueberry"
-license=('GPL')
-depends=('gnome-bluetooth' 'python2-gobject' 'rfkill')
-install=$pkgname.install
-source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/blueberry/archive/$pkgver.tar.gz)
-sha256sums=('e9316763dc2350d11f74e56a329f398fe58f31ee2b6240bc34b1fc8a1e9d2f80')
-
-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 176173, blueberry/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-05-23 20:44:41 UTC (rev 176174)
@@ -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.2
+pkgrel=2
+pkgdesc="Bluetooth configuration tool"
+arch=('any')
+url="https://github.com/linuxmint/blueberry"
+license=('GPL')
+depends=('gnome-bluetooth' 'python2-gobject' 'rfkill')
+source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/blueberry/archive/$pkgver.tar.gz)
+sha256sums=('e9316763dc2350d11f74e56a329f398fe58f31ee2b6240bc34b1fc8a1e9d2f80')
+
+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"
+}

Deleted: blueberry.install
===================================================================
--- blueberry.install	2016-05-23 20:44:09 UTC (rev 176173)
+++ blueberry.install	2016-05-23 20:44:41 UTC (rev 176174)
@@ -1,12 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}



More information about the arch-commits mailing list