[arch-commits] Commit in gnome-bluetooth/repos (12 files)

2016-01-19 Thread Jan Steffens
Date: Tuesday, January 19, 2016 @ 14:42:31
  Author: heftig
Revision: 258414

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  gnome-bluetooth/repos/extra-i686/61-gnome-bluetooth-rfkill.rules
(from rev 258413, gnome-bluetooth/trunk/61-gnome-bluetooth-rfkill.rules)
  gnome-bluetooth/repos/extra-i686/PKGBUILD
(from rev 258413, gnome-bluetooth/trunk/PKGBUILD)
  gnome-bluetooth/repos/extra-i686/gnome-bluetooth.install
(from rev 258413, gnome-bluetooth/trunk/gnome-bluetooth.install)
  gnome-bluetooth/repos/extra-x86_64/61-gnome-bluetooth-rfkill.rules
(from rev 258413, gnome-bluetooth/trunk/61-gnome-bluetooth-rfkill.rules)
  gnome-bluetooth/repos/extra-x86_64/PKGBUILD
(from rev 258413, gnome-bluetooth/trunk/PKGBUILD)
  gnome-bluetooth/repos/extra-x86_64/gnome-bluetooth.install
(from rev 258413, gnome-bluetooth/trunk/gnome-bluetooth.install)
Deleted:
  gnome-bluetooth/repos/extra-i686/61-gnome-bluetooth-rfkill.rules
  gnome-bluetooth/repos/extra-i686/PKGBUILD
  gnome-bluetooth/repos/extra-i686/gnome-bluetooth.install
  gnome-bluetooth/repos/extra-x86_64/61-gnome-bluetooth-rfkill.rules
  gnome-bluetooth/repos/extra-x86_64/PKGBUILD
  gnome-bluetooth/repos/extra-x86_64/gnome-bluetooth.install

--+
 /61-gnome-bluetooth-rfkill.rules |   14 
 /PKGBUILD|   84 +
 /gnome-bluetooth.install |   22 ++
 extra-i686/61-gnome-bluetooth-rfkill.rules   |7 --
 extra-i686/PKGBUILD  |   42 
 extra-i686/gnome-bluetooth.install   |   11 ---
 extra-x86_64/61-gnome-bluetooth-rfkill.rules |7 --
 extra-x86_64/PKGBUILD|   42 
 extra-x86_64/gnome-bluetooth.install |   11 ---
 9 files changed, 120 insertions(+), 120 deletions(-)

Deleted: extra-i686/61-gnome-bluetooth-rfkill.rules
===
--- extra-i686/61-gnome-bluetooth-rfkill.rules  2016-01-19 13:41:46 UTC (rev 
258413)
+++ extra-i686/61-gnome-bluetooth-rfkill.rules  2016-01-19 13:42:31 UTC (rev 
258414)
@@ -1,7 +0,0 @@
-# Get access to /dev/rfkill for users
-# See https://bugzilla.redhat.com/show_bug.cgi?id=514798
-#
-# Simplified by Kay Sievers
-# https://bugzilla.redhat.com/show_bug.cgi?id=733326
-
-KERNEL=="rfkill", SUBSYSTEM=="misc", TAG+="uaccess"

Copied: gnome-bluetooth/repos/extra-i686/61-gnome-bluetooth-rfkill.rules (from 
rev 258413, gnome-bluetooth/trunk/61-gnome-bluetooth-rfkill.rules)
===
--- extra-i686/61-gnome-bluetooth-rfkill.rules  (rev 0)
+++ extra-i686/61-gnome-bluetooth-rfkill.rules  2016-01-19 13:42:31 UTC (rev 
258414)
@@ -0,0 +1,7 @@
+# Get access to /dev/rfkill for users
+# See https://bugzilla.redhat.com/show_bug.cgi?id=514798
+#
+# Simplified by Kay Sievers
+# https://bugzilla.redhat.com/show_bug.cgi?id=733326
+
+KERNEL=="rfkill", SUBSYSTEM=="misc", TAG+="uaccess"

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-01-19 13:41:46 UTC (rev 258413)
+++ extra-i686/PKGBUILD 2016-01-19 13:42:31 UTC (rev 258414)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-# Contributor: Roman Kyrylych 
-
-pkgname=gnome-bluetooth
-pkgver=3.18.1
-pkgrel=1
-pkgdesc="The GNOME Bluetooth Subsystem"
-arch=(i686 x86_64)
-url="http://live.gnome.org/GnomeBluetooth;
-license=(GPL LGPL)
-depends=(gtk3 libnotify bluez libcanberra)
-makedepends=(intltool gobject-introspection itstool docbook-xsl)
-options=(!emptydirs)
-install=gnome-bluetooth.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz
-61-gnome-bluetooth-rfkill.rules)
-sha256sums=('c51d5b896d32845a2b5bb6ccd48926c88c8e9ef0915c32d3c56cb7e7974d4a49'
-'8dd2d3637f380a89e72f65e6c8021e994ccbdc645f1a1b1dbffe74ac9f061f53')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---disable-desktop-update \
---disable-icon-update \
---disable-schemas-compile
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  install -m644 -D ../61-gnome-bluetooth-rfkill.rules \
-  "$pkgdir/usr/lib/udev/rules.d//61-gnome-bluetooth-rfkill.rules"
-}

Copied: gnome-bluetooth/repos/extra-i686/PKGBUILD (from rev 258413, 
gnome-bluetooth/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-01-19 13:42:31 UTC (rev 258414)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Ionut Biru 
+# Contributor: Roman 

[arch-commits] Commit in gnome-bluetooth/repos (12 files)

2015-11-10 Thread Jan Steffens
Date: Tuesday, November 10, 2015 @ 20:46:47
  Author: heftig
Revision: 250566

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  gnome-bluetooth/repos/extra-i686/61-gnome-bluetooth-rfkill.rules
(from rev 250565, gnome-bluetooth/trunk/61-gnome-bluetooth-rfkill.rules)
  gnome-bluetooth/repos/extra-i686/PKGBUILD
(from rev 250565, gnome-bluetooth/trunk/PKGBUILD)
  gnome-bluetooth/repos/extra-i686/gnome-bluetooth.install
(from rev 250565, gnome-bluetooth/trunk/gnome-bluetooth.install)
  gnome-bluetooth/repos/extra-x86_64/61-gnome-bluetooth-rfkill.rules
(from rev 250565, gnome-bluetooth/trunk/61-gnome-bluetooth-rfkill.rules)
  gnome-bluetooth/repos/extra-x86_64/PKGBUILD
(from rev 250565, gnome-bluetooth/trunk/PKGBUILD)
  gnome-bluetooth/repos/extra-x86_64/gnome-bluetooth.install
(from rev 250565, gnome-bluetooth/trunk/gnome-bluetooth.install)
Deleted:
  gnome-bluetooth/repos/extra-i686/61-gnome-bluetooth-rfkill.rules
  gnome-bluetooth/repos/extra-i686/PKGBUILD
  gnome-bluetooth/repos/extra-i686/gnome-bluetooth.install
  gnome-bluetooth/repos/extra-x86_64/61-gnome-bluetooth-rfkill.rules
  gnome-bluetooth/repos/extra-x86_64/PKGBUILD
  gnome-bluetooth/repos/extra-x86_64/gnome-bluetooth.install

--+
 /61-gnome-bluetooth-rfkill.rules |   14 
 /PKGBUILD|   84 +
 /gnome-bluetooth.install |   22 ++
 extra-i686/61-gnome-bluetooth-rfkill.rules   |7 --
 extra-i686/PKGBUILD  |   42 
 extra-i686/gnome-bluetooth.install   |   11 ---
 extra-x86_64/61-gnome-bluetooth-rfkill.rules |7 --
 extra-x86_64/PKGBUILD|   42 
 extra-x86_64/gnome-bluetooth.install |   11 ---
 9 files changed, 120 insertions(+), 120 deletions(-)

Deleted: extra-i686/61-gnome-bluetooth-rfkill.rules
===
--- extra-i686/61-gnome-bluetooth-rfkill.rules  2015-11-10 19:45:16 UTC (rev 
250565)
+++ extra-i686/61-gnome-bluetooth-rfkill.rules  2015-11-10 19:46:47 UTC (rev 
250566)
@@ -1,7 +0,0 @@
-# Get access to /dev/rfkill for users
-# See https://bugzilla.redhat.com/show_bug.cgi?id=514798
-#
-# Simplified by Kay Sievers
-# https://bugzilla.redhat.com/show_bug.cgi?id=733326
-
-KERNEL=="rfkill", SUBSYSTEM=="misc", TAG+="uaccess"

Copied: gnome-bluetooth/repos/extra-i686/61-gnome-bluetooth-rfkill.rules (from 
rev 250565, gnome-bluetooth/trunk/61-gnome-bluetooth-rfkill.rules)
===
--- extra-i686/61-gnome-bluetooth-rfkill.rules  (rev 0)
+++ extra-i686/61-gnome-bluetooth-rfkill.rules  2015-11-10 19:46:47 UTC (rev 
250566)
@@ -0,0 +1,7 @@
+# Get access to /dev/rfkill for users
+# See https://bugzilla.redhat.com/show_bug.cgi?id=514798
+#
+# Simplified by Kay Sievers
+# https://bugzilla.redhat.com/show_bug.cgi?id=733326
+
+KERNEL=="rfkill", SUBSYSTEM=="misc", TAG+="uaccess"

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-11-10 19:45:16 UTC (rev 250565)
+++ extra-i686/PKGBUILD 2015-11-10 19:46:47 UTC (rev 250566)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-# Contributor: Roman Kyrylych 
-
-pkgname=gnome-bluetooth
-pkgver=3.18.0
-pkgrel=1
-pkgdesc="The GNOME Bluetooth Subsystem"
-arch=(i686 x86_64)
-url="http://live.gnome.org/GnomeBluetooth;
-license=(GPL LGPL)
-depends=(gtk3 libnotify bluez libcanberra)
-makedepends=(intltool gobject-introspection itstool docbook-xsl)
-options=(!emptydirs)
-install=gnome-bluetooth.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz
-61-gnome-bluetooth-rfkill.rules)
-sha256sums=('f5c0d43226c4ec6a545dddb86181adadbc2b5cf720b640026003b9660fba0b8f'
-'8dd2d3637f380a89e72f65e6c8021e994ccbdc645f1a1b1dbffe74ac9f061f53')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---disable-desktop-update \
---disable-icon-update \
---disable-schemas-compile
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  install -m644 -D ../61-gnome-bluetooth-rfkill.rules \
-  "$pkgdir/usr/lib/udev/rules.d//61-gnome-bluetooth-rfkill.rules"
-}

