[arch-commits] Commit in blueman/trunk (PKGBUILD)

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


    Date: Sunday, April 7, 2013 @ 00:04:47
  Author: bgyorgy
Revision: 87808

upgpkg: blueman 1.23-6

1. Cleanup dependencies:
* move notification-daemon and polkit-gnome from depends to optdepends,
* move gnome-icon-theme from optdepends to depends,
* add python2-gconf to optdepends.

2. Fix upstream URL.

3. Autostart in all DE except KDE.

Modified:
  blueman/trunk/PKGBUILD

----------+
 PKGBUILD |   22 ++++++++++------------
 1 file changed, 10 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-04-06 20:01:09 UTC (rev 87807)
+++ PKGBUILD	2013-04-06 22:04:47 UTC (rev 87808)
@@ -4,25 +4,23 @@
 
 pkgname=blueman
 pkgver=1.23
-pkgrel=5
+pkgrel=6
 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')
+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'
-	    'gconf: For gconf configuration support'
+	    'modemmanager: For modem management service'
+	    'notification-daemon: For desktop notifications'
+	    'polkit-gnome: For privileged actions'
 	    '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')
+	    'python2-gconf: For gconf configuration support')
 options=('!libtool')
 install=$pkgname.install
-source=(http://download.tuxfamily.org/blueman/${pkgname}-${pkgver}.tar.gz)
+source=(https://launchpad.net/${pkgname}/1.2/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz)
 md5sums=('f0bee59589f4c23e35bf08c2ef8acaef')
 
 build() {
@@ -44,5 +42,5 @@
 package() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   make DESTDIR="${pkgdir}" install
-  echo "OnlyShowIn=GNOME;XFCE;" >> ${pkgdir}/etc/xdg/autostart/blueman.desktop
+  echo "NotShowIn=KDE;" >> ${pkgdir}/etc/xdg/autostart/blueman.desktop
 }




More information about the arch-commits mailing list