[arch-commits] Commit in obex-data-server/repos (extra-x86_64 extra-x86_64/PKGBUILD)

Geoffroy Carrier geoffroy at archlinux.org
Thu Feb 12 01:32:44 UTC 2009


    Date: Wednesday, February 11, 2009 @ 20:32:44
  Author: geoffroy
Revision: 26787

Merged revisions 26786 via svnmerge from 
svn+ssh://geoffroy@archlinux.org/srv/svn-packages/obex-data-server/trunk

........
  r26786 | geoffroy | 2009-02-12 02:32:16 +0100 (Thu, 12 Feb 2009) | 1 line
  
  upgpkg: obex-data-server 0.4.2-2
........

Modified:
  obex-data-server/repos/extra-x86_64/	(properties)
  obex-data-server/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)


Property changes on: obex-data-server/repos/extra-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
   - /obex-data-server/trunk:1-26280
   + /obex-data-server/trunk:1-26786

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2009-02-12 01:32:16 UTC (rev 26786)
+++ extra-x86_64/PKGBUILD	2009-02-12 01:32:44 UTC (rev 26787)
@@ -1,22 +1,22 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Maintainer: Geoffroy Carrier <geoffroy at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
 # Contributor: Roman Kyrylych <roman at archlinux.org>
 # Contributor: Keerthi <keerthi.linux at gmail.com>
 
 pkgname=obex-data-server
 pkgver=0.4.2
-pkgrel=1
+pkgrel=2
 pkgdesc="A D-Bus service providing high-level OBEX client and server side functionality."
 arch=('i686' 'x86_64')
 url="http://wiki.muiline.com/obex-data-server"
 license=('GPL')
 depends=('dbus-glib>=0.76' 'bluez>=4.1' 'openobex>=1.3-3' 'imagemagick')
-source=(http://tadas.dailyda.com/software/${pkgname}-${pkgver}.tar.gz)
-md5sums=('b91594e2df8135291e2a9958ef88683f')
-
+source=(http://tadas.dailyda.com/software/$pkgname-$pkgver.tar.gz)
+provides=('obexd=0.8')
 build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd "$srcdir/$pkgname-$pkgver"
   ./configure --prefix=/usr --enable-system-config --sysconfdir=/etc || return 1
   make || return 1
   make DESTDIR="${pkgdir}" install || return 1
 }
+md5sums=('b91594e2df8135291e2a9958ef88683f')




More information about the arch-commits mailing list