Copied: gnome-bluetooth/repos/extra-i686/PKGBUILD (from rev 250565, 
gnome-bluetooth/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-11-10 19:46:47 UTC (rev 250566)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Ionut Biru 
+# Contributor: 

[arch-commits] Commit in gnome-bluetooth/repos (12 files)

2015-04-18 Thread Jan Steffens
Date: Sunday, April 19, 2015 @ 01:31:58
  Author: heftig
Revision: 237411

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  gnome-bluetooth/repos/extra-i686/61-gnome-bluetooth-rfkill.rules
(from rev 237410, gnome-bluetooth/trunk/61-gnome-bluetooth-rfkill.rules)
  gnome-bluetooth/repos/extra-i686/PKGBUILD
(from rev 237410, gnome-bluetooth/trunk/PKGBUILD)
  gnome-bluetooth/repos/extra-i686/gnome-bluetooth.install
(from rev 237410, gnome-bluetooth/trunk/gnome-bluetooth.install)
  gnome-bluetooth/repos/extra-x86_64/61-gnome-bluetooth-rfkill.rules
(from rev 237410, gnome-bluetooth/trunk/61-gnome-bluetooth-rfkill.rules)
  gnome-bluetooth/repos/extra-x86_64/PKGBUILD
(from rev 237410, gnome-bluetooth/trunk/PKGBUILD)
  gnome-bluetooth/repos/extra-x86_64/gnome-bluetooth.install
(from rev 237410, gnome-bluetooth/trunk/gnome-bluetooth.install)
Deleted:
  gnome-bluetooth/repos/extra-i686/61-gnome-bluetooth-rfkill.rules
  gnome-bluetooth/repos/extra-i686/PKGBUILD
  gnome-bluetooth/repos/extra-i686/gnome-bluetooth.install
  gnome-bluetooth/repos/extra-x86_64/61-gnome-bluetooth-rfkill.rules
  gnome-bluetooth/repos/extra-x86_64/PKGBUILD
  gnome-bluetooth/repos/extra-x86_64/gnome-bluetooth.install

--+
 /61-gnome-bluetooth-rfkill.rules |   14 
 /PKGBUILD|   84 +
 /gnome-bluetooth.install |   22 ++
 extra-i686/61-gnome-bluetooth-rfkill.rules   |7 --
 extra-i686/PKGBUILD  |   42 
 extra-i686/gnome-bluetooth.install   |   11 ---
 extra-x86_64/61-gnome-bluetooth-rfkill.rules |7 --
 extra-x86_64/PKGBUILD|   42 
 extra-x86_64/gnome-bluetooth.install |   11 ---
 9 files changed, 120 insertions(+), 120 deletions(-)

Deleted: extra-i686/61-gnome-bluetooth-rfkill.rules
===
--- extra-i686/61-gnome-bluetooth-rfkill.rules  2015-04-18 23:30:30 UTC (rev 
237410)
+++ extra-i686/61-gnome-bluetooth-rfkill.rules  2015-04-18 23:31:58 UTC (rev 
237411)
@@ -1,7 +0,0 @@
-# Get access to /dev/rfkill for users
-# See https://bugzilla.redhat.com/show_bug.cgi?id=514798
-#
-# Simplified by Kay Sievers
-# https://bugzilla.redhat.com/show_bug.cgi?id=733326
-
-KERNEL==rfkill, SUBSYSTEM==misc, TAG+=uaccess

Copied: gnome-bluetooth/repos/extra-i686/61-gnome-bluetooth-rfkill.rules (from 
rev 237410, gnome-bluetooth/trunk/61-gnome-bluetooth-rfkill.rules)
===
--- extra-i686/61-gnome-bluetooth-rfkill.rules  (rev 0)
+++ extra-i686/61-gnome-bluetooth-rfkill.rules  2015-04-18 23:31:58 UTC (rev 
237411)
@@ -0,0 +1,7 @@
+# Get access to /dev/rfkill for users
+# See https://bugzilla.redhat.com/show_bug.cgi?id=514798
+#
+# Simplified by Kay Sievers
+# https://bugzilla.redhat.com/show_bug.cgi?id=733326
+
+KERNEL==rfkill, SUBSYSTEM==misc, TAG+=uaccess

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-04-18 23:30:30 UTC (rev 237410)
+++ extra-i686/PKGBUILD 2015-04-18 23:31:58 UTC (rev 237411)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-# Contributor: Roman Kyrylych ro...@archlinux.org
-
-pkgname=gnome-bluetooth
-pkgver=3.16.0
-pkgrel=1
-pkgdesc=The GNOME Bluetooth Subsystem
-arch=(i686 x86_64)
-url=http://live.gnome.org/GnomeBluetooth;
-license=(GPL LGPL)
-depends=(gtk3 hicolor-icon-theme libnotify bluez)
-makedepends=(intltool gobject-introspection itstool docbook-xsl)
-options=(!emptydirs)
-install=gnome-bluetooth.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz
-61-gnome-bluetooth-rfkill.rules)
-sha256sums=('fff7e5a608995c9ff5f69ae6113f05461470acd32a85b59016fdedeef791d3d8'
-'8dd2d3637f380a89e72f65e6c8021e994ccbdc645f1a1b1dbffe74ac9f061f53')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---disable-desktop-update \
---disable-icon-update \
---disable-schemas-compile
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  install -m644 -D ../61-gnome-bluetooth-rfkill.rules \
-  $pkgdir/usr/lib/udev/rules.d//61-gnome-bluetooth-rfkill.rules
-}

Copied: gnome-bluetooth/repos/extra-i686/PKGBUILD (from rev 237410, 
gnome-bluetooth/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-04-18 23:31:58 UTC (rev 237411)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+# Contributor: Roman Kyrylych 

[arch-commits] Commit in gnome-bluetooth/repos (12 files)

2015-03-25 Thread Jan de Groot
Date: Wednesday, March 25, 2015 @ 12:12:02
  Author: jgc
Revision: 234714

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  gnome-bluetooth/repos/gnome-unstable-i686/61-gnome-bluetooth-rfkill.rules
(from rev 234713, gnome-bluetooth/trunk/61-gnome-bluetooth-rfkill.rules)
  gnome-bluetooth/repos/gnome-unstable-i686/PKGBUILD
(from rev 234713, gnome-bluetooth/trunk/PKGBUILD)
  gnome-bluetooth/repos/gnome-unstable-i686/gnome-bluetooth.install
(from rev 234713, gnome-bluetooth/trunk/gnome-bluetooth.install)
  gnome-bluetooth/repos/gnome-unstable-x86_64/61-gnome-bluetooth-rfkill.rules
(from rev 234713, gnome-bluetooth/trunk/61-gnome-bluetooth-rfkill.rules)
  gnome-bluetooth/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 234713, gnome-bluetooth/trunk/PKGBUILD)
  gnome-bluetooth/repos/gnome-unstable-x86_64/gnome-bluetooth.install
(from rev 234713, gnome-bluetooth/trunk/gnome-bluetooth.install)
Deleted:
  gnome-bluetooth/repos/gnome-unstable-i686/61-gnome-bluetooth-rfkill.rules
  gnome-bluetooth/repos/gnome-unstable-i686/PKGBUILD
  gnome-bluetooth/repos/gnome-unstable-i686/gnome-bluetooth.install
  gnome-bluetooth/repos/gnome-unstable-x86_64/61-gnome-bluetooth-rfkill.rules
  gnome-bluetooth/repos/gnome-unstable-x86_64/PKGBUILD
  gnome-bluetooth/repos/gnome-unstable-x86_64/gnome-bluetooth.install

---+
 /61-gnome-bluetooth-rfkill.rules  |   14 ++
 /PKGBUILD |   84 
 /gnome-bluetooth.install  |   22 
 gnome-unstable-i686/61-gnome-bluetooth-rfkill.rules   |7 -
 gnome-unstable-i686/PKGBUILD  |   42 
 gnome-unstable-i686/gnome-bluetooth.install   |   11 --
 gnome-unstable-x86_64/61-gnome-bluetooth-rfkill.rules |7 -
 gnome-unstable-x86_64/PKGBUILD|   42 
 gnome-unstable-x86_64/gnome-bluetooth.install |   11 --
 9 files changed, 120 insertions(+), 120 deletions(-)

Deleted: gnome-unstable-i686/61-gnome-bluetooth-rfkill.rules
===
--- gnome-unstable-i686/61-gnome-bluetooth-rfkill.rules 2015-03-25 11:11:54 UTC 
(rev 234713)
+++ gnome-unstable-i686/61-gnome-bluetooth-rfkill.rules 2015-03-25 11:12:02 UTC 
(rev 234714)
@@ -1,7 +0,0 @@
-# Get access to /dev/rfkill for users
-# See https://bugzilla.redhat.com/show_bug.cgi?id=514798
-#
-# Simplified by Kay Sievers
-# https://bugzilla.redhat.com/show_bug.cgi?id=733326
-
-KERNEL==rfkill, SUBSYSTEM==misc, TAG+=uaccess

Copied: 
gnome-bluetooth/repos/gnome-unstable-i686/61-gnome-bluetooth-rfkill.rules (from 
rev 234713, gnome-bluetooth/trunk/61-gnome-bluetooth-rfkill.rules)
===
--- gnome-unstable-i686/61-gnome-bluetooth-rfkill.rules 
(rev 0)
+++ gnome-unstable-i686/61-gnome-bluetooth-rfkill.rules 2015-03-25 11:12:02 UTC 
(rev 234714)
@@ -0,0 +1,7 @@
+# Get access to /dev/rfkill for users
+# See https://bugzilla.redhat.com/show_bug.cgi?id=514798
+#
+# Simplified by Kay Sievers
+# https://bugzilla.redhat.com/show_bug.cgi?id=733326
+
+KERNEL==rfkill, SUBSYSTEM==misc, TAG+=uaccess

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2015-03-25 11:11:54 UTC (rev 234713)
+++ gnome-unstable-i686/PKGBUILD2015-03-25 11:12:02 UTC (rev 234714)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-# Contributor: Roman Kyrylych ro...@archlinux.org
-
-pkgname=gnome-bluetooth
-pkgver=3.15.4
-pkgrel=1
-pkgdesc=The GNOME Bluetooth Subsystem
-arch=(i686 x86_64)
-url=http://live.gnome.org/GnomeBluetooth;
-license=(GPL LGPL)
-depends=(gtk3 hicolor-icon-theme libnotify bluez)
-makedepends=(intltool gobject-introspection itstool docbook-xsl)
-options=(!emptydirs)
-install=gnome-bluetooth.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz
-61-gnome-bluetooth-rfkill.rules)
-sha256sums=('27d3ac2c0df7232aad7d16c55973c3731192d3ebb3416e81368448e2f50f691b'
-'8dd2d3637f380a89e72f65e6c8021e994ccbdc645f1a1b1dbffe74ac9f061f53')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---disable-desktop-update \
---disable-icon-update \
---disable-schemas-compile
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  install -m644 -D ../61-gnome-bluetooth-rfkill.rules \
-  $pkgdir/usr/lib/udev/rules.d//61-gnome-bluetooth-rfkill.rules
-}

Copied: gnome-bluetooth/repos/gnome-unstable-i686/PKGBUILD (from rev 234713, 
gnome-bluetooth/trunk/PKGBUILD)

[arch-commits] Commit in gnome-bluetooth/repos (12 files)

2014-09-22 Thread Jan de Groot
Date: Monday, September 22, 2014 @ 17:33:29
  Author: jgc
Revision: 222672

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  gnome-bluetooth/repos/gnome-unstable-i686/61-gnome-bluetooth-rfkill.rules
(from rev 222671, gnome-bluetooth/trunk/61-gnome-bluetooth-rfkill.rules)
  gnome-bluetooth/repos/gnome-unstable-i686/PKGBUILD
(from rev 222671, gnome-bluetooth/trunk/PKGBUILD)
  gnome-bluetooth/repos/gnome-unstable-i686/gnome-bluetooth.install
(from rev 222671, gnome-bluetooth/trunk/gnome-bluetooth.install)
  gnome-bluetooth/repos/gnome-unstable-x86_64/61-gnome-bluetooth-rfkill.rules
(from rev 222671, gnome-bluetooth/trunk/61-gnome-bluetooth-rfkill.rules)
  gnome-bluetooth/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 222671, gnome-bluetooth/trunk/PKGBUILD)
  gnome-bluetooth/repos/gnome-unstable-x86_64/gnome-bluetooth.install
(from rev 222671, gnome-bluetooth/trunk/gnome-bluetooth.install)
Deleted:
  gnome-bluetooth/repos/gnome-unstable-i686/61-gnome-bluetooth-rfkill.rules
  gnome-bluetooth/repos/gnome-unstable-i686/PKGBUILD
  gnome-bluetooth/repos/gnome-unstable-i686/gnome-bluetooth.install
  gnome-bluetooth/repos/gnome-unstable-x86_64/61-gnome-bluetooth-rfkill.rules
  gnome-bluetooth/repos/gnome-unstable-x86_64/PKGBUILD
  gnome-bluetooth/repos/gnome-unstable-x86_64/gnome-bluetooth.install

---+
 /61-gnome-bluetooth-rfkill.rules  |   14 ++
 /PKGBUILD |   84 
 /gnome-bluetooth.install  |   22 
 gnome-unstable-i686/61-gnome-bluetooth-rfkill.rules   |7 -
 gnome-unstable-i686/PKGBUILD  |   42 
 gnome-unstable-i686/gnome-bluetooth.install   |   11 --
 gnome-unstable-x86_64/61-gnome-bluetooth-rfkill.rules |7 -
 gnome-unstable-x86_64/PKGBUILD|   42 
 gnome-unstable-x86_64/gnome-bluetooth.install |   11 --
 9 files changed, 120 insertions(+), 120 deletions(-)

Deleted: gnome-unstable-i686/61-gnome-bluetooth-rfkill.rules
===
--- gnome-unstable-i686/61-gnome-bluetooth-rfkill.rules 2014-09-22 15:33:22 UTC 
(rev 222671)
+++ gnome-unstable-i686/61-gnome-bluetooth-rfkill.rules 2014-09-22 15:33:29 UTC 
(rev 222672)
@@ -1,7 +0,0 @@
-# Get access to /dev/rfkill for users
-# See https://bugzilla.redhat.com/show_bug.cgi?id=514798
-#
-# Simplified by Kay Sievers
-# https://bugzilla.redhat.com/show_bug.cgi?id=733326
-
-KERNEL==rfkill, SUBSYSTEM==misc, TAG+=uaccess

