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

2016-05-23 Thread Antonio Rojas
Date: Monday, May 23, 2016 @ 22:47:06
  Author: arojas
Revision: 176176

archrelease: copy trunk to community-i686, community-x86_64

Added:
  blueman/repos/community-i686/PKGBUILD
(from rev 176175, blueman/trunk/PKGBUILD)
  blueman/repos/community-x86_64/PKGBUILD
(from rev 176175, blueman/trunk/PKGBUILD)
Deleted:
  blueman/repos/community-i686/PKGBUILD
  blueman/repos/community-i686/blueman.install
  blueman/repos/community-x86_64/PKGBUILD
  blueman/repos/community-x86_64/blueman.install

--+
 /PKGBUILD|   90 +
 community-i686/PKGBUILD  |   46 --
 community-i686/blueman.install   |   12 
 community-x86_64/PKGBUILD|   46 --
 community-x86_64/blueman.install |   12 
 5 files changed, 90 insertions(+), 116 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-23 20:46:34 UTC (rev 176175)
+++ community-i686/PKGBUILD 2016-05-23 20:47:06 UTC (rev 176176)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-# Contributor: Arthur Zamarin 
-# Contributor: Martin Wimpress 
-
-pkgname=blueman
-pkgver=2.0.4
-pkgrel=1
-pkgdesc="GTK+ Bluetooth Manager"
-arch=('i686' 'x86_64')
-url="https://github.com/blueman-project/blueman;
-license=('GPL')
-depends=('bluez' 'bluez-libs' 'gtk3' 'libnotify' 'python-cairo' 'python-dbus' 
'python-gobject')
-makedepends=('cython' 'intltool')
-optdepends=('dnsmasq: Network Access Point (NAP) support'
-'networkmanager: Dial Up Networking (DUN) and Personal Area 
Networking (PAN) support'
-'pulseaudio-bluetooth: audio devices support')
-install=$pkgname.install
-source=(https://github.com/blueman-project/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz)
-sha256sums=('e92dd9c27f75a1485b548f7a8b159946a4af154b90fb82f5a0f614b66a01430f')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # Fix path for bluetoothd
-  sed -i 's|/usr/sbin/bluetoothd|/usr/lib/bluetooth/bluetoothd|' 
apps/blueman-report
-
-  # Fix non-standard icon names
-  sed -i 's/gtk-find/edit-find/' data/ui/device-list-widget.ui
-  sed -i 's/mouse/input-mouse/' blueman/services/Input.py
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib/$pkgname \
---disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: blueman/repos/community-i686/PKGBUILD (from rev 176175, 
blueman/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-23 20:47:06 UTC (rev 176176)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributor: Arthur Zamarin 
+# Contributor: Martin Wimpress 
+
+pkgname=blueman
+pkgver=2.0.4
+pkgrel=2
+pkgdesc="GTK+ Bluetooth Manager"
+arch=('i686' 'x86_64')
+url="https://github.com/blueman-project/blueman;
+license=('GPL')
+depends=('bluez' 'bluez-libs' 'gtk3' 'libnotify' 'python-cairo' 'python-dbus' 
'python-gobject')
+makedepends=('cython' 'intltool')
+optdepends=('dnsmasq: Network Access Point (NAP) support'
+'networkmanager: Dial Up Networking (DUN) and Personal Area 
Networking (PAN) support'
+'pulseaudio-bluetooth: audio devices support')
+source=(https://github.com/blueman-project/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz)
+sha256sums=('e92dd9c27f75a1485b548f7a8b159946a4af154b90fb82f5a0f614b66a01430f')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Fix path for bluetoothd
+  sed -i 's|/usr/sbin/bluetoothd|/usr/lib/bluetooth/bluetoothd|' 
apps/blueman-report
+
+  # Fix non-standard icon names
+  sed -i 's/gtk-find/edit-find/' data/ui/device-list-widget.ui
+  sed -i 's/mouse/input-mouse/' blueman/services/Input.py
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib/$pkgname \
+--disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-i686/blueman.install
===
--- community-i686/blueman.install  2016-05-23 20:46:34 UTC (rev 176175)
+++ community-i686/blueman.install  2016-05-23 20:47:06 UTC (rev 176176)
@@ -1,12 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD 

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

2013-06-03 Thread Sergej Pupykin
Date: Monday, June 3, 2013 @ 16:19:01
  Author: spupykin
Revision: 92289

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  blueman/repos/community-staging-i686/
  blueman/repos/community-staging-i686/PKGBUILD
(from rev 92288, blueman/trunk/PKGBUILD)
  blueman/repos/community-staging-i686/blueman.install
(from rev 92288, blueman/trunk/blueman.install)
  blueman/repos/community-staging-x86_64/
  blueman/repos/community-staging-x86_64/PKGBUILD
(from rev 92288, blueman/trunk/PKGBUILD)
  blueman/repos/community-staging-x86_64/blueman.install
(from rev 92288, blueman/trunk/blueman.install)

--+
 community-staging-i686/PKGBUILD  |   46 +
 community-staging-i686/blueman.install   |   11 ++
 community-staging-x86_64/PKGBUILD|   46 +
 community-staging-x86_64/blueman.install |   11 ++
 4 files changed, 114 insertions(+)

Copied: blueman/repos/community-staging-i686/PKGBUILD (from rev 92288, 
blueman/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-06-03 14:19:01 UTC (rev 92289)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Abhishek Dasgupta abh...@gmail.com
+
+pkgname=blueman
+pkgver=1.23
+pkgrel=9
+pkgdesc=GTK+ bluetooth manager
+arch=('i686' 'x86_64')
+license=('GPL')
+url=https://launchpad.net/blueman;
+depends=('bluez' 'gnome-icon-theme' 'libpulse' 'obex-data-server' 
'python2-dbus'
+ 'python2-notify' 'startup-notification' 'xdg-utils')
+makedepends=('pyrex' 'intltool')
+optdepends=('dnsmasq: For creating PAN network'
+   'modemmanager: For modem management service'
+   'notification-daemon: For desktop notifications'
+   'polkit-gnome: For privileged actions'
+   'pulseaudio: To use the pulseaudio plugin'
+   'python2-gconf: For gconf configuration support')
+options=('!libtool')
+install=$pkgname.install
+source=(https://launchpad.net/${pkgname}/1.2/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz)
+md5sums=('f0bee59589f4c23e35bf08c2ef8acaef')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  export PYTHON=python2
+  for file in apps/blueman*; do
+sed -i 's_#!/usr/bin/python_#!/usr/bin/python2_' $file
+  done
+  sed -i 's|blueman-tray|blueman|' blueman/plugins/applet/StatusIcon.py
+
+  ./configure --prefix=/usr \
+   --sysconfdir=/etc \
+   --libexecdir=/usr/lib/blueman \
+   --with-no-runtime-deps-check
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  echo NotShowIn=KDE;  ${pkgdir}/etc/xdg/autostart/blueman.desktop
+}

Copied: blueman/repos/community-staging-i686/blueman.install (from rev 92288, 
blueman/trunk/blueman.install)
===
--- community-staging-i686/blueman.install  (rev 0)
+++ community-staging-i686/blueman.install  2013-06-03 14:19:01 UTC (rev 
92289)
@@ -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: blueman/repos/community-staging-x86_64/PKGBUILD (from rev 92288, 
blueman/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-06-03 14:19:01 UTC (rev 92289)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Abhishek Dasgupta abh...@gmail.com
+
+pkgname=blueman
+pkgver=1.23
+pkgrel=9
+pkgdesc=GTK+ bluetooth manager
+arch=('i686' 'x86_64')
+license=('GPL')
+url=https://launchpad.net/blueman;
+depends=('bluez' 'gnome-icon-theme' 'libpulse' 'obex-data-server' 
'python2-dbus'
+ 'python2-notify' 'startup-notification' 'xdg-utils')
+makedepends=('pyrex' 'intltool')
+optdepends=('dnsmasq: For creating PAN network'
+   'modemmanager: For modem management service'
+   'notification-daemon: For desktop notifications'
+   'polkit-gnome: For privileged actions'
+   'pulseaudio: To use the pulseaudio plugin'
+   'python2-gconf: For gconf configuration support')
+options=('!libtool')
+install=$pkgname.install
+source=(https://launchpad.net/${pkgname}/1.2/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz)
+md5sums=('f0bee59589f4c23e35bf08c2ef8acaef')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  export PYTHON=python2
+  for file in apps/blueman*; do
+sed -i 's_#!/usr/bin/python_#!/usr/bin/python2_' $file
+  done
+  sed -i 's|blueman-tray|blueman|' blueman/plugins/applet/StatusIcon.py
+
+  ./configure --prefix=/usr \
+   --sysconfdir=/etc \
+