diff options
author | root <root@rshg054.dnsready.net> | 2012-03-11 00:02:38 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-03-11 00:02:38 +0000 |
commit | 503034bfe282c58ff13c42c7a6b92aa062d779b5 (patch) | |
tree | ece09793a2bf096dd717bcd4082f0814784b8b27 /community/blueman/PKGBUILD | |
parent | 3792e3874accbc868e7032042f1ecefdef25638e (diff) |
Sun Mar 11 00:02:37 UTC 2012
Diffstat (limited to 'community/blueman/PKGBUILD')
-rw-r--r-- | community/blueman/PKGBUILD | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/community/blueman/PKGBUILD b/community/blueman/PKGBUILD index efecf86b0..79d258e7b 100644 --- a/community/blueman/PKGBUILD +++ b/community/blueman/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 59799 2011-11-30 12:25:12Z spupykin $ +# $Id: PKGBUILD 67339 2012-03-09 11:49:16Z allan $ # Maintainer : Ionut Biru <ibiru@archlinux.org # Contributor: Abhishek Dasgupta <abhidg@gmail.com> pkgname=blueman pkgver=1.23 -pkgrel=2 +pkgrel=3 pkgdesc="GTK+ bluetooth manager" arch=('i686' 'x86_64') license=('GPL') @@ -18,7 +18,7 @@ optdepends=('dnsmasq: For creating PAN network' 'notification-daemon: for desktop notifications' 'libnotify: for desktop notifications' 'modemmanager: for modem management service' - 'gnome-icon-theme:icon theme') + 'gnome-icon-theme: icon theme') options=('!libtool') install=$pkgname.install source=(http://download.tuxfamily.org/blueman/${pkgname}-${pkgver}.tar.gz) @@ -33,11 +33,15 @@ build() { done sed -i 's|"blueman-tray"|"blueman"|' blueman/plugins/applet/StatusIcon.py - [ -f Makefile ] || ./configure --prefix=/usr \ + ./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 } |