Date: Wednesday, January 11, 2017 @ 08:40:26
  Author: anatolik
Revision: 206782

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

Added:
  obexftp/repos/community-i686/PKGBUILD
    (from rev 206781, obexftp/trunk/PKGBUILD)
  obexftp/repos/community-x86_64/PKGBUILD
    (from rev 206781, obexftp/trunk/PKGBUILD)
Deleted:
  obexftp/repos/community-i686/PKGBUILD
  obexftp/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   84 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   42 ----------------------
 community-x86_64/PKGBUILD |   42 ----------------------
 3 files changed, 84 insertions(+), 84 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD     2017-01-11 08:39:55 UTC (rev 206781)
+++ community-i686/PKGBUILD     2017-01-11 08:40:26 UTC (rev 206782)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora <[email protected]>
-# Contributor: Alessio 'mOLOk' Bolognino <[email protected]>
-
-pkgname=obexftp
-pkgver=0.24
-pkgrel=7
-pkgdesc="A tool for transfer files to/from any OBEX enabled device"
-arch=('i686' 'x86_64')
-url="http://dev.zuckschwerdt.org/openobex/wiki/ObexFtp";
-license=('GPL')
-depends=('openobex')
-makedepends=('cmake' 'asciidoc' 'xmlto' 'fuse' 'swig' 'ruby' 'tk')
-optdepends=('ruby: ruby bindings'
-            'tk: TCL/Tk bindings')
-options=('!makeflags' '!docs')
-source=("http://downloads.sourceforge.net/openobex/${pkgname}-${pkgver}-Source.tar.gz";)
-md5sums=('31a50dbbd09c63cbb5399772aaff7936')
-
-build() {
-  cd "${srcdir}/"
-
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver}-Source \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_SKIP_RPATH=ON \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_INSTALL_LIBDIR=lib \
-    -DCMAKE_INSTALL_SBINDIR=bin \
-    -DENABLE_PERL=YES \
-    -DENABLE_PYTHON=YES \
-    -DENABLE_RUBY=YES \
-    -DENABLE_TCL=YES
-  make doc
-}
-
-package() {
-  cd "${srcdir}/build"
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: obexftp/repos/community-i686/PKGBUILD (from rev 206781, 
obexftp/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD                             (rev 0)
+++ community-i686/PKGBUILD     2017-01-11 08:40:26 UTC (rev 206782)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Giovanni Scafora <[email protected]>
+# Contributor: Alessio 'mOLOk' Bolognino <[email protected]>
+
+pkgname=obexftp
+pkgver=0.24
+pkgrel=8
+pkgdesc="A tool for transfer files to/from any OBEX enabled device"
+arch=('i686' 'x86_64')
+url="http://dev.zuckschwerdt.org/openobex/wiki/ObexFtp";
+license=('GPL')
+depends=('openobex')
+makedepends=('cmake' 'asciidoc' 'xmlto' 'fuse2' 'swig' 'ruby' 'tk')
+optdepends=('ruby: ruby bindings'
+            'tk: TCL/Tk bindings')
+options=('!makeflags' '!docs')
+source=("http://downloads.sourceforge.net/openobex/${pkgname}-${pkgver}-Source.tar.gz";)
+md5sums=('31a50dbbd09c63cbb5399772aaff7936')
+
+build() {
+  cd "${srcdir}/"
+
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver}-Source \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_SKIP_RPATH=ON \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_INSTALL_LIBDIR=lib \
+    -DCMAKE_INSTALL_SBINDIR=bin \
+    -DENABLE_PERL=YES \
+    -DENABLE_PYTHON=YES \
+    -DENABLE_RUBY=YES \
+    -DENABLE_TCL=YES
+  make doc
+}
+
+package() {
+  cd "${srcdir}/build"
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD   2017-01-11 08:39:55 UTC (rev 206781)
+++ community-x86_64/PKGBUILD   2017-01-11 08:40:26 UTC (rev 206782)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora <[email protected]>
-# Contributor: Alessio 'mOLOk' Bolognino <[email protected]>
-
-pkgname=obexftp
-pkgver=0.24
-pkgrel=7
-pkgdesc="A tool for transfer files to/from any OBEX enabled device"
-arch=('i686' 'x86_64')
-url="http://dev.zuckschwerdt.org/openobex/wiki/ObexFtp";
-license=('GPL')
-depends=('openobex')
-makedepends=('cmake' 'asciidoc' 'xmlto' 'fuse' 'swig' 'ruby' 'tk')
-optdepends=('ruby: ruby bindings'
-            'tk: TCL/Tk bindings')
-options=('!makeflags' '!docs')
-source=("http://downloads.sourceforge.net/openobex/${pkgname}-${pkgver}-Source.tar.gz";)
-md5sums=('31a50dbbd09c63cbb5399772aaff7936')
-
-build() {
-  cd "${srcdir}/"
-
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver}-Source \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_SKIP_RPATH=ON \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_INSTALL_LIBDIR=lib \
-    -DCMAKE_INSTALL_SBINDIR=bin \
-    -DENABLE_PERL=YES \
-    -DENABLE_PYTHON=YES \
-    -DENABLE_RUBY=YES \
-    -DENABLE_TCL=YES
-  make doc
-}
-
-package() {
-  cd "${srcdir}/build"
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: obexftp/repos/community-x86_64/PKGBUILD (from rev 206781, 
obexftp/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD                           (rev 0)
+++ community-x86_64/PKGBUILD   2017-01-11 08:40:26 UTC (rev 206782)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Giovanni Scafora <[email protected]>
+# Contributor: Alessio 'mOLOk' Bolognino <[email protected]>
+
+pkgname=obexftp
+pkgver=0.24
+pkgrel=8
+pkgdesc="A tool for transfer files to/from any OBEX enabled device"
+arch=('i686' 'x86_64')
+url="http://dev.zuckschwerdt.org/openobex/wiki/ObexFtp";
+license=('GPL')
+depends=('openobex')
+makedepends=('cmake' 'asciidoc' 'xmlto' 'fuse2' 'swig' 'ruby' 'tk')
+optdepends=('ruby: ruby bindings'
+            'tk: TCL/Tk bindings')
+options=('!makeflags' '!docs')
+source=("http://downloads.sourceforge.net/openobex/${pkgname}-${pkgver}-Source.tar.gz";)
+md5sums=('31a50dbbd09c63cbb5399772aaff7936')
+
+build() {
+  cd "${srcdir}/"
+
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver}-Source \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_SKIP_RPATH=ON \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_INSTALL_LIBDIR=lib \
+    -DCMAKE_INSTALL_SBINDIR=bin \
+    -DENABLE_PERL=YES \
+    -DENABLE_PYTHON=YES \
+    -DENABLE_RUBY=YES \
+    -DENABLE_TCL=YES
+  make doc
+}
+
+package() {
+  cd "${srcdir}/build"
+
+  make DESTDIR="${pkgdir}" install
+}

Reply via email to