Copied: 
gnome-bluetooth/repos/gnome-unstable-i686/61-gnome-bluetooth-rfkill.rules (from 
rev 222671, gnome-bluetooth/trunk/61-gnome-bluetooth-rfkill.rules)
===
--- gnome-unstable-i686/61-gnome-bluetooth-rfkill.rules 
(rev 0)
+++ gnome-unstable-i686/61-gnome-bluetooth-rfkill.rules 2014-09-22 15:33:29 UTC 
(rev 222672)
@@ -0,0 +1,7 @@
+# Get access to /dev/rfkill for users
+# See https://bugzilla.redhat.com/show_bug.cgi?id=514798
+#
+# Simplified by Kay Sievers
+# https://bugzilla.redhat.com/show_bug.cgi?id=733326
+
+KERNEL==rfkill, SUBSYSTEM==misc, TAG+=uaccess

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2014-09-22 15:33:22 UTC (rev 222671)
+++ gnome-unstable-i686/PKGBUILD2014-09-22 15:33:29 UTC (rev 222672)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-# Contributor: Roman Kyrylych ro...@archlinux.org
-
-pkgname=gnome-bluetooth
-pkgver=3.13.90
-pkgrel=1
-pkgdesc=The GNOME Bluetooth Subsystem
-arch=(i686 x86_64)
-url=http://live.gnome.org/GnomeBluetooth;
-license=(GPL LGPL)
-depends=(gtk3 hicolor-icon-theme libnotify bluez)
-makedepends=(intltool gobject-introspection itstool docbook-xsl)
-options=(!emptydirs)
-install=gnome-bluetooth.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz
-61-gnome-bluetooth-rfkill.rules)
-sha256sums=('9f4b5f33a697daa4564855359dd137ae5f2433757ab1a4c097c7469430398018'
-'8dd2d3637f380a89e72f65e6c8021e994ccbdc645f1a1b1dbffe74ac9f061f53')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---disable-desktop-update \
---disable-icon-update \
---disable-schemas-compile
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  install -m644 -D ../61-gnome-bluetooth-rfkill.rules \
-  $pkgdir/usr/lib/udev/rules.d//61-gnome-bluetooth-rfkill.rules
-}

Copied: gnome-bluetooth/repos/gnome-unstable-i686/PKGBUILD (from rev 222671, 
gnome-bluetooth/trunk/PKGBUILD)

[arch-commits] Commit in gnome-bluetooth/repos (12 files)

2013-06-09 Thread Jan Steffens
Date: Sunday, June 9, 2013 @ 13:29:56
  Author: heftig
Revision: 188094

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  gnome-bluetooth/repos/extra-i686/61-gnome-bluetooth-rfkill.rules
(from rev 188093, gnome-bluetooth/trunk/61-gnome-bluetooth-rfkill.rules)
  gnome-bluetooth/repos/extra-i686/PKGBUILD
(from rev 188093, gnome-bluetooth/trunk/PKGBUILD)
  gnome-bluetooth/repos/extra-i686/gnome-bluetooth.install
(from rev 188093, gnome-bluetooth/trunk/gnome-bluetooth.install)
  gnome-bluetooth/repos/extra-x86_64/61-gnome-bluetooth-rfkill.rules
(from rev 188093, gnome-bluetooth/trunk/61-gnome-bluetooth-rfkill.rules)
  gnome-bluetooth/repos/extra-x86_64/PKGBUILD
(from rev 188093, gnome-bluetooth/trunk/PKGBUILD)
  gnome-bluetooth/repos/extra-x86_64/gnome-bluetooth.install
(from rev 188093, gnome-bluetooth/trunk/gnome-bluetooth.install)
Deleted:
  gnome-bluetooth/repos/extra-i686/61-gnome-bluetooth-rfkill.rules
  gnome-bluetooth/repos/extra-i686/PKGBUILD
  gnome-bluetooth/repos/extra-i686/gnome-bluetooth.install
  gnome-bluetooth/repos/extra-x86_64/61-gnome-bluetooth-rfkill.rules
  gnome-bluetooth/repos/extra-x86_64/PKGBUILD
  gnome-bluetooth/repos/extra-x86_64/gnome-bluetooth.install

--+
 /61-gnome-bluetooth-rfkill.rules |   14 
 /PKGBUILD|   84 +
 /gnome-bluetooth.install |   22 ++
 extra-i686/61-gnome-bluetooth-rfkill.rules   |7 --
 extra-i686/PKGBUILD  |   42 
 extra-i686/gnome-bluetooth.install   |   11 ---
 extra-x86_64/61-gnome-bluetooth-rfkill.rules |7 --
 extra-x86_64/PKGBUILD|   42 
 extra-x86_64/gnome-bluetooth.install |   11 ---
 9 files changed, 120 insertions(+), 120 deletions(-)

Deleted: extra-i686/61-gnome-bluetooth-rfkill.rules
===
--- extra-i686/61-gnome-bluetooth-rfkill.rules  2013-06-09 11:28:55 UTC (rev 
188093)
+++ extra-i686/61-gnome-bluetooth-rfkill.rules  2013-06-09 11:29:56 UTC (rev 
188094)
@@ -1,7 +0,0 @@
-# Get access to /dev/rfkill for users
-# See https://bugzilla.redhat.com/show_bug.cgi?id=514798
-#
-# Simplified by Kay Sievers
-# https://bugzilla.redhat.com/show_bug.cgi?id=733326
-
-KERNEL==rfkill, SUBSYSTEM==misc, TAG+=uaccess

Copied: gnome-bluetooth/repos/extra-i686/61-gnome-bluetooth-rfkill.rules (from 
rev 188093, gnome-bluetooth/trunk/61-gnome-bluetooth-rfkill.rules)
===
--- extra-i686/61-gnome-bluetooth-rfkill.rules  (rev 0)
+++ extra-i686/61-gnome-bluetooth-rfkill.rules  2013-06-09 11:29:56 UTC (rev 
188094)
@@ -0,0 +1,7 @@
+# Get access to /dev/rfkill for users
+# See https://bugzilla.redhat.com/show_bug.cgi?id=514798
+#
+# Simplified by Kay Sievers
+# https://bugzilla.redhat.com/show_bug.cgi?id=733326
+
+KERNEL==rfkill, SUBSYSTEM==misc, TAG+=uaccess

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-06-09 11:28:55 UTC (rev 188093)
+++ extra-i686/PKGBUILD 2013-06-09 11:29:56 UTC (rev 188094)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-# Contributor: Roman Kyrylych ro...@archlinux.org
-
-pkgname=gnome-bluetooth
-pkgver=3.8.1
-pkgrel=1
-pkgdesc=The GNOME Bluetooth Subsystem
-arch=('i686' 'x86_64')
-url=http://live.gnome.org/GnomeBluetooth;
-license=('GPL' 'LGPL')
-depends=('gtk3' 'hicolor-icon-theme' 'libnotify')
-makedepends=('intltool' 'gobject-introspection' 'itstool' 'docbook-xsl')
-options=('!libtool' '!emptydirs')
-install=gnome-bluetooth.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
-61-gnome-bluetooth-rfkill.rules)
-sha256sums=('8095fcfa014931773e9d231dff76c6924f43abfbe4c5525cf07fd2d7f8e1f770'
-'8dd2d3637f380a89e72f65e6c8021e994ccbdc645f1a1b1dbffe74ac9f061f53')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---disable-desktop-update \
---disable-icon-update \
---disable-schemas-compile
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  install -m644 -D ../61-gnome-bluetooth-rfkill.rules \
-  $pkgdir/usr/lib/udev/rules.d//61-gnome-bluetooth-rfkill.rules
-}

Copied: gnome-bluetooth/repos/extra-i686/PKGBUILD (from rev 188093, 
gnome-bluetooth/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-06-09 11:29:56 UTC (rev 188094)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+# Contributor: 

[arch-commits] Commit in gnome-bluetooth/repos (12 files)

2013-06-03 Thread Jan Steffens
Date: Tuesday, June 4, 2013 @ 06:38:37
  Author: heftig
Revision: 187115

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  gnome-bluetooth/repos/extra-i686/61-gnome-bluetooth-rfkill.rules
(from rev 187114, gnome-bluetooth/trunk/61-gnome-bluetooth-rfkill.rules)
  gnome-bluetooth/repos/extra-i686/PKGBUILD
(from rev 187114, gnome-bluetooth/trunk/PKGBUILD)
  gnome-bluetooth/repos/extra-i686/gnome-bluetooth.install
(from rev 187114, gnome-bluetooth/trunk/gnome-bluetooth.install)
  gnome-bluetooth/repos/extra-x86_64/61-gnome-bluetooth-rfkill.rules
(from rev 187114, gnome-bluetooth/trunk/61-gnome-bluetooth-rfkill.rules)
  gnome-bluetooth/repos/extra-x86_64/PKGBUILD
(from rev 187114, gnome-bluetooth/trunk/PKGBUILD)
  gnome-bluetooth/repos/extra-x86_64/gnome-bluetooth.install
(from rev 187114, gnome-bluetooth/trunk/gnome-bluetooth.install)
Deleted:
  gnome-bluetooth/repos/extra-i686/61-gnome-bluetooth-rfkill.rules
  gnome-bluetooth/repos/extra-i686/PKGBUILD
  gnome-bluetooth/repos/extra-i686/gnome-bluetooth.install
  gnome-bluetooth/repos/extra-x86_64/61-gnome-bluetooth-rfkill.rules
  gnome-bluetooth/repos/extra-x86_64/PKGBUILD
  gnome-bluetooth/repos/extra-x86_64/gnome-bluetooth.install

--+
 /61-gnome-bluetooth-rfkill.rules |   14 
 /PKGBUILD|   84 +
 /gnome-bluetooth.install |   22 ++
 extra-i686/61-gnome-bluetooth-rfkill.rules   |7 --
 extra-i686/PKGBUILD  |   38 ---
 extra-i686/gnome-bluetooth.install   |   11 ---
 extra-x86_64/61-gnome-bluetooth-rfkill.rules |7 --
 extra-x86_64/PKGBUILD|   38 ---
 extra-x86_64/gnome-bluetooth.install |   11 ---
 9 files changed, 120 insertions(+), 112 deletions(-)

Deleted: extra-i686/61-gnome-bluetooth-rfkill.rules
===
--- extra-i686/61-gnome-bluetooth-rfkill.rules  2013-06-04 04:36:49 UTC (rev 
187114)
+++ extra-i686/61-gnome-bluetooth-rfkill.rules  2013-06-04 04:38:37 UTC (rev 
187115)
@@ -1,7 +0,0 @@
-# Get access to /dev/rfkill for users
-# See https://bugzilla.redhat.com/show_bug.cgi?id=514798
-#
-# Simplified by Kay Sievers
-# https://bugzilla.redhat.com/show_bug.cgi?id=733326
-
-KERNEL==rfkill, SUBSYSTEM==misc, TAG+=uaccess

Copied: gnome-bluetooth/repos/extra-i686/61-gnome-bluetooth-rfkill.rules (from 
rev 187114, gnome-bluetooth/trunk/61-gnome-bluetooth-rfkill.rules)
===
--- extra-i686/61-gnome-bluetooth-rfkill.rules  (rev 0)
+++ extra-i686/61-gnome-bluetooth-rfkill.rules  2013-06-04 04:38:37 UTC (rev 
187115)
@@ -0,0 +1,7 @@
+# Get access to /dev/rfkill for users
+# See https://bugzilla.redhat.com/show_bug.cgi?id=514798
+#
+# Simplified by Kay Sievers
+# https://bugzilla.redhat.com/show_bug.cgi?id=733326
+
+KERNEL==rfkill, SUBSYSTEM==misc, TAG+=uaccess

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-06-04 04:36:49 UTC (rev 187114)
+++ extra-i686/PKGBUILD 2013-06-04 04:38:37 UTC (rev 187115)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-# Contributor: Roman Kyrylych ro...@archlinux.org
-
-pkgname=gnome-bluetooth
-pkgver=3.8.0
-pkgrel=1
-pkgdesc=The GNOME Bluetooth Subsystem
-arch=('i686' 'x86_64')
-url=http://live.gnome.org/GnomeBluetooth;
-license=('GPL' 'LGPL')
-depends=('gtk3' 'hicolor-icon-theme' 'libnotify')
-makedepends=('intltool' 'gobject-introspection' 'itstool' 'docbook-xsl')
-options=('!libtool' '!emptydirs')
-install=gnome-bluetooth.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
-61-gnome-bluetooth-rfkill.rules)
-sha256sums=('70f275922f10ac9f40eb7d57f89193502ee490894b5b721d0f6273432fc97f82'
-'8dd2d3637f380a89e72f65e6c8021e994ccbdc645f1a1b1dbffe74ac9f061f53')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---disable-desktop-update \
---disable-icon-update \
---disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  install -m644 -D ../61-gnome-bluetooth-rfkill.rules \
-  $pkgdir/usr/lib/udev/rules.d//61-gnome-bluetooth-rfkill.rules
-}

