Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] android-file-transfer-linux: update to 4.0
@ 2020-11-30  0:39 ndowens
  2020-11-30  2:58 ` [PR PATCH] [Merged]: " Vaelatern
  0 siblings, 1 reply; 2+ messages in thread
From: ndowens @ 2020-11-30  0:39 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 343 bytes --]

There is a new pull request by ndowens against master on the void-packages repository

https://github.com/ndowens/void-packages android-file
https://github.com/void-linux/void-packages/pull/26816

android-file-transfer-linux: update to 4.0
@Vaelatern 

A patch file from https://github.com/void-linux/void-packages/pull/26816.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-android-file-26816.patch --]
[-- Type: text/x-diff, Size: 2784 bytes --]

From 09644bd186b433257f761620d478b90a7243f0de Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Sun, 29 Nov 2020 18:39:21 -0600
Subject: [PATCH] android-file-transfer-linux: update to 4.0

---
 .../patches/musl.patch                        | 29 -------------------
 srcpkgs/android-file-transfer-linux/template  |  7 +++--
 2 files changed, 4 insertions(+), 32 deletions(-)
 delete mode 100644 srcpkgs/android-file-transfer-linux/patches/musl.patch

diff --git a/srcpkgs/android-file-transfer-linux/patches/musl.patch b/srcpkgs/android-file-transfer-linux/patches/musl.patch
deleted file mode 100644
index 7d26a12cca2..00000000000
--- a/srcpkgs/android-file-transfer-linux/patches/musl.patch
+++ /dev/null
@@ -1,29 +0,0 @@
---- mtp/backend/posix/Exception.cpp	2017-06-23 12:08:10.000000000 +0200
-+++ mtp/backend/posix/Exception.cpp	2018-03-25 17:53:15.359371456 +0200
-@@ -35,7 +35,7 @@
- 	std::string Exception::GetErrorMessage(int returnCode)
- 	{
- 		char buf[1024];
--#ifdef _GNU_SOURCE
-+#if defined(_GNU_SOURCE) && defined(__GLIBC__)
- 		std::string text(strerror_r(returnCode, buf, sizeof(buf)));
- #else
- 		int r = strerror_r(returnCode, buf, sizeof(buf));
-@@ -44,4 +44,4 @@
- 		return text;
- 	}
- 
--}}
-\ Kein Zeilenumbruch am Dateiende.
-+}}
---- fuse/Exception.h	2017-06-23 12:08:10.000000000 +0200
-+++ fuse/Exception.h	2018-03-25 17:57:06.478366801 +0200
-@@ -36,7 +36,7 @@
- 		static std::string GetErrorMessage(int returnCode)
- 		{
- 			char buf[1024];
--#ifdef _GNU_SOURCE
-+#if defined(_GNU_SOURCE) && defined(__GLIBC__)
- 			std::string text(strerror_r(returnCode, buf, sizeof(buf)));
- #else
- 			int r = strerror_r(returnCode, buf, sizeof(buf));
diff --git a/srcpkgs/android-file-transfer-linux/template b/srcpkgs/android-file-transfer-linux/template
index dbaef1f2e26..e2d884d4b83 100644
--- a/srcpkgs/android-file-transfer-linux/template
+++ b/srcpkgs/android-file-transfer-linux/template
@@ -1,14 +1,15 @@
 # Template file for 'android-file-transfer-linux'
 pkgname=android-file-transfer-linux
-version=3.9
+version=4.0
 revision=1
 build_style=cmake
 configure_args="-DBUILD_SHARED_LIB=1"
 hostmakedepends="qt5-qmake qt5-host-tools ninja pkg-config"
-makedepends="file-devel fuse-devel qt5-devel readline-devel"
+makedepends="file-devel fuse-devel qt5-devel readline-devel
+ qt5-tools-devel"
 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=26aa21683ae34aceaf83747fec693a15b996017a857014931ef3c5b50115971a
+checksum=1923a15f276a730ddb9709de43414766d235f74940429ac314b0c42f47c2c471

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PR PATCH] [Merged]: android-file-transfer-linux: update to 4.0
  2020-11-30  0:39 [PR PATCH] android-file-transfer-linux: update to 4.0 ndowens
@ 2020-11-30  2:58 ` Vaelatern
  0 siblings, 0 replies; 2+ messages in thread
From: Vaelatern @ 2020-11-30  2:58 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 303 bytes --]

There's a merged pull request on the void-packages repository

android-file-transfer-linux: update to 4.0
https://github.com/void-linux/void-packages/pull/26816

Description:
@Vaelatern patches have been implemented in this version. Commands launch fine, but I don't have an Android to completely test.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-11-30  2:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-30  0:39 [PR PATCH] android-file-transfer-linux: update to 4.0 ndowens
2020-11-30  2:58 ` [PR PATCH] [Merged]: " 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).