Github messages for voidlinux
 help / color / mirror / Atom feed
From: ndowens <ndowens@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] android-file-transfer-linux: update to 4.0
Date: Mon, 30 Nov 2020 01:39:11 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-26816@inbox.vuxu.org> (raw)

[-- 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

             reply	other threads:[~2020-11-30  0:39 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-30  0:39 ndowens [this message]
2020-11-30  2:58 ` [PR PATCH] [Merged]: " Vaelatern

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-26816@inbox.vuxu.org \
    --to=ndowens@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).