Copied: gnome-bluetooth/repos/extra-i686/PKGBUILD (from rev 187114, 
gnome-bluetooth/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-06-04 04:38:37 UTC (rev 187115)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+# Contributor: Roman Kyrylych ro...@archlinux.org
+
+pkgname=gnome-bluetooth
+pkgver=3.8.1
+pkgrel=1
+pkgdesc=The GNOME Bluetooth 

[arch-commits] Commit in gnome-bluetooth/repos (12 files)

2012-11-15 Thread Ionut Biru
Date: Thursday, November 15, 2012 @ 12:49:18
  Author: ibiru
Revision: 171034

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  gnome-bluetooth/repos/extra-i686/61-gnome-bluetooth-rfkill.rules
(from rev 171033, gnome-bluetooth/trunk/61-gnome-bluetooth-rfkill.rules)
  gnome-bluetooth/repos/extra-i686/PKGBUILD
(from rev 171033, gnome-bluetooth/trunk/PKGBUILD)
  gnome-bluetooth/repos/extra-i686/gnome-bluetooth.install
(from rev 171033, gnome-bluetooth/trunk/gnome-bluetooth.install)
  gnome-bluetooth/repos/extra-x86_64/61-gnome-bluetooth-rfkill.rules
(from rev 171033, gnome-bluetooth/trunk/61-gnome-bluetooth-rfkill.rules)
  gnome-bluetooth/repos/extra-x86_64/PKGBUILD
(from rev 171033, gnome-bluetooth/trunk/PKGBUILD)
  gnome-bluetooth/repos/extra-x86_64/gnome-bluetooth.install
(from rev 171033, gnome-bluetooth/trunk/gnome-bluetooth.install)
Deleted:
  gnome-bluetooth/repos/extra-i686/61-gnome-bluetooth-rfkill.rules
  gnome-bluetooth/repos/extra-i686/PKGBUILD
  gnome-bluetooth/repos/extra-i686/gnome-bluetooth.install
  gnome-bluetooth/repos/extra-x86_64/61-gnome-bluetooth-rfkill.rules
  gnome-bluetooth/repos/extra-x86_64/PKGBUILD
  gnome-bluetooth/repos/extra-x86_64/gnome-bluetooth.install

--+
 extra-i686/61-gnome-bluetooth-rfkill.rules   |   14 ++--
 extra-i686/PKGBUILD  |   76 -
 extra-i686/gnome-bluetooth.install   |   24 +++
 extra-x86_64/61-gnome-bluetooth-rfkill.rules |   14 ++--
 extra-x86_64/PKGBUILD|   76 -
 extra-x86_64/gnome-bluetooth.install |   24 +++
 6 files changed, 114 insertions(+), 114 deletions(-)

Deleted: extra-i686/61-gnome-bluetooth-rfkill.rules
===
--- extra-i686/61-gnome-bluetooth-rfkill.rules  2012-11-15 17:47:27 UTC (rev 
171033)
+++ extra-i686/61-gnome-bluetooth-rfkill.rules  2012-11-15 17:49:18 UTC (rev 
171034)
@@ -1,7 +0,0 @@
-# Get access to /dev/rfkill for users
-# See https://bugzilla.redhat.com/show_bug.cgi?id=514798
-#
-# Simplified by Kay Sievers
-# https://bugzilla.redhat.com/show_bug.cgi?id=733326
-
-KERNEL==rfkill, SUBSYSTEM==misc, TAG+=uaccess

Copied: gnome-bluetooth/repos/extra-i686/61-gnome-bluetooth-rfkill.rules (from 
rev 171033, gnome-bluetooth/trunk/61-gnome-bluetooth-rfkill.rules)
===
--- extra-i686/61-gnome-bluetooth-rfkill.rules  (rev 0)
+++ extra-i686/61-gnome-bluetooth-rfkill.rules  2012-11-15 17:49:18 UTC (rev 
171034)
@@ -0,0 +1,7 @@
+# Get access to /dev/rfkill for users
+# See https://bugzilla.redhat.com/show_bug.cgi?id=514798
+#
+# Simplified by Kay Sievers
+# https://bugzilla.redhat.com/show_bug.cgi?id=733326
+
+KERNEL==rfkill, SUBSYSTEM==misc, TAG+=uaccess

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-11-15 17:47:27 UTC (rev 171033)
+++ extra-i686/PKGBUILD 2012-11-15 17:49:18 UTC (rev 171034)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-# Contributor: Roman Kyrylych ro...@archlinux.org
-
-pkgname=gnome-bluetooth
-pkgver=3.6.0
-pkgrel=2
-pkgdesc=The GNOME Bluetooth Subsystem
-arch=('i686' 'x86_64')
-url=http://live.gnome.org/GnomeBluetooth;
-license=('GPL' 'LGPL')
-depends=('gtk3' 'hicolor-icon-theme' 'gvfs-obexftp' 'obexd-client' 'dconf' 
'libnotify')
-makedepends=('intltool' 'nautilus-sendto' 'gobject-introspection' 'itstool' 
'docbook-xsl')
-options=('!libtool' '!emptydirs')
-install=gnome-bluetooth.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
-61-gnome-bluetooth-rfkill.rules)
-sha256sums=('021d9711d76e6d195812b1804ff39b5936ce978c25f900bc92e4bffd7045d306'
-'8dd2d3637f380a89e72f65e6c8021e994ccbdc645f1a1b1dbffe74ac9f061f53')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---disable-desktop-update \
---disable-icon-update \
---disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  install -m644 -D ../61-gnome-bluetooth-rfkill.rules \
-  $pkgdir/usr/lib/udev/rules.d//61-gnome-bluetooth-rfkill.rules
-}

Copied: gnome-bluetooth/repos/extra-i686/PKGBUILD (from rev 171033, 
gnome-bluetooth/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-11-15 17:49:18 UTC (rev 171034)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+# Contributor: Roman Kyrylych ro...@archlinux.org
+
+pkgname=gnome-bluetooth
+pkgver=3.6.1
+pkgrel=1
+pkgdesc=The GNOME Bluetooth Subsystem
+arch=('i686' 'x86_64')
+url=http://live.gnome.org/GnomeBluetooth;
+license=('GPL' 'LGPL')

[arch-commits] Commit in gnome-bluetooth/repos (12 files)

2012-10-03 Thread Jan Steffens
Date: Wednesday, October 3, 2012 @ 15:43:31
  Author: heftig
Revision: 167914

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  gnome-bluetooth/repos/gnome-unstable-i686/61-gnome-bluetooth-rfkill.rules
(from rev 167913, gnome-bluetooth/trunk/61-gnome-bluetooth-rfkill.rules)
  gnome-bluetooth/repos/gnome-unstable-i686/PKGBUILD
(from rev 167913, gnome-bluetooth/trunk/PKGBUILD)
  gnome-bluetooth/repos/gnome-unstable-i686/gnome-bluetooth.install
(from rev 167913, gnome-bluetooth/trunk/gnome-bluetooth.install)
  gnome-bluetooth/repos/gnome-unstable-x86_64/61-gnome-bluetooth-rfkill.rules
(from rev 167913, gnome-bluetooth/trunk/61-gnome-bluetooth-rfkill.rules)
  gnome-bluetooth/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 167913, gnome-bluetooth/trunk/PKGBUILD)
  gnome-bluetooth/repos/gnome-unstable-x86_64/gnome-bluetooth.install
(from rev 167913, gnome-bluetooth/trunk/gnome-bluetooth.install)
Deleted:
  gnome-bluetooth/repos/gnome-unstable-i686/61-gnome-bluetooth-rfkill.rules
  gnome-bluetooth/repos/gnome-unstable-i686/PKGBUILD
  gnome-bluetooth/repos/gnome-unstable-i686/gnome-bluetooth.install
  gnome-bluetooth/repos/gnome-unstable-x86_64/61-gnome-bluetooth-rfkill.rules
  gnome-bluetooth/repos/gnome-unstable-x86_64/PKGBUILD
  gnome-bluetooth/repos/gnome-unstable-x86_64/gnome-bluetooth.install

---+
 gnome-unstable-i686/61-gnome-bluetooth-rfkill.rules   |   18 +--
 gnome-unstable-i686/PKGBUILD  |   76 
 gnome-unstable-i686/gnome-bluetooth.install   |   24 ++---
 gnome-unstable-x86_64/61-gnome-bluetooth-rfkill.rules |   18 +--
 gnome-unstable-x86_64/PKGBUILD|   76 
 gnome-unstable-x86_64/gnome-bluetooth.install |   24 ++---
 6 files changed, 114 insertions(+), 122 deletions(-)

Deleted: gnome-unstable-i686/61-gnome-bluetooth-rfkill.rules
===
--- gnome-unstable-i686/61-gnome-bluetooth-rfkill.rules 2012-10-03 19:41:52 UTC 
(rev 167913)
+++ gnome-unstable-i686/61-gnome-bluetooth-rfkill.rules 2012-10-03 19:43:31 UTC 
(rev 167914)
@@ -1,11 +0,0 @@
-# Get access to /dev/rfkill for users
-# See https://bugzilla.redhat.com/show_bug.cgi?id=514798
-#
-# Updated for udev = 154
-# http://bugs.debian.org/582188
-# https://bugzilla.redhat.com/show_bug.cgi?id=588660
-
-ENV{ACL_MANAGE}==0, GOTO=gnome_bluetooth_end
-ACTION!=add|change, GOTO=gnome_bluetooth_end
-KERNEL==rfkill, TAG+=udev-acl
-LABEL=gnome_bluetooth_end

Copied: 
gnome-bluetooth/repos/gnome-unstable-i686/61-gnome-bluetooth-rfkill.rules (from 
rev 167913, gnome-bluetooth/trunk/61-gnome-bluetooth-rfkill.rules)
===
--- gnome-unstable-i686/61-gnome-bluetooth-rfkill.rules 
(rev 0)
+++ gnome-unstable-i686/61-gnome-bluetooth-rfkill.rules 2012-10-03 19:43:31 UTC 
(rev 167914)
@@ -0,0 +1,7 @@
+# Get access to /dev/rfkill for users
+# See https://bugzilla.redhat.com/show_bug.cgi?id=514798
+#
+# Simplified by Kay Sievers
+# https://bugzilla.redhat.com/show_bug.cgi?id=733326
+
+KERNEL==rfkill, SUBSYSTEM==misc, TAG+=uaccess

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2012-10-03 19:41:52 UTC (rev 167913)
+++ gnome-unstable-i686/PKGBUILD2012-10-03 19:43:31 UTC (rev 167914)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-# Contributor: Roman Kyrylych ro...@archlinux.org
-
-pkgname=gnome-bluetooth
-pkgver=3.6.0
-pkgrel=1
-pkgdesc=The GNOME Bluetooth Subsystem
-arch=('i686' 'x86_64')
-url=http://live.gnome.org/GnomeBluetooth;
-license=('GPL' 'LGPL')
-depends=('gtk3' 'hicolor-icon-theme' 'gvfs-obexftp' 'obexd-client' 'dconf' 
'libnotify')
-makedepends=('intltool' 'nautilus-sendto' 'gobject-introspection' 'itstool' 
'docbook-xsl')
-options=('!libtool' '!emptydirs')
-install=gnome-bluetooth.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
-61-gnome-bluetooth-rfkill.rules)
-sha256sums=('021d9711d76e6d195812b1804ff39b5936ce978c25f900bc92e4bffd7045d306'
-'b8acb8ea2e7f3588575cffd8ea14ec50c8641f518f2ea899771a508b299ea474')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---disable-desktop-update \
---disable-icon-update \
---disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  install -m644 -D ../61-gnome-bluetooth-rfkill.rules \
-  $pkgdir/usr/lib/udev/rules.d//61-gnome-bluetooth-rfkill.rules
-}

Copied: gnome-bluetooth/repos/gnome-unstable-i686/PKGBUILD (from rev 167913, 
gnome-bluetooth/trunk/PKGBUILD)
===
--- 

[arch-commits] Commit in gnome-bluetooth/repos (12 files)

2012-07-04 Thread Ionut Biru
Date: Wednesday, July 4, 2012 @ 13:08:04
  Author: ibiru
Revision: 162989

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  gnome-bluetooth/repos/extra-i686/61-gnome-bluetooth-rfkill.rules
(from rev 162988, gnome-bluetooth/trunk/61-gnome-bluetooth-rfkill.rules)
  gnome-bluetooth/repos/extra-i686/PKGBUILD
(from rev 162988, gnome-bluetooth/trunk/PKGBUILD)
  gnome-bluetooth/repos/extra-i686/gnome-bluetooth.install
(from rev 162988, gnome-bluetooth/trunk/gnome-bluetooth.install)
  gnome-bluetooth/repos/extra-x86_64/61-gnome-bluetooth-rfkill.rules
(from rev 162988, gnome-bluetooth/trunk/61-gnome-bluetooth-rfkill.rules)
  gnome-bluetooth/repos/extra-x86_64/PKGBUILD
(from rev 162988, gnome-bluetooth/trunk/PKGBUILD)
  gnome-bluetooth/repos/extra-x86_64/gnome-bluetooth.install
