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

Jan Steffens heftig at archlinux.org
Tue Mar 13 21:04:27 UTC 2018


    Date: Tuesday, March 13, 2018 @ 21:04:26
  Author: heftig
Revision: 318879

archrelease: copy trunk to gnome-unstable-x86_64

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

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

Deleted: 61-gnome-bluetooth-rfkill.rules
===================================================================
--- 61-gnome-bluetooth-rfkill.rules	2018-03-13 21:03:51 UTC (rev 318878)
+++ 61-gnome-bluetooth-rfkill.rules	2018-03-13 21:04:26 UTC (rev 318879)
@@ -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/gnome-unstable-x86_64/61-gnome-bluetooth-rfkill.rules (from rev 318878, gnome-bluetooth/trunk/61-gnome-bluetooth-rfkill.rules)
===================================================================
--- 61-gnome-bluetooth-rfkill.rules	                        (rev 0)
+++ 61-gnome-bluetooth-rfkill.rules	2018-03-13 21:04:26 UTC (rev 318879)
@@ -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	2018-03-13 21:03:51 UTC (rev 318878)
+++ PKGBUILD	2018-03-13 21:04:26 UTC (rev 318879)
@@ -1,42 +0,0 @@
-# $Id$
-# Contributor: Ionut Biru <ibiru at archlinux.org>
-# Contributor: Roman Kyrylych <roman at 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
-}

Copied: gnome-bluetooth/repos/gnome-unstable-x86_64/PKGBUILD (from rev 318878, gnome-bluetooth/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-03-13 21:04:26 UTC (rev 318879)
@@ -0,0 +1,42 @@
+# $Id$
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+# Contributor: Roman Kyrylych <roman at archlinux.org>
+
+pkgname=gnome-bluetooth
+pkgver=3.28.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 libsystemd pulseaudio-bluetooth)
+makedepends=(gobject-introspection gtk-doc docbook-xsl git systemd meson)
+_commit=25f80d950442977c5fc7a01fb160ef1bff0d48cc  # tags/GNOMEBT_V_3_28_0^0
+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
+}



More information about the arch-commits mailing list