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

Balló György bgyorgy at nymeria.archlinux.org
Sat Apr 6 22:04:55 UTC 2013


    Date: Sunday, April 7, 2013 @ 00:04:55
  Author: bgyorgy
Revision: 87809

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

Added:
  blueman/repos/community-i686/PKGBUILD
    (from rev 87808, blueman/trunk/PKGBUILD)
  blueman/repos/community-i686/blueman.install
    (from rev 87808, blueman/trunk/blueman.install)
  blueman/repos/community-x86_64/PKGBUILD
    (from rev 87808, blueman/trunk/PKGBUILD)
  blueman/repos/community-x86_64/blueman.install
    (from rev 87808, blueman/trunk/blueman.install)
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                        |   92 +++++++++++++++++++++++++++++++++++++
 /blueman.install                 |   22 ++++++++
 community-i686/PKGBUILD          |   48 -------------------
 community-i686/blueman.install   |   11 ----
 community-x86_64/PKGBUILD        |   48 -------------------
 community-x86_64/blueman.install |   11 ----
 6 files changed, 114 insertions(+), 118 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-04-06 22:04:47 UTC (rev 87808)
+++ community-i686/PKGBUILD	2013-04-06 22:04:55 UTC (rev 87809)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru <ibiru at archlinux.org
-# Contributor: Abhishek Dasgupta <abhidg at gmail.com>
-
-pkgname=blueman
-pkgver=1.23
-pkgrel=5
-pkgdesc="GTK+ bluetooth manager"
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://blueman-project.org"
-depends=('python2-notify' 'bluez' 'python2-dbus' 'gtk2' 'python2-gobject2' 'startup-notification'
-	 'obex-data-server' 'polkit-gnome' 'xdg-utils' 'hicolor-icon-theme' 'libpulse'
-	 'notification-daemon')
-makedepends=('pyrex' 'intltool')
-optdepends=('dnsmasq: For creating PAN network'
-	    'gconf: For gconf configuration support'
-	    'pulseaudio: To use the pulseaudio plugin'
-	    'notification-daemon: for desktop notifications'
-	    'libnotify: for desktop notifications'
-	    'modemmanager: for modem management service'
-	    'gnome-icon-theme: icon theme')
-options=('!libtool')
-install=$pkgname.install
-source=(http://download.tuxfamily.org/blueman/${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 "OnlyShowIn=GNOME;XFCE;" >> ${pkgdir}/etc/xdg/autostart/blueman.desktop
-}

Copied: blueman/repos/community-i686/PKGBUILD (from rev 87808, blueman/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-04-06 22:04:55 UTC (rev 87809)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer : Ionut Biru <ibiru at archlinux.org
+# Contributor: Abhishek Dasgupta <abhidg at gmail.com>
+
+pkgname=blueman
+pkgver=1.23
+pkgrel=6
+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
+}

Deleted: community-i686/blueman.install
===================================================================
--- community-i686/blueman.install	2013-04-06 22:04:47 UTC (rev 87808)
+++ community-i686/blueman.install	2013-04-06 22:04:55 UTC (rev 87809)
@@ -1,11 +0,0 @@
-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-i686/blueman.install (from rev 87808, blueman/trunk/blueman.install)
===================================================================
--- community-i686/blueman.install	                        (rev 0)
+++ community-i686/blueman.install	2013-04-06 22:04:55 UTC (rev 87809)
@@ -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
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-04-06 22:04:47 UTC (rev 87808)
+++ community-x86_64/PKGBUILD	2013-04-06 22:04:55 UTC (rev 87809)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru <ibiru at archlinux.org
-# Contributor: Abhishek Dasgupta <abhidg at gmail.com>
-
-pkgname=blueman
-pkgver=1.23
-pkgrel=5
-pkgdesc="GTK+ bluetooth manager"
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://blueman-project.org"
-depends=('python2-notify' 'bluez' 'python2-dbus' 'gtk2' 'python2-gobject2' 'startup-notification'
-	 'obex-data-server' 'polkit-gnome' 'xdg-utils' 'hicolor-icon-theme' 'libpulse'
-	 'notification-daemon')
-makedepends=('pyrex' 'intltool')
-optdepends=('dnsmasq: For creating PAN network'
-	    'gconf: For gconf configuration support'
-	    'pulseaudio: To use the pulseaudio plugin'
-	    'notification-daemon: for desktop notifications'
-	    'libnotify: for desktop notifications'
-	    'modemmanager: for modem management service'
-	    'gnome-icon-theme: icon theme')
-options=('!libtool')
-install=$pkgname.install
-source=(http://download.tuxfamily.org/blueman/${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 "OnlyShowIn=GNOME;XFCE;" >> ${pkgdir}/etc/xdg/autostart/blueman.desktop
-}

Copied: blueman/repos/community-x86_64/PKGBUILD (from rev 87808, blueman/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-04-06 22:04:55 UTC (rev 87809)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer : Ionut Biru <ibiru at archlinux.org
+# Contributor: Abhishek Dasgupta <abhidg at gmail.com>
+
+pkgname=blueman
+pkgver=1.23
+pkgrel=6
+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
+}

Deleted: community-x86_64/blueman.install
===================================================================
--- community-x86_64/blueman.install	2013-04-06 22:04:47 UTC (rev 87808)
+++ community-x86_64/blueman.install	2013-04-06 22:04:55 UTC (rev 87809)
@@ -1,11 +0,0 @@
-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-x86_64/blueman.install (from rev 87808, blueman/trunk/blueman.install)
===================================================================
--- community-x86_64/blueman.install	                        (rev 0)
+++ community-x86_64/blueman.install	2013-04-06 22:04:55 UTC (rev 87809)
@@ -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