Date: Friday, March 13, 2015 @ 14:12:25
  Author: jgc
Revision: 233433

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 233432, gnome-bluetooth/trunk/61-gnome-bluetooth-rfkill.rules)
  gnome-bluetooth/repos/gnome-unstable-i686/PKGBUILD
    (from rev 233432, gnome-bluetooth/trunk/PKGBUILD)
  gnome-bluetooth/repos/gnome-unstable-i686/gnome-bluetooth.install
    (from rev 233432, 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 233432, gnome-bluetooth/trunk/61-gnome-bluetooth-rfkill.rules)
  gnome-bluetooth/repos/gnome-unstable-x86_64/PKGBUILD
    (from rev 233432, gnome-bluetooth/trunk/PKGBUILD)
  gnome-bluetooth/repos/gnome-unstable-x86_64/gnome-bluetooth.install
    (from rev 233432, 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 233432, 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-03-13 13:12:25 UTC 
(rev 233433)
@@ -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 233432, 
gnome-bluetooth/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD                                (rev 0)
+++ gnome-unstable-i686/PKGBUILD        2015-03-13 13:12:25 UTC (rev 233433)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Ionut Biru <[email protected]>
+# Contributor: Roman Kyrylych <[email protected]>
+
+pkgname=gnome-bluetooth
+pkgver=3.15.4
+pkgrel=1
+pkgdesc="The GNOME Bluetooth Subsystem"
+arch=(i686 x86_64)
+url="http://live.gnome.org/GnomeBluetooth";
+license=(GPL LGPL)
+depends=(gtk3 hicolor-icon-theme libnotify bluez)
+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=('27d3ac2c0df7232aad7d16c55973c3731192d3ebb3416e81368448e2f50f691b'
+            '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 233432, gnome-bluetooth/trunk/gnome-bluetooth.install)
===================================================================
--- gnome-unstable-i686/gnome-bluetooth.install                         (rev 0)
+++ gnome-unstable-i686/gnome-bluetooth.install 2015-03-13 13:12:25 UTC (rev 
233433)
@@ -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 233432, 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-03-13 
13:12:25 UTC (rev 233433)
@@ -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 233432, 
gnome-bluetooth/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD                              (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD      2015-03-13 13:12:25 UTC (rev 233433)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Ionut Biru <[email protected]>
+# Contributor: Roman Kyrylych <[email protected]>
+
+pkgname=gnome-bluetooth
+pkgver=3.15.4
+pkgrel=1
+pkgdesc="The GNOME Bluetooth Subsystem"
+arch=(i686 x86_64)
+url="http://live.gnome.org/GnomeBluetooth";
+license=(GPL LGPL)
+depends=(gtk3 hicolor-icon-theme libnotify bluez)
+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=('27d3ac2c0df7232aad7d16c55973c3731192d3ebb3416e81368448e2f50f691b'
+            '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 233432, gnome-bluetooth/trunk/gnome-bluetooth.install)
===================================================================
--- gnome-unstable-x86_64/gnome-bluetooth.install                               
(rev 0)
+++ gnome-unstable-x86_64/gnome-bluetooth.install       2015-03-13 13:12:25 UTC 
(rev 233433)
@@ -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
+}

Reply via email to