Package Details: obexftp 0.24.2-5

Git Clone URL: https://aur.archlinux.org/obexftp.git (read-only, click to copy)
Package Base: obexftp
Description: A tool for transfer files to/from any OBEX enabled device
Upstream URL: http://dev.zuckschwerdt.org/openobex/wiki/ObexFtp
Licenses: GPL
Conflicts: obexfs
Provides: obexfs
Replaces: obexfs
Submitter: Barthalion
Maintainer: xiretza
Last Packager: xiretza
Votes: 10
Popularity: 0.001546
First Submitted: 2018-01-06 21:04 (UTC)
Last Updated: 2019-06-11 18:04 (UTC)

Dependencies (11)

Required by (1)

Sources (2)

Latest Comments

1 2 Next › Last »

HurricanePootis commented on 2024-07-03 07:59 (UTC)

Unable to compile with these changes:

diff --git a/PKGBUILD b/PKGBUILD
index 2ef76cf..339c2e8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -41,7 +41,9 @@ build() {
     -DENABLE_PERL=YES \
     -DENABLE_PYTHON=YES \
     -DENABLE_RUBY=YES \
-    -DENABLE_TCL=YES
+    -DENABLE_TCL=YES \
+    -DCMAKE_C_FLAGS="$CFALGS -fpermissive" \
+    -DCMAKE_CXX_FLAGS="$CXXFLAGS -fpermissive"
   make doc
 }

ThePirate42 commented on 2024-01-30 20:51 (UTC)

This should probably depend on https://archlinux.org/packages/extra/x86_64/bluez-obex/

xiretza commented on 2023-10-01 16:39 (UTC)

No, that's part of base-devel and thus assumed to be installed in the build environment.

arnaudlecam commented on 2023-10-01 16:39 (UTC) (edited on 2023-10-01 16:39 (UTC) by arnaudlecam)

Could you add 'patch' to PKGBUILD's makedepends, please ?

xiretza commented on 2019-07-03 17:53 (UTC)

@LA-MJ: what do you mean? I just built it in a fresh, clean chroot and the perl module is placed under /usr/lib/perl5/5.30/vendor_perl/auto/OBEXFTP/OBEXFTP.so.

LA-MJ commented on 2019-07-03 17:43 (UTC)

Sorry for ignorance but how come this still builds with perl 5.28?

dreieck commented on 2018-08-28 14:45 (UTC)

Since it provides obexfs, can you add provides=("obexfs=${pkgver}"), please?

xiretza commented on 2018-06-22 16:41 (UTC) (edited on 2018-06-22 16:41 (UTC) by xiretza)

@damir: obexfs already has an open request to be merged into obexftp, since the obexfs binary is now provided by this package.

damir commented on 2018-06-21 19:58 (UTC)

you cannot have obexfs requiring obexftp and obexftp conflicting with obexfs at the same time

xiretza commented on 2018-06-21 07:06 (UTC)

@mokkurkalve: you're right, forgot about that. fixed.