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

Jan Steffens heftig at archlinux.org
Tue Sep 27 19:45:33 UTC 2016


    Date: Tuesday, September 27, 2016 @ 19:45:33
  Author: heftig
Revision: 277137

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

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

-------------------------------------------------------+
 gnome-unstable-i686/61-gnome-bluetooth-rfkill.rules   |    7 ++
 gnome-unstable-i686/PKGBUILD                          |   52 ++++++++++++++++
 gnome-unstable-x86_64/61-gnome-bluetooth-rfkill.rules |    7 ++
 gnome-unstable-x86_64/PKGBUILD                        |   52 ++++++++++++++++
 4 files changed, 118 insertions(+)

Copied: gnome-bluetooth/repos/gnome-unstable-i686/61-gnome-bluetooth-rfkill.rules (from rev 277136, 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	2016-09-27 19:45:33 UTC (rev 277137)
@@ -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"

Copied: gnome-bluetooth/repos/gnome-unstable-i686/PKGBUILD (from rev 277136, gnome-bluetooth/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD	                        (rev 0)
+++ gnome-unstable-i686/PKGBUILD	2016-09-27 19:45:33 UTC (rev 277137)
@@ -0,0 +1,52 @@
+# $Id$
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+# Contributor: Roman Kyrylych <roman at archlinux.org>
+
+pkgname=gnome-bluetooth
+pkgver=3.20.0+6+g3bac4f9
+pkgrel=1
+pkgdesc="The GNOME Bluetooth Subsystem"
+url="https://wiki.gnome.org/Projects/GnomeBluetooth"
+arch=(i686 x86_64)
+license=(GPL LGPL)
+depends=(gtk3 libnotify bluez libcanberra)
+makedepends=(intltool gobject-introspection itstool docbook-xsl gnome-common git)
+_commit=3bac4f939b70e1f6c8f557e4b996a01fdfe9bef3  # master
+source=("git://git.gnome.org/gnome-bluetooth#commit=$_commit"
+        61-gnome-bluetooth-rfkill.rules)
+sha256sums=('SKIP'
+            '8dd2d3637f380a89e72f65e6c8021e994ccbdc645f1a1b1dbffe74ac9f061f53')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^GNOMEBT_V_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr \
+    --sysconfdir=/etc \
+    --localstatedir=/var \
+    --enable-gtk-doc \
+    --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
+  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-x86_64/61-gnome-bluetooth-rfkill.rules (from rev 277136, gnome-bluetooth/trunk/61-gnome-bluetooth-rfkill.rules)
===================================================================
--- gnome-unstable-x86_64/61-gnome-bluetooth-rfkill.rules	                        (rev 0)
+++ gnome-unstable-x86_64/61-gnome-bluetooth-rfkill.rules	2016-09-27 19:45:33 UTC (rev 277137)
@@ -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"

Copied: gnome-bluetooth/repos/gnome-unstable-x86_64/PKGBUILD (from rev 277136, gnome-bluetooth/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2016-09-27 19:45:33 UTC (rev 277137)
@@ -0,0 +1,52 @@
+# $Id$
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+# Contributor: Roman Kyrylych <roman at archlinux.org>
+
+pkgname=gnome-bluetooth
+pkgver=3.20.0+6+g3bac4f9
+pkgrel=1
+pkgdesc="The GNOME Bluetooth Subsystem"
+url="https://wiki.gnome.org/Projects/GnomeBluetooth"
+arch=(i686 x86_64)
+license=(GPL LGPL)
+depends=(gtk3 libnotify bluez libcanberra)
+makedepends=(intltool gobject-introspection itstool docbook-xsl gnome-common git)
+_commit=3bac4f939b70e1f6c8f557e4b996a01fdfe9bef3  # master
+source=("git://git.gnome.org/gnome-bluetooth#commit=$_commit"
+        61-gnome-bluetooth-rfkill.rules)
+sha256sums=('SKIP'
+            '8dd2d3637f380a89e72f65e6c8021e994ccbdc645f1a1b1dbffe74ac9f061f53')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^GNOMEBT_V_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr \
+    --sysconfdir=/etc \
+    --localstatedir=/var \
+    --enable-gtk-doc \
+    --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
+  make DESTDIR="$pkgdir" install
+
+  install -m644 -D ../61-gnome-bluetooth-rfkill.rules \
+      "$pkgdir/usr/lib/udev/rules.d//61-gnome-bluetooth-rfkill.rules"
+}



More information about the arch-commits mailing list