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

2017-04-17 Thread Jan Steffens
Date: Monday, April 17, 2017 @ 23:12:53
  Author: heftig
Revision: 293066

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 293065, gnome-bluetooth/trunk/61-gnome-bluetooth-rfkill.rules)
  gnome-bluetooth/repos/gnome-unstable-i686/PKGBUILD
(from rev 293065, gnome-bluetooth/trunk/PKGBUILD)
  gnome-bluetooth/repos/gnome-unstable-x86_64/
  gnome-bluetooth/repos/gnome-unstable-x86_64/61-gnome-bluetooth-rfkill.rules
(from rev 293065, gnome-bluetooth/trunk/61-gnome-bluetooth-rfkill.rules)
  gnome-bluetooth/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 293065, gnome-bluetooth/trunk/PKGBUILD)

---+
 gnome-unstable-i686/61-gnome-bluetooth-rfkill.rules   |7 ++
 gnome-unstable-i686/PKGBUILD  |   52 
 gnome-unstable-x86_64/61-gnome-bluetooth-rfkill.rules |7 ++
 gnome-unstable-x86_64/PKGBUILD|   52 
 4 files changed, 118 insertions(+)

Copied: 
gnome-bluetooth/repos/gnome-unstable-i686/61-gnome-bluetooth-rfkill.rules (from 
rev 293065, 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 2017-04-17 23:12:53 UTC 
(rev 293066)
@@ -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 293065, 
gnome-bluetooth/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2017-04-17 23:12:53 UTC (rev 293066)
@@ -0,0 +1,52 @@
+# $Id$
+# Contributor: Ionut Biru 
+# Contributor: Roman Kyrylych 
+
+pkgname=gnome-bluetooth
+pkgver=3.20.1+1+ge902d1a
+pkgrel=1
+pkgdesc="The GNOME Bluetooth Subsystem"
+url="https://wiki.gnome.org/Projects/GnomeBluetooth;
+arch=(i686 x86_64)
+license=(GPL LGPL)
+depends=(gtk3 libnotify bluez libcanberra libsystemd pulseaudio-bluetooth)
+makedepends=(intltool gobject-introspection itstool docbook-xsl gnome-common 
git systemd)
+_commit=e902d1aca835bfc823e5e4cf2b37f5444d606042  # 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
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--enable-gtk-doc \
+--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
+  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/61-gnome-bluetooth-rfkill.rules 
(from rev 293065, 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   2017-04-17 
23:12:53 UTC (rev 293066)
@@ -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 293065, 
gnome-bluetooth/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2017-04-17 23:12:53 UTC (rev 293066)
@@ -0,0 +1,52 @@
+# $Id$
+# Contributor: Ionut Biru 
+# Contributor: Roman Kyrylych 
+
+pkgname=gnome-bluetooth
+pkgver=3.20.1+1+ge902d1a
+pkgrel=1
+pkgdesc="The GNOME Bluetooth Subsystem"
+url="https://wiki.gnome.org/Projects/GnomeBluetooth;
+arch=(i686 x86_64)
+license=(GPL LGPL)
+depends=(gtk3 libnotify bluez 

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

2016-09-27 Thread Jan Steffens
Date: Tuesday, September 27, 2016 @ 19:45:33
  Author: heftig
Revision: 277137

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 277136, gnome-bluetooth/trunk/61-gnome-bluetooth-rfkill.rules)
  gnome-bluetooth/repos/gnome-unstable-i686/PKGBUILD
(from rev 277136, gnome-bluetooth/trunk/PKGBUILD)
  gnome-bluetooth/repos/gnome-unstable-x86_64/
  gnome-bluetooth/repos/gnome-unstable-x86_64/61-gnome-bluetooth-rfkill.rules
(from rev 277136, gnome-bluetooth/trunk/61-gnome-bluetooth-rfkill.rules)
  gnome-bluetooth/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 277136, gnome-bluetooth/trunk/PKGBUILD)

---+
 gnome-unstable-i686/61-gnome-bluetooth-rfkill.rules   |7 ++
 gnome-unstable-i686/PKGBUILD  |   52 
 gnome-unstable-x86_64/61-gnome-bluetooth-rfkill.rules |7 ++
 gnome-unstable-x86_64/PKGBUILD|   52 
 4 files changed, 118 insertions(+)

Copied: 
gnome-bluetooth/repos/gnome-unstable-i686/61-gnome-bluetooth-rfkill.rules (from 
rev 277136, 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 2016-09-27 19:45:33 UTC 
(rev 277137)
@@ -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 277136, 
gnome-bluetooth/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2016-09-27 19:45:33 UTC (rev 277137)
@@ -0,0 +1,52 @@
+# $Id$
+# Contributor: Ionut Biru 
+# Contributor: Roman Kyrylych 
+
+pkgname=gnome-bluetooth
+pkgver=3.20.0+6+g3bac4f9
+pkgrel=1
+pkgdesc="The GNOME Bluetooth Subsystem"
+url="https://wiki.gnome.org/Projects/GnomeBluetooth;
+arch=(i686 x86_64)
+license=(GPL LGPL)
+depends=(gtk3 libnotify bluez libcanberra)
+makedepends=(intltool gobject-introspection itstool docbook-xsl gnome-common 
git)
+_commit=3bac4f939b70e1f6c8f557e4b996a01fdfe9bef3  # master
+source=("git://git.gnome.org/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
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--enable-gtk-doc \
+--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
+  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/61-gnome-bluetooth-rfkill.rules 
(from rev 277136, 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   2016-09-27 
19:45:33 UTC (rev 277137)
@@ -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 277136, 
gnome-bluetooth/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2016-09-27 19:45:33 UTC (rev 277137)
@@ -0,0 +1,52 @@
+# $Id$
+# Contributor: Ionut Biru 
+# Contributor: Roman Kyrylych 
+
+pkgname=gnome-bluetooth
+pkgver=3.20.0+6+g3bac4f9
+pkgrel=1
+pkgdesc="The GNOME Bluetooth Subsystem"
+url="https://wiki.gnome.org/Projects/GnomeBluetooth;
+arch=(i686 x86_64)
+license=(GPL LGPL)
+depends=(gtk3 libnotify bluez libcanberra)
+makedepends=(intltool 

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

2011-03-06 Thread Ionut Biru
Date: Sunday, March 6, 2011 @ 14:49:19
  Author: ibiru
Revision: 112788

libnotify 0.7 rebuild

Added:
  gnome-bluetooth/repos/staging-i686/
  gnome-bluetooth/repos/staging-i686/gnome-bluetooth-2.32.0-libnotify-0.7.patch
  gnome-bluetooth/repos/staging-x86_64/
  
gnome-bluetooth/repos/staging-x86_64/gnome-bluetooth-2.32.0-libnotify-0.7.patch
Modified:
  gnome-bluetooth/repos/staging-i686/PKGBUILD
  gnome-bluetooth/repos/staging-x86_64/PKGBUILD

---+
 PKGBUILD  |   32 +++-
 staging-i686/gnome-bluetooth-2.32.0-libnotify-0.7.patch   |   27 ++
 staging-x86_64/gnome-bluetooth-2.32.0-libnotify-0.7.patch |   27 ++
 3 files changed, 74 insertions(+), 12 deletions(-)

Modified: staging-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-03-06 19:39:31 UTC (rev 112787)
+++ staging-i686/PKGBUILD   2011-03-06 19:49:19 UTC (rev 112788)
@@ -4,29 +4,33 @@
 
 pkgname=gnome-bluetooth
 pkgver=2.32.0
-pkgrel=1
+pkgrel=2
 pkgdesc=The GNOME Bluetooth Subsystem
 arch=('i686' 'x86_64')
 url=http://live.gnome.org/GnomeBluetooth;
 license=('GPL' 'LGPL')
-depends=('libunique=1.1.6' 'libnotify=0.4.5' 'hicolor-icon-theme' 
'gvfs-obexftp=1.6.3' 'obexd-client=0.33' 'dconf')
-makedepends=('intltool' 'pygtk=2.22' 'gnome-doc-utils=0.20.1' 
'nautilus-sendto=2.28.4' 'gobject-introspection=0.9.6')
+depends=('libunique=1.1.6' 'libnotify=0.7.1' 'hicolor-icon-theme' 
'gvfs-obexftp=1.6.3' 'obexd-client=0.33' 'dconf')
+makedepends=('intltool' 'pygtk=2.22' 'gnome-doc-utils=0.20.1' 
'nautilus-sendto=2.28.4')
 replaces=('bluez-gnome')
 conflicts=('bluez-gnome')
 options=('!libtool' '!emptydirs' '!makeflags')
 install=gnome-bluetooth.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/2.32/${pkgname}-${pkgver}.tar.bz2
-61-gnome-bluetooth-rfkill.rules)
+61-gnome-bluetooth-rfkill.rules
+gnome-bluetooth-2.32.0-libnotify-0.7.patch)
 sha256sums=('57b1f06c96a1b85e1c19ff919d708cc38e95edae658881ed99968c325839a973'
-'b8acb8ea2e7f3588575cffd8ea14ec50c8641f518f2ea899771a508b299ea474')
+'b8acb8ea2e7f3588575cffd8ea14ec50c8641f518f2ea899771a508b299ea474'
+'42b8388156249bd7c8a18db6d6aef18895ce861f2a79cb937e55eda864245838')
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
+  patch -Np0 -i ${srcdir}/gnome-bluetooth-2.32.0-libnotify-0.7.patch
   ./configure --prefix=/usr \
 --sysconfdir=/etc \
 --localstatedir=/var \
 --disable-desktop-update \
 --disable-icon-update \
---disable-schemas-compile
+--disable-schemas-compile \
+--enable-introspection=no
   make
 }
 

Added: staging-i686/gnome-bluetooth-2.32.0-libnotify-0.7.patch
===
--- staging-i686/gnome-bluetooth-2.32.0-libnotify-0.7.patch 
(rev 0)
+++ staging-i686/gnome-bluetooth-2.32.0-libnotify-0.7.patch 2011-03-06 
19:49:19 UTC (rev 112788)
@@ -0,0 +1,27 @@
+--- applet/notify.c
 applet/notify.c
+@@ -31,6 +31,10 @@
+ #include libnotify/notify.h
+ #include notify.h
+ 
++#ifndef NOTIFY_CHECK_VERSION
++#define NOTIFY_CHECK_VERSION(x,y,z) 0
++#endif
++
+ static GtkStatusIcon *statusicon = NULL;
+ static char *icon_name = NULL;
+ static char *tooltip = NULL;
+@@ -71,7 +75,12 @@
+   notify_notification_close(notify, NULL);
+   }
+ 
+-  notify = notify_notification_new(summary, message, icon_name, NULL);
++  notify = notify_notification_new(summary, message, icon_name
++#if NOTIFY_CHECK_VERSION (0, 7, 0)
++  );
++#else
++  , NULL);
++#endif
+ 
+   notify_notification_set_timeout(notify, timeout);
+ 