(from rev 162988, gnome-bluetooth/trunk/gnome-bluetooth.install)
Deleted:
  gnome-bluetooth/repos/extra-i686/61-gnome-bluetooth-rfkill.rules
  gnome-bluetooth/repos/extra-i686/PKGBUILD
  gnome-bluetooth/repos/extra-i686/gnome-bluetooth.install
  gnome-bluetooth/repos/extra-x86_64/61-gnome-bluetooth-rfkill.rules
  gnome-bluetooth/repos/extra-x86_64/PKGBUILD
  gnome-bluetooth/repos/extra-x86_64/gnome-bluetooth.install

--+
 extra-i686/61-gnome-bluetooth-rfkill.rules   |   22 +++
 extra-i686/PKGBUILD  |   76 -
 extra-i686/gnome-bluetooth.install   |   24 +++
 extra-x86_64/61-gnome-bluetooth-rfkill.rules |   22 +++
 extra-x86_64/PKGBUILD|   76 -
 extra-x86_64/gnome-bluetooth.install |   24 +++
 6 files changed, 122 insertions(+), 122 deletions(-)

Deleted: extra-i686/61-gnome-bluetooth-rfkill.rules
===
--- extra-i686/61-gnome-bluetooth-rfkill.rules  2012-07-04 17:07:05 UTC (rev 
162988)
+++ extra-i686/61-gnome-bluetooth-rfkill.rules  2012-07-04 17:08:04 UTC (rev 
162989)
@@ -1,11 +0,0 @@
-# Get access to /dev/rfkill for users
-# See https://bugzilla.redhat.com/show_bug.cgi?id=514798
-#
-# Updated for udev = 154
-# http://bugs.debian.org/582188
-# https://bugzilla.redhat.com/show_bug.cgi?id=588660
-
-ENV{ACL_MANAGE}==0, GOTO=gnome_bluetooth_end
-ACTION!=add|change, GOTO=gnome_bluetooth_end
-KERNEL==rfkill, TAG+=udev-acl
-LABEL=gnome_bluetooth_end

Copied: gnome-bluetooth/repos/extra-i686/61-gnome-bluetooth-rfkill.rules (from 
rev 162988, gnome-bluetooth/trunk/61-gnome-bluetooth-rfkill.rules)
===
--- extra-i686/61-gnome-bluetooth-rfkill.rules  (rev 0)
+++ extra-i686/61-gnome-bluetooth-rfkill.rules  2012-07-04 17:08:04 UTC (rev 
162989)
@@ -0,0 +1,11 @@
+# Get access to /dev/rfkill for users
+# See https://bugzilla.redhat.com/show_bug.cgi?id=514798
+#
+# Updated for udev = 154
+# http://bugs.debian.org/582188
+# https://bugzilla.redhat.com/show_bug.cgi?id=588660
+
+ENV{ACL_MANAGE}==0, GOTO=gnome_bluetooth_end
+ACTION!=add|change, GOTO=gnome_bluetooth_end
+KERNEL==rfkill, TAG+=udev-acl
+LABEL=gnome_bluetooth_end

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-07-04 17:07:05 UTC (rev 162988)
+++ extra-i686/PKGBUILD 2012-07-04 17:08:04 UTC (rev 162989)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-# Contributor: Roman Kyrylych ro...@archlinux.org
-
-pkgname=gnome-bluetooth
-pkgver=3.4.1
-pkgrel=1
-pkgdesc=The GNOME Bluetooth Subsystem
-arch=('i686' 'x86_64')
-url=http://live.gnome.org/GnomeBluetooth;
-license=('GPL' 'LGPL')
-depends=('gtk3' 'hicolor-icon-theme' 'gvfs-obexftp' 'obexd-client' 'dconf' 
'libnotify')
-makedepends=('intltool' 'gnome-doc-utils' 'nautilus-sendto' 
'gobject-introspection')
-options=('!libtool' '!emptydirs')
-install=gnome-bluetooth.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
-61-gnome-bluetooth-rfkill.rules)
-sha256sums=('179f55fc5933eaca657cdda0d95c6e782b80cf210b1552720aa6d83d31a8c21a'
-'b8acb8ea2e7f3588575cffd8ea14ec50c8641f518f2ea899771a508b299ea474')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---disable-desktop-update \
---disable-icon-update \
---disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  install -m644 -D $srcdir/61-gnome-bluetooth-rfkill.rules \
- 
$pkgdir/usr/lib/udev/rules.d//61-gnome-bluetooth-rfkill.rules
-}

Copied: gnome-bluetooth/repos/extra-i686/PKGBUILD (from rev 162988, 
gnome-bluetooth/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-07-04 17:08:04 UTC (rev 162989)
@@ -0,0 +1,38 @@

[arch-commits] Commit in gnome-bluetooth/repos (12 files)

2012-06-15 Thread Jan Steffens
Date: Friday, June 15, 2012 @ 10:35:56
  Author: heftig
Revision: 161844

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  gnome-bluetooth/repos/extra-i686/61-gnome-bluetooth-rfkill.rules
(from rev 161843, gnome-bluetooth/trunk/61-gnome-bluetooth-rfkill.rules)
  gnome-bluetooth/repos/extra-i686/PKGBUILD
(from rev 161843, gnome-bluetooth/trunk/PKGBUILD)
  gnome-bluetooth/repos/extra-i686/gnome-bluetooth.install
(from rev 161843, gnome-bluetooth/trunk/gnome-bluetooth.install)
  gnome-bluetooth/repos/extra-x86_64/61-gnome-bluetooth-rfkill.rules
(from rev 161843, gnome-bluetooth/trunk/61-gnome-bluetooth-rfkill.rules)
  gnome-bluetooth/repos/extra-x86_64/PKGBUILD
(from rev 161843, gnome-bluetooth/trunk/PKGBUILD)
  gnome-bluetooth/repos/extra-x86_64/gnome-bluetooth.install
(from rev 161843, gnome-bluetooth/trunk/gnome-bluetooth.install)
Deleted:
  gnome-bluetooth/repos/extra-i686/61-gnome-bluetooth-rfkill.rules
  gnome-bluetooth/repos/extra-i686/PKGBUILD
  gnome-bluetooth/repos/extra-i686/gnome-bluetooth.install
  gnome-bluetooth/repos/extra-x86_64/61-gnome-bluetooth-rfkill.rules
  gnome-bluetooth/repos/extra-x86_64/PKGBUILD
  gnome-bluetooth/repos/extra-x86_64/gnome-bluetooth.install

--+
 extra-i686/61-gnome-bluetooth-rfkill.rules   |   22 +++
 extra-i686/PKGBUILD  |   76 -
 extra-i686/gnome-bluetooth.install   |   24 +++
 extra-x86_64/61-gnome-bluetooth-rfkill.rules |   22 +++
 extra-x86_64/PKGBUILD|   76 -
 extra-x86_64/gnome-bluetooth.install |   24 +++
 6 files changed, 122 insertions(+), 122 deletions(-)

Deleted: extra-i686/61-gnome-bluetooth-rfkill.rules
===
--- extra-i686/61-gnome-bluetooth-rfkill.rules  2012-06-15 14:35:04 UTC (rev 
161843)
+++ extra-i686/61-gnome-bluetooth-rfkill.rules  2012-06-15 14:35:56 UTC (rev 
161844)
@@ -1,11 +0,0 @@
-# Get access to /dev/rfkill for users
-# See https://bugzilla.redhat.com/show_bug.cgi?id=514798
-#
-# Updated for udev = 154
-# http://bugs.debian.org/582188
-# https://bugzilla.redhat.com/show_bug.cgi?id=588660
-
-ENV{ACL_MANAGE}==0, GOTO=gnome_bluetooth_end
-ACTION!=add|change, GOTO=gnome_bluetooth_end
-KERNEL==rfkill, TAG+=udev-acl
-LABEL=gnome_bluetooth_end

Copied: gnome-bluetooth/repos/extra-i686/61-gnome-bluetooth-rfkill.rules (from 
rev 161843, gnome-bluetooth/trunk/61-gnome-bluetooth-rfkill.rules)
===
--- extra-i686/61-gnome-bluetooth-rfkill.rules  (rev 0)
+++ extra-i686/61-gnome-bluetooth-rfkill.rules  2012-06-15 14:35:56 UTC (rev 
161844)
@@ -0,0 +1,11 @@
+# Get access to /dev/rfkill for users
+# See https://bugzilla.redhat.com/show_bug.cgi?id=514798
+#
+# Updated for udev = 154
+# http://bugs.debian.org/582188
+# https://bugzilla.redhat.com/show_bug.cgi?id=588660
+
+ENV{ACL_MANAGE}==0, GOTO=gnome_bluetooth_end
+ACTION!=add|change, GOTO=gnome_bluetooth_end
+KERNEL==rfkill, TAG+=udev-acl
+LABEL=gnome_bluetooth_end

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-06-15 14:35:04 UTC (rev 161843)
+++ extra-i686/PKGBUILD 2012-06-15 14:35:56 UTC (rev 161844)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-# Contributor: Roman Kyrylych ro...@archlinux.org
-
-pkgname=gnome-bluetooth
-pkgver=3.4.0
-pkgrel=2
-pkgdesc=The GNOME Bluetooth Subsystem
-arch=('i686' 'x86_64')
-url=http://live.gnome.org/GnomeBluetooth;
-license=('GPL' 'LGPL')
-depends=('gtk3' 'hicolor-icon-theme' 'gvfs-obexftp' 'obexd-client' 'dconf' 
'libnotify')
-makedepends=('intltool' 'gnome-doc-utils' 'nautilus-sendto' 
'gobject-introspection')
-options=('!libtool' '!emptydirs')
-install=gnome-bluetooth.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
-61-gnome-bluetooth-rfkill.rules)
-sha256sums=('97a229e81997c14064899bdec2a62f94738d00d2f88cc18bcbeb2bdf0610e272'
-'b8acb8ea2e7f3588575cffd8ea14ec50c8641f518f2ea899771a508b299ea474')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---disable-desktop-update \
---disable-icon-update \
---disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  install -m644 -D $srcdir/61-gnome-bluetooth-rfkill.rules \
- 
$pkgdir/usr/lib/udev/rules.d//61-gnome-bluetooth-rfkill.rules
-}

Copied: gnome-bluetooth/repos/extra-i686/PKGBUILD (from rev 161843, 
gnome-bluetooth/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-06-15 14:35:56 UTC (rev 161844)
@@ -0,0 +1,38 @@

[arch-commits] Commit in gnome-bluetooth/repos (12 files)

2012-05-03 Thread Jan Steffens
Date: Thursday, May 3, 2012 @ 09:11:10
  Author: heftig
Revision: 158129

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  gnome-bluetooth/repos/extra-i686/61-gnome-bluetooth-rfkill.rules
(from rev 158128, gnome-bluetooth/trunk/61-gnome-bluetooth-rfkill.rules)
  gnome-bluetooth/repos/extra-i686/PKGBUILD
(from rev 158128, gnome-bluetooth/trunk/PKGBUILD)
  gnome-bluetooth/repos/extra-i686/gnome-bluetooth.install
(from rev 158128, gnome-bluetooth/trunk/gnome-bluetooth.install)
  gnome-bluetooth/repos/extra-x86_64/61-gnome-bluetooth-rfkill.rules
(from rev 158128, gnome-bluetooth/trunk/61-gnome-bluetooth-rfkill.rules)
  gnome-bluetooth/repos/extra-x86_64/PKGBUILD
(from rev 158128, gnome-bluetooth/trunk/PKGBUILD)
  gnome-bluetooth/repos/extra-x86_64/gnome-bluetooth.install
(from rev 158128, gnome-bluetooth/trunk/gnome-bluetooth.install)
Deleted:
  gnome-bluetooth/repos/extra-i686/61-gnome-bluetooth-rfkill.rules
  gnome-bluetooth/repos/extra-i686/PKGBUILD
  gnome-bluetooth/repos/extra-i686/gnome-bluetooth.install
  gnome-bluetooth/repos/extra-x86_64/61-gnome-bluetooth-rfkill.rules
  gnome-bluetooth/repos/extra-x86_64/PKGBUILD
  gnome-bluetooth/repos/extra-x86_64/gnome-bluetooth.install

--+
 extra-i686/61-gnome-bluetooth-rfkill.rules   |   22 +++
 extra-i686/PKGBUILD  |   76 -
 extra-i686/gnome-bluetooth.install   |   24 +++
 extra-x86_64/61-gnome-bluetooth-rfkill.rules |   22 +++
 extra-x86_64/PKGBUILD|   76 -
 extra-x86_64/gnome-bluetooth.install |   24 +++
 6 files changed, 122 insertions(+), 122 deletions(-)

Deleted: extra-i686/61-gnome-bluetooth-rfkill.rules
===
--- extra-i686/61-gnome-bluetooth-rfkill.rules  2012-05-03 13:09:38 UTC (rev 
158128)
+++ extra-i686/61-gnome-bluetooth-rfkill.rules  2012-05-03 13:11:10 UTC (rev 
158129)
@@ -1,11 +0,0 @@
-# Get access to /dev/rfkill for users
-# See https://bugzilla.redhat.com/show_bug.cgi?id=514798
-#
-# Updated for udev = 154
-# http://bugs.debian.org/582188
-# https://bugzilla.redhat.com/show_bug.cgi?id=588660
-
-ENV{ACL_MANAGE}==0, GOTO=gnome_bluetooth_end
-ACTION!=add|change, GOTO=gnome_bluetooth_end
-KERNEL==rfkill, TAG+=udev-acl
-LABEL=gnome_bluetooth_end

Copied: gnome-bluetooth/repos/extra-i686/61-gnome-bluetooth-rfkill.rules (from 
rev 158128, gnome-bluetooth/trunk/61-gnome-bluetooth-rfkill.rules)
===
--- extra-i686/61-gnome-bluetooth-rfkill.rules  (rev 0)
+++ extra-i686/61-gnome-bluetooth-rfkill.rules  2012-05-03 13:11:10 UTC (rev 
158129)
@@ -0,0 +1,11 @@
+# Get access to /dev/rfkill for users
+# See https://bugzilla.redhat.com/show_bug.cgi?id=514798
+#
+# Updated for udev = 154
+# http://bugs.debian.org/582188
+# https://bugzilla.redhat.com/show_bug.cgi?id=588660
+
+ENV{ACL_MANAGE}==0, GOTO=gnome_bluetooth_end
+ACTION!=add|change, GOTO=gnome_bluetooth_end
+KERNEL==rfkill, TAG+=udev-acl
+LABEL=gnome_bluetooth_end

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-05-03 13:09:38 UTC (rev 158128)
+++ extra-i686/PKGBUILD 2012-05-03 13:11:10 UTC (rev 158129)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-# Contributor: Roman Kyrylych ro...@archlinux.org
-
-pkgname=gnome-bluetooth
-pkgver=3.4.0
-pkgrel=1
-pkgdesc=The GNOME Bluetooth Subsystem
-arch=('i686' 'x86_64')
-url=http://live.gnome.org/GnomeBluetooth;
-license=('GPL' 'LGPL')
-depends=('gtk3' 'hicolor-icon-theme' 'gvfs-obexftp' 'obexd-client' 'dconf' 
'libnotify')
-makedepends=('intltool' 'gnome-doc-utils' 'nautilus-sendto' 
'gobject-introspection')
-options=('!libtool' '!emptydirs')
-install=gnome-bluetooth.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
-61-gnome-bluetooth-rfkill.rules)
-sha256sums=('97a229e81997c14064899bdec2a62f94738d00d2f88cc18bcbeb2bdf0610e272'
-'b8acb8ea2e7f3588575cffd8ea14ec50c8641f518f2ea899771a508b299ea474')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---disable-desktop-update \
---disable-icon-update \
---disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  install -m644 -D $srcdir/61-gnome-bluetooth-rfkill.rules \
- 
$pkgdir/lib/udev/rules.d//61-gnome-bluetooth-rfkill.rules
-}

