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

Jan Steffens heftig at archlinux.org
Mon Apr 17 23:12:54 UTC 2017


    Date: Monday, April 17, 2017 @ 23:12:53
  Author: heftig
Revision: 293066

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 293065, gnome-bluetooth/trunk/61-gnome-bluetooth-rfkill.rules)
  gnome-bluetooth/repos/gnome-unstable-i686/PKGBUILD
    (from rev 293065, 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 293065, gnome-bluetooth/trunk/61-gnome-bluetooth-rfkill.rules)
  gnome-bluetooth/repos/gnome-unstable-x86_64/PKGBUILD
    (from rev 293065, 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 293065, 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	2017-04-17 23:12:53 UTC (rev 293066)
@@ -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 293065, gnome-bluetooth/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD	                        (rev 0)
+++ gnome-unstable-i686/PKGBUILD	2017-04-17 23:12:53 UTC (rev 293066)
@@ -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.1+1+ge902d1a
+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 libsystemd pulseaudio-bluetooth)
+makedepends=(intltool gobject-introspection itstool docbook-xsl gnome-common git systemd)
+_commit=e902d1aca835bfc823e5e4cf2b37f5444d606042  # master
+source=("git+https://git.gnome.org/browse/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 293065, 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	2017-04-17 23:12:53 UTC (rev 293066)
@@ -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 293065, gnome-bluetooth/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2017-04-17 23:12:53 UTC (rev 293066)
@@ -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.1+1+ge902d1a
+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 libsystemd pulseaudio-bluetooth)
+makedepends=(intltool gobject-introspection itstool docbook-xsl gnome-common git systemd)
+_commit=e902d1aca835bfc823e5e4cf2b37f5444d606042  # master
+source=("git+https://git.gnome.org/browse/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