[arch-commits] Commit in obex-data-server/repos (6 files)
Eric BĂ©langer
eric at nymeria.archlinux.org
Tue Aug 6 21:50:51 UTC 2013
Date: Tuesday, August 6, 2013 @ 23:50:51
Author: eric
Revision: 192193
archrelease: copy trunk to staging-i686, staging-x86_64
Added:
obex-data-server/repos/staging-i686/
obex-data-server/repos/staging-i686/PKGBUILD
(from rev 192192, obex-data-server/trunk/PKGBUILD)
obex-data-server/repos/staging-i686/obex-data-server-openobex17.patch
(from rev 192192, obex-data-server/trunk/obex-data-server-openobex17.patch)
obex-data-server/repos/staging-x86_64/
obex-data-server/repos/staging-x86_64/PKGBUILD
(from rev 192192, obex-data-server/trunk/PKGBUILD)
obex-data-server/repos/staging-x86_64/obex-data-server-openobex17.patch
(from rev 192192, obex-data-server/trunk/obex-data-server-openobex17.patch)
--------------------------------------------------+
staging-i686/PKGBUILD | 35 +++++++++++++++++++++
staging-i686/obex-data-server-openobex17.patch | 12 +++++++
staging-x86_64/PKGBUILD | 35 +++++++++++++++++++++
staging-x86_64/obex-data-server-openobex17.patch | 12 +++++++
4 files changed, 94 insertions(+)
Copied: obex-data-server/repos/staging-i686/PKGBUILD (from rev 192192, obex-data-server/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD (rev 0)
+++ staging-i686/PKGBUILD 2013-08-06 21:50:51 UTC (rev 192193)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Geoffroy Carrier <geoffroy at archlinux.org>
+# Contributor: Roman Kyrylych <roman at archlinux.org>
+# Contributor: Keerthi <keerthi.linux at gmail.com>
+
+pkgname=obex-data-server
+pkgver=0.4.6
+pkgrel=8
+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' 'openobex' 'imagemagick' 'libusb-compat')
+source=("http://tadas.dailyda.com/software/${pkgname}-${pkgver}.tar.gz"
+ "obex-data-server-openobex17.patch")
+md5sums=('961ca5db6fe9c97024e133cc6203cc4d'
+ '4199b3f0178d2b58eb36ee36ed1d07d5')
+
+prepare() {
+ cd ${pkgname}-${pkgver}
+ patch -p1 -i "${srcdir}/obex-data-server-openobex17.patch"
+}
+
+build() {
+ cd ${pkgname}-${pkgver}
+ ./configure --prefix=/usr \
+ --sysconfdir=/etc
+ make
+}
+
+package() {
+ cd ${pkgname}-${pkgver}
+ make DESTDIR="${pkgdir}" install
+}
Copied: obex-data-server/repos/staging-i686/obex-data-server-openobex17.patch (from rev 192192, obex-data-server/trunk/obex-data-server-openobex17.patch)
===================================================================
--- staging-i686/obex-data-server-openobex17.patch (rev 0)
+++ staging-i686/obex-data-server-openobex17.patch 2013-08-06 21:50:51 UTC (rev 192193)
@@ -0,0 +1,12 @@
+diff -Naur obex-data-server-0.4.6-orig/src/ods-obex.c obex-data-server-0.4.6/src/ods-obex.c
+--- obex-data-server-0.4.6-orig/src/ods-obex.c 2013-05-29 16:01:54.051692334 -0400
++++ obex-data-server-0.4.6/src/ods-obex.c 2013-05-29 16:03:23.200697099 -0400
+@@ -412,7 +412,7 @@
+ goto err;
+ }
+
+- interfaces_num = OBEX_FindInterfaces(obex_context->obex_handle, &obex_intf);
++ interfaces_num = OBEX_EnumerateInterfaces(obex_context->obex_handle);
+ if (intf_num >= interfaces_num) {
+ g_set_error (error, ODS_ERROR, ODS_ERROR_FAILED, "Invalid interface number");
+ goto err;
Copied: obex-data-server/repos/staging-x86_64/PKGBUILD (from rev 192192, obex-data-server/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-08-06 21:50:51 UTC (rev 192193)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Geoffroy Carrier <geoffroy at archlinux.org>
+# Contributor: Roman Kyrylych <roman at archlinux.org>
+# Contributor: Keerthi <keerthi.linux at gmail.com>
+
+pkgname=obex-data-server
+pkgver=0.4.6
+pkgrel=8
+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' 'openobex' 'imagemagick' 'libusb-compat')
+source=("http://tadas.dailyda.com/software/${pkgname}-${pkgver}.tar.gz"
+ "obex-data-server-openobex17.patch")
+md5sums=('961ca5db6fe9c97024e133cc6203cc4d'
+ '4199b3f0178d2b58eb36ee36ed1d07d5')
+
+prepare() {
+ cd ${pkgname}-${pkgver}
+ patch -p1 -i "${srcdir}/obex-data-server-openobex17.patch"
+}
+
+build() {
+ cd ${pkgname}-${pkgver}
+ ./configure --prefix=/usr \
+ --sysconfdir=/etc
+ make
+}
+
+package() {
+ cd ${pkgname}-${pkgver}
+ make DESTDIR="${pkgdir}" install
+}
Copied: obex-data-server/repos/staging-x86_64/obex-data-server-openobex17.patch (from rev 192192, obex-data-server/trunk/obex-data-server-openobex17.patch)
===================================================================
--- staging-x86_64/obex-data-server-openobex17.patch (rev 0)
+++ staging-x86_64/obex-data-server-openobex17.patch 2013-08-06 21:50:51 UTC (rev 192193)
@@ -0,0 +1,12 @@
+diff -Naur obex-data-server-0.4.6-orig/src/ods-obex.c obex-data-server-0.4.6/src/ods-obex.c
+--- obex-data-server-0.4.6-orig/src/ods-obex.c 2013-05-29 16:01:54.051692334 -0400
++++ obex-data-server-0.4.6/src/ods-obex.c 2013-05-29 16:03:23.200697099 -0400
+@@ -412,7 +412,7 @@
+ goto err;
+ }
+
+- interfaces_num = OBEX_FindInterfaces(obex_context->obex_handle, &obex_intf);
++ interfaces_num = OBEX_EnumerateInterfaces(obex_context->obex_handle);
+ if (intf_num >= interfaces_num) {
+ g_set_error (error, ODS_ERROR, ODS_ERROR_FAILED, "Invalid interface number");
+ goto err;
More information about the arch-commits
mailing list