Copied: gnome-bluetooth/repos/extra-i686/PKGBUILD (from rev 158128, 
gnome-bluetooth/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-05-03 13:11:10 UTC (rev 158129)
@@ -0,0 +1,38 @@
+# 

[arch-commits] Commit in gnome-bluetooth/repos (12 files)

2012-03-30 Thread Jan Steffens
Date: Friday, March 30, 2012 @ 12:50:56
  Author: heftig
Revision: 154777

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  gnome-bluetooth/repos/gnome-unstable-i686/61-gnome-bluetooth-rfkill.rules
(from rev 154776, gnome-bluetooth/trunk/61-gnome-bluetooth-rfkill.rules)
  gnome-bluetooth/repos/gnome-unstable-i686/PKGBUILD
(from rev 154776, gnome-bluetooth/trunk/PKGBUILD)
  gnome-bluetooth/repos/gnome-unstable-i686/gnome-bluetooth.install
(from rev 154776, gnome-bluetooth/trunk/gnome-bluetooth.install)
  gnome-bluetooth/repos/gnome-unstable-x86_64/61-gnome-bluetooth-rfkill.rules
(from rev 154776, gnome-bluetooth/trunk/61-gnome-bluetooth-rfkill.rules)
  gnome-bluetooth/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 154776, gnome-bluetooth/trunk/PKGBUILD)
  gnome-bluetooth/repos/gnome-unstable-x86_64/gnome-bluetooth.install
(from rev 154776, gnome-bluetooth/trunk/gnome-bluetooth.install)
Deleted:
  gnome-bluetooth/repos/gnome-unstable-i686/61-gnome-bluetooth-rfkill.rules
  gnome-bluetooth/repos/gnome-unstable-i686/PKGBUILD
  gnome-bluetooth/repos/gnome-unstable-i686/gnome-bluetooth.install
  gnome-bluetooth/repos/gnome-unstable-x86_64/61-gnome-bluetooth-rfkill.rules
  gnome-bluetooth/repos/gnome-unstable-x86_64/PKGBUILD
  gnome-bluetooth/repos/gnome-unstable-x86_64/gnome-bluetooth.install

---+
 gnome-unstable-i686/61-gnome-bluetooth-rfkill.rules   |   22 ++--
 gnome-unstable-i686/PKGBUILD  |   80 +++-
 gnome-unstable-i686/gnome-bluetooth.install   |   24 ++--
 gnome-unstable-x86_64/61-gnome-bluetooth-rfkill.rules |   22 ++--
 gnome-unstable-x86_64/PKGBUILD|   80 +++-
 gnome-unstable-x86_64/gnome-bluetooth.install |   24 ++--
 6 files changed, 122 insertions(+), 130 deletions(-)

Deleted: gnome-unstable-i686/61-gnome-bluetooth-rfkill.rules
===
--- gnome-unstable-i686/61-gnome-bluetooth-rfkill.rules 2012-03-30 16:49:28 UTC 
(rev 154776)
+++ gnome-unstable-i686/61-gnome-bluetooth-rfkill.rules 2012-03-30 16:50:56 UTC 
(rev 154777)
@@ -1,11 +0,0 @@
-# Get access to /dev/rfkill for users
-# See https://bugzilla.redhat.com/show_bug.cgi?id=514798
-#
-# Updated for udev = 154
-# http://bugs.debian.org/582188
-# https://bugzilla.redhat.com/show_bug.cgi?id=588660
-
-ENV{ACL_MANAGE}==0, GOTO=gnome_bluetooth_end
-ACTION!=add|change, GOTO=gnome_bluetooth_end
-KERNEL==rfkill, TAG+=udev-acl
-LABEL=gnome_bluetooth_end

Copied: 
gnome-bluetooth/repos/gnome-unstable-i686/61-gnome-bluetooth-rfkill.rules (from 
rev 154776, gnome-bluetooth/trunk/61-gnome-bluetooth-rfkill.rules)
===
--- gnome-unstable-i686/61-gnome-bluetooth-rfkill.rules 
(rev 0)
+++ gnome-unstable-i686/61-gnome-bluetooth-rfkill.rules 2012-03-30 16:50:56 UTC 
(rev 154777)
@@ -0,0 +1,11 @@
+# Get access to /dev/rfkill for users
+# See https://bugzilla.redhat.com/show_bug.cgi?id=514798
+#
+# Updated for udev = 154
+# http://bugs.debian.org/582188
+# https://bugzilla.redhat.com/show_bug.cgi?id=588660
+
+ENV{ACL_MANAGE}==0, GOTO=gnome_bluetooth_end
+ACTION!=add|change, GOTO=gnome_bluetooth_end
+KERNEL==rfkill, TAG+=udev-acl
+LABEL=gnome_bluetooth_end

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2012-03-30 16:49:28 UTC (rev 154776)
+++ gnome-unstable-i686/PKGBUILD2012-03-30 16:50:56 UTC (rev 154777)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-# Contributor: Roman Kyrylych ro...@archlinux.org
-
-pkgname=gnome-bluetooth
-pkgver=3.3.92
-pkgrel=1
-pkgdesc=The GNOME Bluetooth Subsystem
-arch=('i686' 'x86_64')
-url=http://live.gnome.org/GnomeBluetooth;
-license=('GPL' 'LGPL')
-depends=('gtk3' 'hicolor-icon-theme' 'gvfs-obexftp' 'obexd-client' 'dconf' 
'libnotify')
-makedepends=('intltool' 'gnome-doc-utils' 'nautilus-sendto' 
'gobject-introspection' 'gtk-doc' 'gnome-common')
-options=('!libtool' '!emptydirs')
-install=gnome-bluetooth.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
-61-gnome-bluetooth-rfkill.rules
-
fix-build::http://git.gnome.org/browse/gnome-bluetooth/patch/?id=94a23c3a5194d527aae993edbc68a50695a3f93e)
-sha256sums=('081834f33a45829a108dab33e7d6bdeef9efdde9741bb55208327b38f425343c'
-'b8acb8ea2e7f3588575cffd8ea14ec50c8641f518f2ea899771a508b299ea474'
-'357f4abfc62da3a7e87bc815daf698f258135707bcf302e46f5b189fbdbeaf95')
-
-build() {
-  cd $pkgname-$pkgver
-  patch -Np1 -i $srcdir/fix-build
-  gnome-autogen.sh
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---disable-desktop-update \
---disable-icon-update \
---disable-schemas-compile
-  make

[arch-commits] Commit in gnome-bluetooth/repos (12 files)

2012-03-20 Thread Ionut Biru
Date: Tuesday, March 20, 2012 @ 18:01:59
  Author: ibiru
Revision: 153942

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  gnome-bluetooth/repos/gnome-unstable-i686/61-gnome-bluetooth-rfkill.rules
(from rev 153941, gnome-bluetooth/trunk/61-gnome-bluetooth-rfkill.rules)
  gnome-bluetooth/repos/gnome-unstable-i686/PKGBUILD
(from rev 153941, gnome-bluetooth/trunk/PKGBUILD)
  gnome-bluetooth/repos/gnome-unstable-i686/gnome-bluetooth.install
(from rev 153941, gnome-bluetooth/trunk/gnome-bluetooth.install)
  gnome-bluetooth/repos/gnome-unstable-x86_64/61-gnome-bluetooth-rfkill.rules
(from rev 153941, gnome-bluetooth/trunk/61-gnome-bluetooth-rfkill.rules)
  gnome-bluetooth/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 153941, gnome-bluetooth/trunk/PKGBUILD)
  gnome-bluetooth/repos/gnome-unstable-x86_64/gnome-bluetooth.install
(from rev 153941, gnome-bluetooth/trunk/gnome-bluetooth.install)
Deleted:
  gnome-bluetooth/repos/gnome-unstable-i686/61-gnome-bluetooth-rfkill.rules
  gnome-bluetooth/repos/gnome-unstable-i686/PKGBUILD
  gnome-bluetooth/repos/gnome-unstable-i686/gnome-bluetooth.install
  gnome-bluetooth/repos/gnome-unstable-x86_64/61-gnome-bluetooth-rfkill.rules
  gnome-bluetooth/repos/gnome-unstable-x86_64/PKGBUILD
  gnome-bluetooth/repos/gnome-unstable-x86_64/gnome-bluetooth.install

---+
 gnome-unstable-i686/61-gnome-bluetooth-rfkill.rules   |   22 ++--
 gnome-unstable-i686/PKGBUILD  |   82 
 gnome-unstable-i686/gnome-bluetooth.install   |   24 ++--
 gnome-unstable-x86_64/61-gnome-bluetooth-rfkill.rules |   22 ++--
 gnome-unstable-x86_64/PKGBUILD|   82 
 gnome-unstable-x86_64/gnome-bluetooth.install |   24 ++--
 6 files changed, 130 insertions(+), 126 deletions(-)

Deleted: gnome-unstable-i686/61-gnome-bluetooth-rfkill.rules
===
--- gnome-unstable-i686/61-gnome-bluetooth-rfkill.rules 2012-03-20 22:01:20 UTC 
(rev 153941)
+++ gnome-unstable-i686/61-gnome-bluetooth-rfkill.rules 2012-03-20 22:01:59 UTC 
(rev 153942)
@@ -1,11 +0,0 @@
-# Get access to /dev/rfkill for users
-# See https://bugzilla.redhat.com/show_bug.cgi?id=514798
-#
-# Updated for udev = 154
-# http://bugs.debian.org/582188
-# https://bugzilla.redhat.com/show_bug.cgi?id=588660
-
-ENV{ACL_MANAGE}==0, GOTO=gnome_bluetooth_end
-ACTION!=add|change, GOTO=gnome_bluetooth_end
-KERNEL==rfkill, TAG+=udev-acl
-LABEL=gnome_bluetooth_end

