[arch-commits] Commit in gnome-bluetooth/repos/extra-x86_64 (4 files)

Jan Steffens heftig at archlinux.org
Thu Mar 14 19:30:11 UTC 2019


    Date: Thursday, March 14, 2019 @ 19:30:10
  Author: heftig
Revision: 348065

archrelease: copy trunk to extra-x86_64

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

---------------------------------+
 61-gnome-bluetooth-rfkill.rules |   14 +++---
 PKGBUILD                        |   82 +++++++++++++++++++-------------------
 2 files changed, 48 insertions(+), 48 deletions(-)

Deleted: 61-gnome-bluetooth-rfkill.rules
===================================================================
--- 61-gnome-bluetooth-rfkill.rules	2019-03-14 19:29:49 UTC (rev 348064)
+++ 61-gnome-bluetooth-rfkill.rules	2019-03-14 19:30:10 UTC (rev 348065)
@@ -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-x86_64/61-gnome-bluetooth-rfkill.rules (from rev 348064, gnome-bluetooth/trunk/61-gnome-bluetooth-rfkill.rules)
===================================================================
--- 61-gnome-bluetooth-rfkill.rules	                        (rev 0)
+++ 61-gnome-bluetooth-rfkill.rules	2019-03-14 19:30:10 UTC (rev 348065)
@@ -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: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-14 19:29:49 UTC (rev 348064)
+++ PKGBUILD	2019-03-14 19:30:10 UTC (rev 348065)
@@ -1,41 +0,0 @@
-# $Id$
-# Contributor: Ionut Biru <ibiru at archlinux.org>
-# Contributor: Roman Kyrylych <roman at archlinux.org>
-
-pkgname=gnome-bluetooth
-pkgver=3.28.2
-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=fe6c511042aa723d00ff0362751c1be2d9c3333f  # tags/GNOMEBT_V_3_28_2^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-bluetooth.git#commit=$_commit"
-        61-gnome-bluetooth-rfkill.rules)
-sha256sums=('SKIP'
-            '8dd2d3637f380a89e72f65e6c8021e994ccbdc645f1a1b1dbffe74ac9f061f53')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^GNOMEBT_V_//;s/_fixed//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build -D gtk_doc=true -D icon_update=false
-  ninja -C build
-}
-
-check() {
-  meson test -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-  install -Dt "$pkgdir/usr/lib/udev/rules.d" -m644 61-gnome-bluetooth-rfkill.rules
-}

Copied: gnome-bluetooth/repos/extra-x86_64/PKGBUILD (from rev 348064, gnome-bluetooth/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-03-14 19:30:10 UTC (rev 348065)
@@ -0,0 +1,41 @@
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+# Contributor: Roman Kyrylych <roman at archlinux.org>
+
+pkgname=gnome-bluetooth
+pkgver=3.32.0
+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 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')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^GNOMEBT_V_//;s/_fixed//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build -D gtk_doc=true -D icon_update=false
+  ninja -C build
+}
+
+check() {
+  meson test -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+  install -Dt "$pkgdir/usr/lib/udev/rules.d" -m644 61-gnome-bluetooth-rfkill.rules
+}



More information about the arch-commits mailing list