* [PR PATCH] android-file-transfer-linux: update to 4.4
@ 2025-04-16 1:32 dkwo
2025-04-17 14:00 ` [PR PATCH] [Updated] " dkwo
` (4 more replies)
0 siblings, 5 replies; 6+ messages in thread
From: dkwo @ 2025-04-16 1:32 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 696 bytes --]
There is a new pull request by dkwo against master on the void-packages repository
https://github.com/dkwo/void-packages aftl
https://github.com/void-linux/void-packages/pull/55077
android-file-transfer-linux: update to 4.4
- I tested the changes in this PR: yes
- I built this PR locally for my native architecture, (x86_64-glibc)
The new release fixes issue with recent Android (otherwise broken), and builds with qt6.
Note: I had to add my user to `adbusers` group, otherwise `aft-*` commands would not work:
not sure how to implement it, as other packages create that group.
cc @Vaelatern
A patch file from https://github.com/void-linux/void-packages/pull/55077.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-aftl-55077.patch --]
[-- Type: text/x-diff, Size: 1740 bytes --]
From 9a4ed845c3cc94281da49deb15f013704092d211 Mon Sep 17 00:00:00 2001
From: dkwo <npiazza@disroot.org>
Date: Tue, 15 Apr 2025 21:07:39 -0400
Subject: [PATCH] android-file-transfer-linux: update to 4.4
---
srcpkgs/android-file-transfer-linux/template | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
diff --git a/srcpkgs/android-file-transfer-linux/template b/srcpkgs/android-file-transfer-linux/template
index 15258975994010..c5311b7348fc40 100644
--- a/srcpkgs/android-file-transfer-linux/template
+++ b/srcpkgs/android-file-transfer-linux/template
@@ -1,19 +1,20 @@
# Template file for 'android-file-transfer-linux'
pkgname=android-file-transfer-linux
-version=4.3
+version=4.4
revision=1
build_style=cmake
+build_helper="qmake6"
configure_args="-DBUILD_SHARED_LIB=1"
-hostmakedepends="qt5-qmake qt5-host-tools ninja pkg-config"
-makedepends="file-devel fuse-devel qt5-devel readline-devel
- qt5-tools-devel"
-depends="qt5-svg android-file-transfer-linux-cli android-file-transfer-linux-libs"
+hostmakedepends="ninja pkg-config"
+makedepends="file-devel fuse-devel qt6-base-devel readline-devel
+ qt6-tools-devel"
+depends="qt6-svg android-file-transfer-linux-cli android-file-transfer-linux-libs"
short_desc="Android File Transfer for Linux"
maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
license="LGPL-2.1-or-later"
homepage="https://github.com/whoozle/android-file-transfer-linux"
distfiles="https://github.com/whoozle/android-file-transfer-linux/archive/v${version}.tar.gz"
-checksum=8ff658630fc820a7ca0b70025aa47d235b7fb64f5cb6a72ca76a7acbf3435128
+checksum=d8225cad6eb2e120afd4c82232030d74fd480e666a0fcc4ab93f4cd57620f7c8
android-file-transfer-linux-libs_package() {
short_desc+=" - library"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [PR PATCH] [Updated] android-file-transfer-linux: update to 4.4
2025-04-16 1:32 [PR PATCH] android-file-transfer-linux: update to 4.4 dkwo
@ 2025-04-17 14:00 ` dkwo
2025-04-17 14:23 ` dkwo
` (3 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: dkwo @ 2025-04-17 14:00 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 701 bytes --]
There is an updated pull request by dkwo against master on the void-packages repository
https://github.com/dkwo/void-packages aftl
https://github.com/void-linux/void-packages/pull/55077
android-file-transfer-linux: update to 4.4
- I tested the changes in this PR: yes
- I built this PR locally for my native architecture, (x86_64-glibc)
The new release fixes issue with recent Android (otherwise broken), and builds with qt6.
Note: I had to add my user to `adbusers` group, otherwise `aft-*` commands would not work:
not sure how to implement it, as other packages create that group.
cc @Vaelatern
A patch file from https://github.com/void-linux/void-packages/pull/55077.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-aftl-55077.patch --]
[-- Type: text/x-diff, Size: 1759 bytes --]
From a63cabb4287cd58202aaf228662432d0858b2d0d Mon Sep 17 00:00:00 2001
From: dkwo <npiazza@disroot.org>
Date: Tue, 15 Apr 2025 21:07:39 -0400
Subject: [PATCH] android-file-transfer-linux: update to 4.4
---
srcpkgs/android-file-transfer-linux/template | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
diff --git a/srcpkgs/android-file-transfer-linux/template b/srcpkgs/android-file-transfer-linux/template
index 15258975994010..1d9b33ed8972aa 100644
--- a/srcpkgs/android-file-transfer-linux/template
+++ b/srcpkgs/android-file-transfer-linux/template
@@ -1,19 +1,20 @@
# Template file for 'android-file-transfer-linux'
pkgname=android-file-transfer-linux
-version=4.3
+version=4.4
revision=1
build_style=cmake
+build_helper="qmake6"
configure_args="-DBUILD_SHARED_LIB=1"
-hostmakedepends="qt5-qmake qt5-host-tools ninja pkg-config"
-makedepends="file-devel fuse-devel qt5-devel readline-devel
- qt5-tools-devel"
-depends="qt5-svg android-file-transfer-linux-cli android-file-transfer-linux-libs"
+hostmakedepends="ninja pkg-config qt6-base qt6-tools"
+makedepends="file-devel fuse-devel readline-devel
+ qt6-base-devel qt6-tools-devel"
+depends="qt6-svg android-file-transfer-linux-cli android-file-transfer-linux-libs"
short_desc="Android File Transfer for Linux"
maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
license="LGPL-2.1-or-later"
homepage="https://github.com/whoozle/android-file-transfer-linux"
distfiles="https://github.com/whoozle/android-file-transfer-linux/archive/v${version}.tar.gz"
-checksum=8ff658630fc820a7ca0b70025aa47d235b7fb64f5cb6a72ca76a7acbf3435128
+checksum=d8225cad6eb2e120afd4c82232030d74fd480e666a0fcc4ab93f4cd57620f7c8
android-file-transfer-linux-libs_package() {
short_desc+=" - library"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [PR PATCH] [Updated] android-file-transfer-linux: update to 4.4
2025-04-16 1:32 [PR PATCH] android-file-transfer-linux: update to 4.4 dkwo
2025-04-17 14:00 ` [PR PATCH] [Updated] " dkwo
@ 2025-04-17 14:23 ` dkwo
2025-04-17 14:56 ` dkwo
` (2 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: dkwo @ 2025-04-17 14:23 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 701 bytes --]
There is an updated pull request by dkwo against master on the void-packages repository
https://github.com/dkwo/void-packages aftl
https://github.com/void-linux/void-packages/pull/55077
android-file-transfer-linux: update to 4.4
- I tested the changes in this PR: yes
- I built this PR locally for my native architecture, (x86_64-glibc)
The new release fixes issue with recent Android (otherwise broken), and builds with qt6.
Note: I had to add my user to `adbusers` group, otherwise `aft-*` commands would not work:
not sure how to implement it, as other packages create that group.
cc @Vaelatern
A patch file from https://github.com/void-linux/void-packages/pull/55077.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-aftl-55077.patch --]
[-- Type: text/x-diff, Size: 1731 bytes --]
From 91afaffe251f7e77d0c6d7af3e686e25f5dc7956 Mon Sep 17 00:00:00 2001
From: dkwo <npiazza@disroot.org>
Date: Tue, 15 Apr 2025 21:07:39 -0400
Subject: [PATCH] android-file-transfer-linux: update to 4.4
---
srcpkgs/android-file-transfer-linux/template | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/srcpkgs/android-file-transfer-linux/template b/srcpkgs/android-file-transfer-linux/template
index 15258975994010..ec5f82def59728 100644
--- a/srcpkgs/android-file-transfer-linux/template
+++ b/srcpkgs/android-file-transfer-linux/template
@@ -1,19 +1,19 @@
# Template file for 'android-file-transfer-linux'
pkgname=android-file-transfer-linux
-version=4.3
+version=4.4
revision=1
build_style=cmake
+build_helper="qmake6"
configure_args="-DBUILD_SHARED_LIB=1"
-hostmakedepends="qt5-qmake qt5-host-tools ninja pkg-config"
-makedepends="file-devel fuse-devel qt5-devel readline-devel
- qt5-tools-devel"
-depends="qt5-svg android-file-transfer-linux-cli android-file-transfer-linux-libs"
+hostmakedepends="ninja pkg-config qt6-base-devel qt6-tools"
+makedepends="file-devel fuse-devel readline-devel"
+depends="qt6-svg android-file-transfer-linux-cli android-file-transfer-linux-libs"
short_desc="Android File Transfer for Linux"
maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
license="LGPL-2.1-or-later"
homepage="https://github.com/whoozle/android-file-transfer-linux"
distfiles="https://github.com/whoozle/android-file-transfer-linux/archive/v${version}.tar.gz"
-checksum=8ff658630fc820a7ca0b70025aa47d235b7fb64f5cb6a72ca76a7acbf3435128
+checksum=d8225cad6eb2e120afd4c82232030d74fd480e666a0fcc4ab93f4cd57620f7c8
android-file-transfer-linux-libs_package() {
short_desc+=" - library"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [PR PATCH] [Updated] android-file-transfer-linux: update to 4.4
2025-04-16 1:32 [PR PATCH] android-file-transfer-linux: update to 4.4 dkwo
2025-04-17 14:00 ` [PR PATCH] [Updated] " dkwo
2025-04-17 14:23 ` dkwo
@ 2025-04-17 14:56 ` dkwo
2025-04-18 4:46 ` [PR PATCH] [Merged]: " Vaelatern
2025-04-18 4:47 ` Vaelatern
4 siblings, 0 replies; 6+ messages in thread
From: dkwo @ 2025-04-17 14:56 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 701 bytes --]
There is an updated pull request by dkwo against master on the void-packages repository
https://github.com/dkwo/void-packages aftl
https://github.com/void-linux/void-packages/pull/55077
android-file-transfer-linux: update to 4.4
- I tested the changes in this PR: yes
- I built this PR locally for my native architecture, (x86_64-glibc)
The new release fixes issue with recent Android (otherwise broken), and builds with qt6.
Note: I had to add my user to `adbusers` group, otherwise `aft-*` commands would not work:
not sure how to implement it, as other packages create that group.
cc @Vaelatern
A patch file from https://github.com/void-linux/void-packages/pull/55077.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-aftl-55077.patch --]
[-- Type: text/x-diff, Size: 1740 bytes --]
From 68402a76c4d6df574bfef75cc6daadc77f6b01e5 Mon Sep 17 00:00:00 2001
From: dkwo <npiazza@disroot.org>
Date: Tue, 15 Apr 2025 21:07:39 -0400
Subject: [PATCH] android-file-transfer-linux: update to 4.4
---
srcpkgs/android-file-transfer-linux/template | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/srcpkgs/android-file-transfer-linux/template b/srcpkgs/android-file-transfer-linux/template
index 15258975994010..df4202aeaecae6 100644
--- a/srcpkgs/android-file-transfer-linux/template
+++ b/srcpkgs/android-file-transfer-linux/template
@@ -1,19 +1,19 @@
# Template file for 'android-file-transfer-linux'
pkgname=android-file-transfer-linux
-version=4.3
+version=4.4
revision=1
build_style=cmake
+build_helper="qmake6"
configure_args="-DBUILD_SHARED_LIB=1"
-hostmakedepends="qt5-qmake qt5-host-tools ninja pkg-config"
-makedepends="file-devel fuse-devel qt5-devel readline-devel
- qt5-tools-devel"
-depends="qt5-svg android-file-transfer-linux-cli android-file-transfer-linux-libs"
+hostmakedepends="ninja pkg-config qt6-base qt6-tools"
+makedepends="file-devel fuse-devel readline-devel qt6-base-devel"
+depends="qt6-svg android-file-transfer-linux-cli android-file-transfer-linux-libs"
short_desc="Android File Transfer for Linux"
maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
license="LGPL-2.1-or-later"
homepage="https://github.com/whoozle/android-file-transfer-linux"
distfiles="https://github.com/whoozle/android-file-transfer-linux/archive/v${version}.tar.gz"
-checksum=8ff658630fc820a7ca0b70025aa47d235b7fb64f5cb6a72ca76a7acbf3435128
+checksum=d8225cad6eb2e120afd4c82232030d74fd480e666a0fcc4ab93f4cd57620f7c8
android-file-transfer-linux-libs_package() {
short_desc+=" - library"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [PR PATCH] [Merged]: android-file-transfer-linux: update to 4.4
2025-04-16 1:32 [PR PATCH] android-file-transfer-linux: update to 4.4 dkwo
` (2 preceding siblings ...)
2025-04-17 14:56 ` dkwo
@ 2025-04-18 4:46 ` Vaelatern
2025-04-18 4:47 ` Vaelatern
4 siblings, 0 replies; 6+ messages in thread
From: Vaelatern @ 2025-04-18 4:46 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 626 bytes --]
There's a merged pull request on the void-packages repository
android-file-transfer-linux: update to 4.4
https://github.com/void-linux/void-packages/pull/55077
Description:
- I tested the changes in this PR: yes
- I built this PR locally for my native architecture, (x86_64-glibc)
The new release fixes issue with recent Android (otherwise broken), and builds with qt6.
Edit: even though the package ships its own `libmpt-ng`, I had to install `libmtp` and add my user to `plugdev` group in order for this tool to work for non-root (the reason being that libmtp ships udev rules, while they don't).
cc @Vaelatern
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: android-file-transfer-linux: update to 4.4
2025-04-16 1:32 [PR PATCH] android-file-transfer-linux: update to 4.4 dkwo
` (3 preceding siblings ...)
2025-04-18 4:46 ` [PR PATCH] [Merged]: " Vaelatern
@ 2025-04-18 4:47 ` Vaelatern
4 siblings, 0 replies; 6+ messages in thread
From: Vaelatern @ 2025-04-18 4:47 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 154 bytes --]
New comment by Vaelatern on void-packages repository
https://github.com/void-linux/void-packages/pull/55077#issuecomment-2814526223
Comment:
Thank you!
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2025-04-18 4:47 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-16 1:32 [PR PATCH] android-file-transfer-linux: update to 4.4 dkwo
2025-04-17 14:00 ` [PR PATCH] [Updated] " dkwo
2025-04-17 14:23 ` dkwo
2025-04-17 14:56 ` dkwo
2025-04-18 4:46 ` [PR PATCH] [Merged]: " Vaelatern
2025-04-18 4:47 ` Vaelatern
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).