Modified: staging-x86_64/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-03-06 19:39:31 UTC (rev 112787)
+++ staging-x86_64/PKGBUILD 2011-03-06 19:49:19 UTC (rev 112788)
@@ -4,29 +4,33 @@
 
 pkgname=gnome-bluetooth
 pkgver=2.32.0
-pkgrel=1
+pkgrel=2
 pkgdesc=The GNOME Bluetooth Subsystem
 arch=('i686' 'x86_64')
 url=http://live.gnome.org/GnomeBluetooth;
 license=('GPL' 'LGPL')
-depends=('libunique=1.1.6' 'libnotify=0.4.5' 'hicolor-icon-theme' 
'gvfs-obexftp=1.6.3' 'obexd-client=0.33' 'dconf')
-makedepends=('intltool' 'pygtk=2.22' 'gnome-doc-utils=0.20.1' 
'nautilus-sendto=2.28.4' 'gobject-introspection=0.9.6')
+depends=('libunique=1.1.6' 'libnotify=0.7.1' 'hicolor-icon-theme' 
'gvfs-obexftp=1.6.3' 'obexd-client=0.33' 'dconf')
+makedepends=('intltool' 'pygtk=2.22' 'gnome-doc-utils=0.20.1' 
'nautilus-sendto=2.28.4')
 replaces=('bluez-gnome')
 conflicts=('bluez-gnome')
 options=('!libtool' '!emptydirs' '!makeflags')
 install=gnome-bluetooth.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/2.32/${pkgname}-${pkgver}.tar.bz2
-61-gnome-bluetooth-rfkill.rules)
+61-gnome-bluetooth-rfkill.rules
+