Date: Sunday, March 11, 2018 @ 19:17:28
  Author: heftig
Revision: 318615

archrelease: copy trunk to gnome-unstable-x86_64

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

---------------------------------+
 61-gnome-bluetooth-rfkill.rules |    7 ++++++
 PKGBUILD                        |   42 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 49 insertions(+)

Copied: 
gnome-bluetooth/repos/gnome-unstable-x86_64/61-gnome-bluetooth-rfkill.rules 
(from rev 318614, 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       2018-03-11 
19:17:28 UTC (rev 318615)
@@ -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 318614, 
gnome-bluetooth/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD                              (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD      2018-03-11 19:17:28 UTC (rev 318615)
@@ -0,0 +1,42 @@
+# $Id$
+# Contributor: Ionut Biru <ib...@archlinux.org>
+# Contributor: Roman Kyrylych <ro...@archlinux.org>
+
+pkgname=gnome-bluetooth
+pkgver=3.27.92+2+g38e85c47
+pkgrel=1
+pkgdesc="The GNOME Bluetooth Subsystem"
+url="https://wiki.gnome.org/Projects/GnomeBluetooth";
+arch=(x86_64)
+license=(GPL LGPL)
+depends=(gtk3 libnotify bluez libcanberra libsystemd pulseaudio-bluetooth)
+makedepends=(gobject-introspection gtk-doc docbook-xsl git systemd meson)
+_commit=38e85c473d24a218df73781e46faf5a53b8d733e  # 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
+}
+
+build() {
+  arch-meson $pkgname build -D gtk_doc=true -D icon_update=false
+  ninja -C build
+}
+
+check() {
+  cd build
+  meson test
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+  install -Dt "$pkgdir/usr/lib/udev/rules.d" -m644 
61-gnome-bluetooth-rfkill.rules
+}

Reply via email to