Copied: 
gnome-bluetooth/repos/gnome-unstable-i686/61-gnome-bluetooth-rfkill.rules (from 
rev 153941, gnome-bluetooth/trunk/61-gnome-bluetooth-rfkill.rules)
===
--- gnome-unstable-i686/61-gnome-bluetooth-rfkill.rules 
(rev 0)
+++ gnome-unstable-i686/61-gnome-bluetooth-rfkill.rules 2012-03-20 22:01:59 UTC 
(rev 153942)
@@ -0,0 +1,11 @@
+# Get access to /dev/rfkill for users
+# See https://bugzilla.redhat.com/show_bug.cgi?id=514798
+#
+# Updated for udev = 154
+# http://bugs.debian.org/582188
+# https://bugzilla.redhat.com/show_bug.cgi?id=588660
+
+ENV{ACL_MANAGE}==0, GOTO=gnome_bluetooth_end
+ACTION!=add|change, GOTO=gnome_bluetooth_end
+KERNEL==rfkill, TAG+=udev-acl
+LABEL=gnome_bluetooth_end

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2012-03-20 22:01:20 UTC (rev 153941)
+++ gnome-unstable-i686/PKGBUILD2012-03-20 22:01:59 UTC (rev 153942)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-# Contributor: Roman Kyrylych ro...@archlinux.org
-
-pkgname=gnome-bluetooth
-pkgver=3.3.4
-pkgrel=1
-pkgdesc=The GNOME Bluetooth Subsystem
-arch=('i686' 'x86_64')
-url=http://live.gnome.org/GnomeBluetooth;
-license=('GPL' 'LGPL')
-depends=('gtk3' 'hicolor-icon-theme' 'gvfs-obexftp' 'obexd-client' 'dconf' 
'libnotify')
-makedepends=('intltool' 'gnome-doc-utils' 'nautilus-sendto' 
'gobject-introspection')
-options=('!libtool' '!emptydirs')
-install=gnome-bluetooth.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
-61-gnome-bluetooth-rfkill.rules)
-sha256sums=('045e4232b3adbb9219bde406c853ba8d652bb58ce7ea85323b51fc8c786abeea'
-'b8acb8ea2e7f3588575cffd8ea14ec50c8641f518f2ea899771a508b299ea474')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---disable-desktop-update \
---disable-icon-update \
---disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  install -m644 -D $srcdir/61-gnome-bluetooth-rfkill.rules \
- 
$pkgdir/lib/udev/rules.d//61-gnome-bluetooth-rfkill.rules
-  install -d $pkgdir/etc/ld.so.conf.d
-  echo 

[arch-commits] Commit in gnome-bluetooth/repos (12 files)

2012-02-07 Thread Jan Steffens
Date: Tuesday, February 7, 2012 @ 11:18:44
  Author: heftig
Revision: 149409

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  gnome-bluetooth/repos/extra-i686/61-gnome-bluetooth-rfkill.rules
(from rev 149408, gnome-bluetooth/trunk/61-gnome-bluetooth-rfkill.rules)
  gnome-bluetooth/repos/extra-i686/PKGBUILD
(from rev 149408, gnome-bluetooth/trunk/PKGBUILD)
  gnome-bluetooth/repos/extra-i686/gnome-bluetooth.install
(from rev 149408, gnome-bluetooth/trunk/gnome-bluetooth.install)
  gnome-bluetooth/repos/extra-x86_64/61-gnome-bluetooth-rfkill.rules
(from rev 149408, gnome-bluetooth/trunk/61-gnome-bluetooth-rfkill.rules)
  gnome-bluetooth/repos/extra-x86_64/PKGBUILD
(from rev 149408, gnome-bluetooth/trunk/PKGBUILD)
  gnome-bluetooth/repos/extra-x86_64/gnome-bluetooth.install
(from rev 149408, gnome-bluetooth/trunk/gnome-bluetooth.install)
Deleted:
  gnome-bluetooth/repos/extra-i686/61-gnome-bluetooth-rfkill.rules
  gnome-bluetooth/repos/extra-i686/PKGBUILD
  gnome-bluetooth/repos/extra-i686/gnome-bluetooth.install
  gnome-bluetooth/repos/extra-x86_64/61-gnome-bluetooth-rfkill.rules
  gnome-bluetooth/repos/extra-x86_64/PKGBUILD
  gnome-bluetooth/repos/extra-x86_64/gnome-bluetooth.install

--+
 extra-i686/61-gnome-bluetooth-rfkill.rules   |   22 +++---
 extra-i686/PKGBUILD  |   80 -
 extra-i686/gnome-bluetooth.install   |   24 +++
 extra-x86_64/61-gnome-bluetooth-rfkill.rules |   22 +++---
 extra-x86_64/PKGBUILD|   80 -
 extra-x86_64/gnome-bluetooth.install |   24 +++
 6 files changed, 126 insertions(+), 126 deletions(-)

Deleted: extra-i686/61-gnome-bluetooth-rfkill.rules
===
--- extra-i686/61-gnome-bluetooth-rfkill.rules  2012-02-07 16:17:04 UTC (rev 
149408)
+++ extra-i686/61-gnome-bluetooth-rfkill.rules  2012-02-07 16:18:44 UTC (rev 
149409)
@@ -1,11 +0,0 @@
-# Get access to /dev/rfkill for users
-# See https://bugzilla.redhat.com/show_bug.cgi?id=514798
-#
-# Updated for udev = 154
-# http://bugs.debian.org/582188
-# https://bugzilla.redhat.com/show_bug.cgi?id=588660
-
-ENV{ACL_MANAGE}==0, GOTO=gnome_bluetooth_end
-ACTION!=add|change, GOTO=gnome_bluetooth_end
-KERNEL==rfkill, TAG+=udev-acl
-LABEL=gnome_bluetooth_end

Copied: gnome-bluetooth/repos/extra-i686/61-gnome-bluetooth-rfkill.rules (from 
rev 149408, gnome-bluetooth/trunk/61-gnome-bluetooth-rfkill.rules)
===
--- extra-i686/61-gnome-bluetooth-rfkill.rules  (rev 0)
+++ extra-i686/61-gnome-bluetooth-rfkill.rules  2012-02-07 16:18:44 UTC (rev 
149409)
@@ -0,0 +1,11 @@
+# Get access to /dev/rfkill for users
+# See https://bugzilla.redhat.com/show_bug.cgi?id=514798
+#
+# Updated for udev = 154
+# http://bugs.debian.org/582188
+# https://bugzilla.redhat.com/show_bug.cgi?id=588660
+
+ENV{ACL_MANAGE}==0, GOTO=gnome_bluetooth_end
+ACTION!=add|change, GOTO=gnome_bluetooth_end
+KERNEL==rfkill, TAG+=udev-acl
+LABEL=gnome_bluetooth_end

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-02-07 16:17:04 UTC (rev 149408)
+++ extra-i686/PKGBUILD 2012-02-07 16:18:44 UTC (rev 149409)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-# Contributor: Roman Kyrylych ro...@archlinux.org
-
-pkgname=gnome-bluetooth
-pkgver=3.2.1
-pkgrel=1
-pkgdesc=The GNOME Bluetooth Subsystem
-arch=('i686' 'x86_64')
-url=http://live.gnome.org/GnomeBluetooth;
-license=('GPL' 'LGPL')
-depends=('gtk3' 'hicolor-icon-theme' 'gvfs-obexftp' 'obexd-client' 'dconf')
-makedepends=('intltool' 'gnome-doc-utils' 'nautilus-sendto' 
'gobject-introspection')
-options=('!libtool' '!emptydirs')
-install=gnome-bluetooth.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz
-61-gnome-bluetooth-rfkill.rules)
-sha256sums=('f67abc26e2a8003b5e3b58e1541ed3955e0ea05a08bfaa8d5dc4b2133d948df0'
-'b8acb8ea2e7f3588575cffd8ea14ec50c8641f518f2ea899771a508b299ea474')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---disable-desktop-update \
---disable-icon-update \
---disable-schemas-compile
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  install -m644 -D ${srcdir}/61-gnome-bluetooth-rfkill.rules \
- 
${pkgdir}/lib/udev/rules.d//61-gnome-bluetooth-rfkill.rules
-  install -d ${pkgdir}/etc/ld.so.conf.d
-  echo /usr/lib/gnome-bluetooth  ${pkgdir}/etc/ld.so.conf.d/${pkgname}.conf
-}

Copied: gnome-bluetooth/repos/extra-i686/PKGBUILD (from rev 149408, 
gnome-bluetooth/trunk/PKGBUILD)

[arch-commits] Commit in gnome-bluetooth/repos (12 files)

2011-09-27 Thread Ionut Biru
Date: Tuesday, September 27, 2011 @ 08:24:44
  Author: ibiru
Revision: 138612

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  gnome-bluetooth/repos/gnome-unstable-i686/61-gnome-bluetooth-rfkill.rules
(from rev 138611, gnome-bluetooth/trunk/61-gnome-bluetooth-rfkill.rules)
  gnome-bluetooth/repos/gnome-unstable-i686/PKGBUILD
(from rev 138611, gnome-bluetooth/trunk/PKGBUILD)
  gnome-bluetooth/repos/gnome-unstable-i686/gnome-bluetooth.install
(from rev 138611, gnome-bluetooth/trunk/gnome-bluetooth.install)
  gnome-bluetooth/repos/gnome-unstable-x86_64/61-gnome-bluetooth-rfkill.rules
(from rev 138611, gnome-bluetooth/trunk/61-gnome-bluetooth-rfkill.rules)
  gnome-bluetooth/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 138611, gnome-bluetooth/trunk/PKGBUILD)
  gnome-bluetooth/repos/gnome-unstable-x86_64/gnome-bluetooth.install
(from rev 138611, gnome-bluetooth/trunk/gnome-bluetooth.install)
Deleted:
  gnome-bluetooth/repos/gnome-unstable-i686/61-gnome-bluetooth-rfkill.rules
  gnome-bluetooth/repos/gnome-unstable-i686/PKGBUILD
  gnome-bluetooth/repos/gnome-unstable-i686/gnome-bluetooth.install
  gnome-bluetooth/repos/gnome-unstable-x86_64/61-gnome-bluetooth-rfkill.rules
  gnome-bluetooth/repos/gnome-unstable-x86_64/PKGBUILD
  gnome-bluetooth/repos/gnome-unstable-x86_64/gnome-bluetooth.install

---+
 gnome-unstable-i686/61-gnome-bluetooth-rfkill.rules   |   22 ++--
 gnome-unstable-i686/PKGBUILD  |   80 
 gnome-unstable-i686/gnome-bluetooth.install   |   24 ++--
 gnome-unstable-x86_64/61-gnome-bluetooth-rfkill.rules |   22 ++--
 gnome-unstable-x86_64/PKGBUILD|   80 
 gnome-unstable-x86_64/gnome-bluetooth.install |   24 ++--
 6 files changed, 126 insertions(+), 126 deletions(-)

Deleted: gnome-unstable-i686/61-gnome-bluetooth-rfkill.rules
===
--- gnome-unstable-i686/61-gnome-bluetooth-rfkill.rules 2011-09-27 12:23:13 UTC 
(rev 138611)
+++ gnome-unstable-i686/61-gnome-bluetooth-rfkill.rules 2011-09-27 12:24:44 UTC 
(rev 138612)
@@ -1,11 +0,0 @@
-# Get access to /dev/rfkill for users
-# See https://bugzilla.redhat.com/show_bug.cgi?id=514798
-#
-# Updated for udev = 154
-# http://bugs.debian.org/582188
-# https://bugzilla.redhat.com/show_bug.cgi?id=588660
-
-ENV{ACL_MANAGE}==0, GOTO=gnome_bluetooth_end
-ACTION!=add|change, GOTO=gnome_bluetooth_end
-KERNEL==rfkill, TAG+=udev-acl
-LABEL=gnome_bluetooth_end

Copied: 
gnome-bluetooth/repos/gnome-unstable-i686/61-gnome-bluetooth-rfkill.rules (from 
rev 138611, gnome-bluetooth/trunk/61-gnome-bluetooth-rfkill.rules)
===
--- gnome-unstable-i686/61-gnome-bluetooth-rfkill.rules 
(rev 0)
+++ gnome-unstable-i686/61-gnome-bluetooth-rfkill.rules 2011-09-27 12:24:44 UTC 
(rev 138612)
@@ -0,0 +1,11 @@
+# Get access to /dev/rfkill for users
+# See https://bugzilla.redhat.com/show_bug.cgi?id=514798
+#
+# Updated for udev = 154
+# http://bugs.debian.org/582188
+# https://bugzilla.redhat.com/show_bug.cgi?id=588660
+
+ENV{ACL_MANAGE}==0, GOTO=gnome_bluetooth_end
+ACTION!=add|change, GOTO=gnome_bluetooth_end
+KERNEL==rfkill, TAG+=udev-acl
+LABEL=gnome_bluetooth_end

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2011-09-27 12:23:13 UTC (rev 138611)
+++ gnome-unstable-i686/PKGBUILD2011-09-27 12:24:44 UTC (rev 138612)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-# Contributor: Roman Kyrylych ro...@archlinux.org
-
-pkgname=gnome-bluetooth
-pkgver=3.1.92
-pkgrel=1
-pkgdesc=The GNOME Bluetooth Subsystem
-arch=('i686' 'x86_64')
-url=http://live.gnome.org/GnomeBluetooth;
-license=('GPL' 'LGPL')
-depends=('gtk3' 'hicolor-icon-theme' 'gvfs-obexftp' 'obexd-client' 'dconf')
-makedepends=('intltool' 'gnome-doc-utils' 'nautilus-sendto' 
'gobject-introspection')
-options=('!libtool' '!emptydirs')
-install=gnome-bluetooth.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz
-61-gnome-bluetooth-rfkill.rules)
-sha256sums=('bcbe097434081618de18e5caf955c42f22ea79d6dc6fcad9647a1ca0240560ce'
-'b8acb8ea2e7f3588575cffd8ea14ec50c8641f518f2ea899771a508b299ea474')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---disable-desktop-update \
---disable-icon-update \
---disable-schemas-compile
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  install -m644 -D ${srcdir}/61-gnome-bluetooth-rfkill.rules \
- 
${pkgdir}/lib/udev/rules.d//61-gnome-bluetooth-rfkill.rules
-  install -d 

