Package Details: android-file-transfer-git 4.3.r13.g2a48d30-2

Git Clone URL: https://aur.archlinux.org/android-file-transfer-git.git (read-only, click to copy)
Package Base: android-file-transfer-git
Description: An interactive MTP client implemented in C++ using Qt toolkit
Upstream URL: https://github.com/whoozle/android-file-transfer-linux
Licenses: LGPL2.1
Conflicts: android-file-transfer, android-file-transfer-linux
Provides: android-file-transfer
Submitter: FabioLolix
Maintainer: FabioLolix
Last Packager: FabioLolix
Votes: 23
Popularity: 0.39
First Submitted: 2024-04-03 05:20 (UTC)
Last Updated: 2024-04-14 15:38 (UTC)

Required by (2)

Sources (1)

Latest Comments

« First ‹ Previous 1 2

sirocco commented on 2015-08-08 12:16 (UTC)

sure? $ namcap android-file-transfer-linux-git-v2.3.r1.g04158a6-1-i686.pkg.tar.xz android-file-transfer-linux-git W: Dependency included and not needed ('libxkbcommon-x11')

Anonymo commented on 2015-08-08 04:49 (UTC)

Please add libxkbcommon-x11 to required.

WorMzy commented on 2015-05-07 21:35 (UTC)

Thanks for that. :) I have a couple more suggests (courtesy of namcap): You should add an install file to call gtk-update-icon-cache (or xdg-icon-resource). Also, you should add hicolor-icon-theme to the depends array. Checking android-file-transfer-linux-git-v2.1.r44.ge9e034f-1-x86_64.pkg.tar.xz android-file-transfer-linux-git E: Files in /usr/share/icons/hicolor but no call to gtk-update-icon-cache or xdg-icon-resource to update the icon cache android-file-transfer-linux-git E: Dependency hicolor-icon-theme detected and not included (needed for hicolor theme hierarchy)

sirocco commented on 2015-05-05 12:46 (UTC)

@WorMzy, something done, thanks. Suggestions are welcome.

WorMzy commented on 2015-05-03 12:48 (UTC)

Currently fails to package: ==> Starting package()... install: cannot stat 'aft-mtp-mount': No such file or directory Looking at the CMakeLists.txt file, it appears that you need to have fuse installed in order to build this binary. Please add this package to the makedepends + optdepends arrays (since it isn't needed for the main program to work). It also appears that libusb isn't needed unless you explicitly pass -DUSB_BACKEND_LIBUSB=ON to cmake. Building with libusb results in a smaller binary, but I'm not sure whether it impacts performance (there must be a reason why it defaults to off). One last small thing.. please could you fill out your details at the top of the PKGBUILD. It looks like you were going to, but then forgot? Thanks. :)

sirocco commented on 2015-04-23 15:20 (UTC)

@jorge_barroso, @surefire thanks. Done.

surefire commented on 2015-04-23 13:59 (UTC)

Released version 2.0. As part were 2 new tools: install -Dm755 aft-mtp-cli "$pkgdir/usr/bin/aft-mtp-cli" install -Dm755 aft-mtp-mount "$pkgdir/usr/bin/aft-mtp-mount"

jorge_barroso commented on 2015-04-03 23:51 (UTC)

Add 'cmake' to makedepends. But good work man, I needed this extension today, samsung doesn't give another option to transfer media ¬¬. Great, thanks!