[arch-commits] Commit in gnome-bluetooth/trunk (2 files)

Jan Steffens heftig at archlinux.org
Tue Mar 26 18:50:52 UTC 2019


    Date: Tuesday, March 26, 2019 @ 18:50:51
  Author: heftig
Revision: 349234

3.32.1-1

Modified:
  gnome-bluetooth/trunk/PKGBUILD
Deleted:
  gnome-bluetooth/trunk/61-gnome-bluetooth-rfkill.rules

---------------------------------+
 61-gnome-bluetooth-rfkill.rules |    7 -------
 PKGBUILD                        |   17 ++++++++++-------
 2 files changed, 10 insertions(+), 14 deletions(-)

Deleted: 61-gnome-bluetooth-rfkill.rules
===================================================================
--- 61-gnome-bluetooth-rfkill.rules	2019-03-26 17:39:45 UTC (rev 349233)
+++ 61-gnome-bluetooth-rfkill.rules	2019-03-26 18:50:51 UTC (rev 349234)
@@ -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"

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-26 17:39:45 UTC (rev 349233)
+++ PKGBUILD	2019-03-26 18:50:51 UTC (rev 349234)
@@ -3,7 +3,7 @@
 # Contributor: Roman Kyrylych <roman at archlinux.org>
 
 pkgname=gnome-bluetooth
-pkgver=3.32.0
+pkgver=3.32.1
 pkgrel=1
 pkgdesc="The GNOME Bluetooth Subsystem"
 url="https://wiki.gnome.org/Projects/GnomeBluetooth"
@@ -11,11 +11,9 @@
 license=(GPL LGPL)
 depends=(gtk3 libnotify bluez libcanberra systemd-libs pulseaudio-bluetooth)
 makedepends=(gobject-introspection gtk-doc docbook-xsl git systemd meson)
-_commit=9427da049cc2acb3aa0e02c00bd9a466358beedf  # tags/GNOMEBT_V_3_32_0^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-bluetooth.git#commit=$_commit"
-        61-gnome-bluetooth-rfkill.rules)
-sha256sums=('SKIP'
-            '8dd2d3637f380a89e72f65e6c8021e994ccbdc645f1a1b1dbffe74ac9f061f53')
+_commit=419537252c5c56a537acf0cd32b81567f7246eeb  # tags/GNOMEBT_V_3_32_1^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-bluetooth.git#commit=$_commit")
+sha256sums=('SKIP')
 
 pkgver() {
   cd $pkgname
@@ -37,5 +35,10 @@
 
 package() {
   DESTDIR="$pkgdir" meson install -C build
-  install -Dt "$pkgdir/usr/lib/udev/rules.d" -m644 61-gnome-bluetooth-rfkill.rules
+  _rulefile="$pkgdir/usr/lib/udev/rules.d/61-$pkgname-rfkill.rules"
+  install -Dm644 /dev/stdin "$_rulefile" <<END
+KERNEL=="rfkill", SUBSYSTEM=="misc", TAG+="uaccess"
+END
 }
+
+# vim:set sw=2 et:



More information about the arch-commits mailing list