[arch-commits] Commit in gnome-bluetooth/repos (8 files)

Jan de Groot jgc at archlinux.org
Thu Sep 24 10:46:42 UTC 2015


    Date: Thursday, September 24, 2015 @ 12:46:42
  Author: jgc
Revision: 247236

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

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

-------------------------------------------------------+
 gnome-unstable-i686/61-gnome-bluetooth-rfkill.rules   |    7 ++
 gnome-unstable-i686/PKGBUILD                          |   42 ++++++++++++++++
 gnome-unstable-i686/gnome-bluetooth.install           |   11 ++++
 gnome-unstable-x86_64/61-gnome-bluetooth-rfkill.rules |    7 ++
 gnome-unstable-x86_64/PKGBUILD                        |   42 ++++++++++++++++
 gnome-unstable-x86_64/gnome-bluetooth.install         |   11 ++++
 6 files changed, 120 insertions(+)

Copied: gnome-bluetooth/repos/gnome-unstable-i686/61-gnome-bluetooth-rfkill.rules (from rev 247235, gnome-bluetooth/trunk/61-gnome-bluetooth-rfkill.rules)
===================================================================
--- gnome-unstable-i686/61-gnome-bluetooth-rfkill.rules	                        (rev 0)
+++ gnome-unstable-i686/61-gnome-bluetooth-rfkill.rules	2015-09-24 10:46:42 UTC (rev 247236)
@@ -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-i686/PKGBUILD (from rev 247235, gnome-bluetooth/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD	                        (rev 0)
+++ gnome-unstable-i686/PKGBUILD	2015-09-24 10:46:42 UTC (rev 247236)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+# Contributor: Roman Kyrylych <roman at archlinux.org>
+
+pkgname=gnome-bluetooth
+pkgver=3.18.0
+pkgrel=1
+pkgdesc="The GNOME Bluetooth Subsystem"
+arch=(i686 x86_64)
+url="http://live.gnome.org/GnomeBluetooth"
+license=(GPL LGPL)
+depends=(gtk3 libnotify bluez libcanberra)
+makedepends=(intltool gobject-introspection itstool docbook-xsl)
+options=(!emptydirs)
+install=gnome-bluetooth.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz
+        61-gnome-bluetooth-rfkill.rules)
+sha256sums=('f5c0d43226c4ec6a545dddb86181adadbc2b5cf720b640026003b9660fba0b8f'
+            '8dd2d3637f380a89e72f65e6c8021e994ccbdc645f1a1b1dbffe74ac9f061f53')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+    --sysconfdir=/etc \
+    --localstatedir=/var \
+    --disable-desktop-update \
+    --disable-icon-update \
+    --disable-schemas-compile
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  install -m644 -D ../61-gnome-bluetooth-rfkill.rules \
+      "$pkgdir/usr/lib/udev/rules.d//61-gnome-bluetooth-rfkill.rules"
+}

Copied: gnome-bluetooth/repos/gnome-unstable-i686/gnome-bluetooth.install (from rev 247235, gnome-bluetooth/trunk/gnome-bluetooth.install)
===================================================================
--- gnome-unstable-i686/gnome-bluetooth.install	                        (rev 0)
+++ gnome-unstable-i686/gnome-bluetooth.install	2015-09-24 10:46:42 UTC (rev 247236)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Copied: gnome-bluetooth/repos/gnome-unstable-x86_64/61-gnome-bluetooth-rfkill.rules (from rev 247235, 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	2015-09-24 10:46:42 UTC (rev 247236)
@@ -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 247235, gnome-bluetooth/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2015-09-24 10:46:42 UTC (rev 247236)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+# Contributor: Roman Kyrylych <roman at archlinux.org>
+
+pkgname=gnome-bluetooth
+pkgver=3.18.0
+pkgrel=1
+pkgdesc="The GNOME Bluetooth Subsystem"
+arch=(i686 x86_64)
+url="http://live.gnome.org/GnomeBluetooth"
+license=(GPL LGPL)
+depends=(gtk3 libnotify bluez libcanberra)
+makedepends=(intltool gobject-introspection itstool docbook-xsl)
+options=(!emptydirs)
+install=gnome-bluetooth.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz
+        61-gnome-bluetooth-rfkill.rules)
+sha256sums=('f5c0d43226c4ec6a545dddb86181adadbc2b5cf720b640026003b9660fba0b8f'
+            '8dd2d3637f380a89e72f65e6c8021e994ccbdc645f1a1b1dbffe74ac9f061f53')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+    --sysconfdir=/etc \
+    --localstatedir=/var \
+    --disable-desktop-update \
+    --disable-icon-update \
+    --disable-schemas-compile
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  install -m644 -D ../61-gnome-bluetooth-rfkill.rules \
+      "$pkgdir/usr/lib/udev/rules.d//61-gnome-bluetooth-rfkill.rules"
+}

Copied: gnome-bluetooth/repos/gnome-unstable-x86_64/gnome-bluetooth.install (from rev 247235, gnome-bluetooth/trunk/gnome-bluetooth.install)
===================================================================
--- gnome-unstable-x86_64/gnome-bluetooth.install	                        (rev 0)
+++ gnome-unstable-x86_64/gnome-bluetooth.install	2015-09-24 10:46:42 UTC (rev 247236)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}



More information about the arch-commits mailing list