[arch-commits] Commit in gnome-bluetooth/repos (12 files)

2011-09-20 Thread Ionut Biru
Date: Tuesday, September 20, 2011 @ 11:37:23
  Author: ibiru
Revision: 138353

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  gnome-bluetooth/repos/gnome-unstable-i686/61-gnome-bluetooth-rfkill.rules
(from rev 138352, gnome-bluetooth/trunk/61-gnome-bluetooth-rfkill.rules)
  gnome-bluetooth/repos/gnome-unstable-i686/PKGBUILD
(from rev 138352, gnome-bluetooth/trunk/PKGBUILD)
  gnome-bluetooth/repos/gnome-unstable-i686/gnome-bluetooth.install
(from rev 138352, gnome-bluetooth/trunk/gnome-bluetooth.install)
  gnome-bluetooth/repos/gnome-unstable-x86_64/61-gnome-bluetooth-rfkill.rules
(from rev 138352, gnome-bluetooth/trunk/61-gnome-bluetooth-rfkill.rules)
  gnome-bluetooth/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 138352, gnome-bluetooth/trunk/PKGBUILD)
  gnome-bluetooth/repos/gnome-unstable-x86_64/gnome-bluetooth.install
(from rev 138352, gnome-bluetooth/trunk/gnome-bluetooth.install)
Deleted:
  gnome-bluetooth/repos/gnome-unstable-i686/61-gnome-bluetooth-rfkill.rules
  gnome-bluetooth/repos/gnome-unstable-i686/PKGBUILD
  gnome-bluetooth/repos/gnome-unstable-i686/gnome-bluetooth.install
  gnome-bluetooth/repos/gnome-unstable-x86_64/61-gnome-bluetooth-rfkill.rules
  gnome-bluetooth/repos/gnome-unstable-x86_64/PKGBUILD
  gnome-bluetooth/repos/gnome-unstable-x86_64/gnome-bluetooth.install

---+
 gnome-unstable-i686/61-gnome-bluetooth-rfkill.rules   |   22 ++--
 gnome-unstable-i686/PKGBUILD  |   80 
 gnome-unstable-i686/gnome-bluetooth.install   |   24 ++--
 gnome-unstable-x86_64/61-gnome-bluetooth-rfkill.rules |   22 ++--
 gnome-unstable-x86_64/PKGBUILD|   80 
 gnome-unstable-x86_64/gnome-bluetooth.install |   24 ++--
 6 files changed, 126 insertions(+), 126 deletions(-)

Deleted: gnome-unstable-i686/61-gnome-bluetooth-rfkill.rules
===
--- gnome-unstable-i686/61-gnome-bluetooth-rfkill.rules 2011-09-20 15:35:41 UTC 
(rev 138352)
+++ gnome-unstable-i686/61-gnome-bluetooth-rfkill.rules 2011-09-20 15:37:23 UTC 
(rev 138353)
@@ -1,11 +0,0 @@
-# Get access to /dev/rfkill for users
-# See https://bugzilla.redhat.com/show_bug.cgi?id=514798
-#
-# Updated for udev = 154
-# http://bugs.debian.org/582188
-# https://bugzilla.redhat.com/show_bug.cgi?id=588660
-
-ENV{ACL_MANAGE}==0, GOTO=gnome_bluetooth_end
-ACTION!=add|change, GOTO=gnome_bluetooth_end
-KERNEL==rfkill, TAG+=udev-acl
-LABEL=gnome_bluetooth_end

Copied: 
gnome-bluetooth/repos/gnome-unstable-i686/61-gnome-bluetooth-rfkill.rules (from 
rev 138352, gnome-bluetooth/trunk/61-gnome-bluetooth-rfkill.rules)
===
--- gnome-unstable-i686/61-gnome-bluetooth-rfkill.rules 
(rev 0)
+++ gnome-unstable-i686/61-gnome-bluetooth-rfkill.rules 2011-09-20 15:37:23 UTC 
(rev 138353)
@@ -0,0 +1,11 @@
+# Get access to /dev/rfkill for users
+# See https://bugzilla.redhat.com/show_bug.cgi?id=514798
+#
+# Updated for udev = 154
+# http://bugs.debian.org/582188
+# https://bugzilla.redhat.com/show_bug.cgi?id=588660
+
+ENV{ACL_MANAGE}==0, GOTO=gnome_bluetooth_end
+ACTION!=add|change, GOTO=gnome_bluetooth_end
+KERNEL==rfkill, TAG+=udev-acl
+LABEL=gnome_bluetooth_end

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2011-09-20 15:35:41 UTC (rev 138352)
+++ gnome-unstable-i686/PKGBUILD2011-09-20 15:37:23 UTC (rev 138353)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-# Contributor: Roman Kyrylych ro...@archlinux.org
-
-pkgname=gnome-bluetooth
-pkgver=3.1.4
-pkgrel=2
-pkgdesc=The GNOME Bluetooth Subsystem
-arch=('i686' 'x86_64')
-url=http://live.gnome.org/GnomeBluetooth;
-license=('GPL' 'LGPL')
-depends=('gtk3' 'hicolor-icon-theme' 'gvfs-obexftp' 'obexd-client' 'dconf')
-makedepends=('intltool' 'gnome-doc-utils' 'nautilus-sendto' 
'gobject-introspection')
-options=('!libtool' '!emptydirs')
-install=gnome-bluetooth.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz
-61-gnome-bluetooth-rfkill.rules)
-sha256sums=('128463d3fe5457ff3996b79d2b829e16c982c863ece5dcd0e659f19288115188'
-'b8acb8ea2e7f3588575cffd8ea14ec50c8641f518f2ea899771a508b299ea474')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---disable-desktop-update \
---disable-icon-update \
---disable-schemas-compile
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  install -m644 -D ${srcdir}/61-gnome-bluetooth-rfkill.rules \
- 
${pkgdir}/lib/udev/rules.d//61-gnome-bluetooth-rfkill.rules
-  install -d 

[arch-commits] Commit in gnome-bluetooth/repos (12 files)

2011-09-04 Thread Ionut Biru
Date: Sunday, September 4, 2011 @ 16:46:19
  Author: ibiru
Revision: 136993

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  gnome-bluetooth/repos/gnome-unstable-i686/61-gnome-bluetooth-rfkill.rules
(from rev 136992, gnome-bluetooth/trunk/61-gnome-bluetooth-rfkill.rules)
  gnome-bluetooth/repos/gnome-unstable-i686/PKGBUILD
(from rev 136992, gnome-bluetooth/trunk/PKGBUILD)
  gnome-bluetooth/repos/gnome-unstable-i686/gnome-bluetooth.install
(from rev 136992, gnome-bluetooth/trunk/gnome-bluetooth.install)
  gnome-bluetooth/repos/gnome-unstable-x86_64/61-gnome-bluetooth-rfkill.rules
(from rev 136992, gnome-bluetooth/trunk/61-gnome-bluetooth-rfkill.rules)
  gnome-bluetooth/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 136992, gnome-bluetooth/trunk/PKGBUILD)
  gnome-bluetooth/repos/gnome-unstable-x86_64/gnome-bluetooth.install
(from rev 136992, gnome-bluetooth/trunk/gnome-bluetooth.install)
Deleted:
  gnome-bluetooth/repos/gnome-unstable-i686/61-gnome-bluetooth-rfkill.rules
  gnome-bluetooth/repos/gnome-unstable-i686/PKGBUILD
  gnome-bluetooth/repos/gnome-unstable-i686/gnome-bluetooth.install
  gnome-bluetooth/repos/gnome-unstable-x86_64/61-gnome-bluetooth-rfkill.rules
  gnome-bluetooth/repos/gnome-unstable-x86_64/PKGBUILD
  gnome-bluetooth/repos/gnome-unstable-x86_64/gnome-bluetooth.install

---+
 gnome-unstable-i686/61-gnome-bluetooth-rfkill.rules   |   22 ++--
 gnome-unstable-i686/PKGBUILD  |   80 
 gnome-unstable-i686/gnome-bluetooth.install   |   24 ++--
 gnome-unstable-x86_64/61-gnome-bluetooth-rfkill.rules |   22 ++--
 gnome-unstable-x86_64/PKGBUILD|   80 
 gnome-unstable-x86_64/gnome-bluetooth.install |   24 ++--
 6 files changed, 126 insertions(+), 126 deletions(-)

Deleted: gnome-unstable-i686/61-gnome-bluetooth-rfkill.rules
===
--- gnome-unstable-i686/61-gnome-bluetooth-rfkill.rules 2011-09-04 20:40:59 UTC 
(rev 136992)
+++ gnome-unstable-i686/61-gnome-bluetooth-rfkill.rules 2011-09-04 20:46:19 UTC 
(rev 136993)
@@ -1,11 +0,0 @@
-# Get access to /dev/rfkill for users
-# See https://bugzilla.redhat.com/show_bug.cgi?id=514798
-#
-# Updated for udev = 154
-# http://bugs.debian.org/582188
-# https://bugzilla.redhat.com/show_bug.cgi?id=588660
-
-ENV{ACL_MANAGE}==0, GOTO=gnome_bluetooth_end
-ACTION!=add|change, GOTO=gnome_bluetooth_end
-KERNEL==rfkill, TAG+=udev-acl
-LABEL=gnome_bluetooth_end

Copied: 
gnome-bluetooth/repos/gnome-unstable-i686/61-gnome-bluetooth-rfkill.rules (from 
rev 136992, gnome-bluetooth/trunk/61-gnome-bluetooth-rfkill.rules)
===
--- gnome-unstable-i686/61-gnome-bluetooth-rfkill.rules 
(rev 0)
+++ gnome-unstable-i686/61-gnome-bluetooth-rfkill.rules 2011-09-04 20:46:19 UTC 
(rev 136993)
@@ -0,0 +1,11 @@
+# Get access to /dev/rfkill for users
+# See https://bugzilla.redhat.com/show_bug.cgi?id=514798
+#
+# Updated for udev = 154
+# http://bugs.debian.org/582188
+# https://bugzilla.redhat.com/show_bug.cgi?id=588660
+
+ENV{ACL_MANAGE}==0, GOTO=gnome_bluetooth_end
+ACTION!=add|change, GOTO=gnome_bluetooth_end
+KERNEL==rfkill, TAG+=udev-acl
+LABEL=gnome_bluetooth_end

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2011-09-04 20:40:59 UTC (rev 136992)
+++ gnome-unstable-i686/PKGBUILD2011-09-04 20:46:19 UTC (rev 136993)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Roman Kyrylych ro...@archlinux.org
-
-pkgname=gnome-bluetooth
-pkgver=3.1.4
-pkgrel=1
-pkgdesc=The GNOME Bluetooth Subsystem
-arch=('i686' 'x86_64')
-url=http://live.gnome.org/GnomeBluetooth;
-license=('GPL' 'LGPL')
-depends=('gnome-control-center' 'hicolor-icon-theme' 'gvfs-obexftp' 
'obexd-client' 'dconf')
-makedepends=('intltool' 'gnome-doc-utils' 'nautilus-sendto' 
'gobject-introspection')
-options=('!libtool' '!emptydirs')
-install=gnome-bluetooth.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz
-61-gnome-bluetooth-rfkill.rules)
-sha256sums=('128463d3fe5457ff3996b79d2b829e16c982c863ece5dcd0e659f19288115188'
-'b8acb8ea2e7f3588575cffd8ea14ec50c8641f518f2ea899771a508b299ea474')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---disable-desktop-update \
---disable-icon-update \
---disable-schemas-compile
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  install -m644 -D ${srcdir}/61-gnome-bluetooth-rfkill.rules \
- 
${pkgdir}/lib/udev/rules.d//61-gnome-bluetooth-rfkill.rules
-  install -d ${pkgdir}/etc/ld.so.conf.d
-