[arch-commits] Commit in gnome-bluetooth/repos/extra-x86_64 (4 files)
Jan Steffens
heftig at archlinux.org
Wed Aug 1 14:19:21 UTC 2018
Date: Wednesday, August 1, 2018 @ 14:19:20
Author: heftig
Revision: 330254
archrelease: copy trunk to extra-x86_64
Added:
gnome-bluetooth/repos/extra-x86_64/61-gnome-bluetooth-rfkill.rules
(from rev 330253, gnome-bluetooth/trunk/61-gnome-bluetooth-rfkill.rules)
gnome-bluetooth/repos/extra-x86_64/PKGBUILD
(from rev 330253, 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 | 83 ++++++++++++++++++--------------------
2 files changed, 48 insertions(+), 49 deletions(-)
Deleted: 61-gnome-bluetooth-rfkill.rules
===================================================================
--- 61-gnome-bluetooth-rfkill.rules 2018-08-01 14:18:36 UTC (rev 330253)
+++ 61-gnome-bluetooth-rfkill.rules 2018-08-01 14:19:20 UTC (rev 330254)
@@ -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 330253, gnome-bluetooth/trunk/61-gnome-bluetooth-rfkill.rules)
===================================================================
--- 61-gnome-bluetooth-rfkill.rules (rev 0)
+++ 61-gnome-bluetooth-rfkill.rules 2018-08-01 14:19:20 UTC (rev 330254)
@@ -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-08-01 14:18:36 UTC (rev 330253)
+++ PKGBUILD 2018-08-01 14:19:20 UTC (rev 330254)
@@ -1,42 +0,0 @@
-# $Id$
-# Contributor: Ionut Biru <ibiru at archlinux.org>
-# Contributor: Roman Kyrylych <roman at archlinux.org>
-
-pkgname=gnome-bluetooth
-pkgver=3.28.1
-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=cb3a236f0e312ab6ef2d6feb1e6812711450a5e5 # tags/GNOMEBT_V_3_28_1_fixed^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() {
- cd build
- meson test
-}
-
-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 330253, gnome-bluetooth/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-08-01 14:19:20 UTC (rev 330254)
@@ -0,0 +1,41 @@
+# $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
+}
More information about the arch-commits
mailing list