forked from pool/android-file-transfer-linux
Compare commits
3 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 9dcb9d83c4 | |||
| 0dab840670 | |||
| b75cc3dfcf |
2
_service
2
_service
@@ -3,7 +3,7 @@
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://github.com/whoozle/android-file-transfer-linux</param>
|
||||
<param name="revision">9967dec8ad76e8385eb9a06aeb2e4bef5fead4db</param>
|
||||
<param name="revision">cf7036c7f7dff99be19c2c15e6051c4704287574</param>
|
||||
<param name="versionprefix">4.3.0~git</param>
|
||||
<param name="versionformat">%ci.%h</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/whoozle/android-file-transfer-linux</param>
|
||||
<param name="changesrevision">9967dec8ad76e8385eb9a06aeb2e4bef5fead4db</param></service></servicedata>
|
||||
<param name="changesrevision">cf7036c7f7dff99be19c2c15e6051c4704287574</param></service></servicedata>
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:75628b3a6ea1bae616d8de600869ad47983f277345178197346f0dd7cf947667
|
||||
size 836547
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2198ffe516fe2fe7f985b47f0e1272ef9c700765c35b09ccb695b32eba062190
|
||||
size 838236
|
||||
@@ -1,3 +1,36 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 18 18:43:53 UTC 2024 - llyyr@yukari.in
|
||||
|
||||
- fix-missing-include.patch: remove patch, fixed upstream
|
||||
- Update to version 4.3.0~git.20240730T195303.cf7036c7f7df:
|
||||
* add get-id command to cli
|
||||
* check that GetDevicePropValue is supported before calling it
|
||||
* drop old ${VERSION} variable, use base version from readme and annotate with git if it's possible.
|
||||
* update checkout action to v4
|
||||
* use execute_process instead of exec_program
|
||||
* update pybind cmake files
|
||||
* fix macOS spelling
|
||||
* remove long version string
|
||||
* remove CFBundleGetInfoString
|
||||
* fix GH actions
|
||||
* fix empty version used for plist generation
|
||||
* brew cask install -> brew install --cask
|
||||
* add SetSize and set both st_size and st_blocks
|
||||
* Fix non-empty directory removal, return ENOTEMPTY
|
||||
* bump version to 4.4
|
||||
* check ref_type and build release artefacts
|
||||
* bump ubuntu version to 20.04
|
||||
* do not proceed if -h/--help passed on the command line
|
||||
* provide uid/gid for stat structure
|
||||
* fix vendor/product filtering
|
||||
* bump minimal cmake version to 3.5
|
||||
* fix no MPT device found message box
|
||||
* do not compile python wrapper for macosx
|
||||
* add help about -D
|
||||
* rework option parser a bit
|
||||
* rename fuse_ll to fuse
|
||||
* Fix build with GCC 13 (#330)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 31 07:53:15 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package android-file-transfer-linux
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -16,31 +16,30 @@
|
||||
#
|
||||
|
||||
|
||||
Name: android-file-transfer-linux
|
||||
Summary: Android file fransfer for Linux
|
||||
Version: 4.3.0~git.20221105T214638.9967dec
|
||||
Release: 0
|
||||
URL: https://github.com/whoozle/android-file-transfer-linux
|
||||
Source0: %{name}-%{version}.tar.gz
|
||||
Patch0: fix-missing-include.patch
|
||||
License: LGPL-2.1
|
||||
BuildRequires: cmake
|
||||
BuildRequires: hicolor-icon-theme
|
||||
BuildRequires: readline-devel
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: cmake(Qt5LinguistTools)
|
||||
BuildRequires: cmake(Qt5NetworkAuth)
|
||||
BuildRequires: pkgconfig(fuse)
|
||||
BuildRequires: pkgconfig(libcrypto)
|
||||
BuildRequires: pkgconfig(Qt5Core)
|
||||
BuildRequires: pkgconfig(Qt5Gui)
|
||||
BuildRequires: pkgconfig(Qt5Widgets)
|
||||
Name: android-file-transfer-linux
|
||||
Summary: Android file fransfer for Linux
|
||||
Version: 4.3.0~git.20240730T195303.cf7036c7f7df
|
||||
Release: 0
|
||||
URL: https://github.com/whoozle/android-file-transfer-linux
|
||||
Source0: %{name}-%{version}.tar.gz
|
||||
License: LGPL-2.1-only
|
||||
BuildRequires: cmake
|
||||
BuildRequires: hicolor-icon-theme
|
||||
BuildRequires: readline-devel
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: cmake(Qt5LinguistTools)
|
||||
BuildRequires: cmake(Qt5NetworkAuth)
|
||||
BuildRequires: pkgconfig(Qt5Core)
|
||||
BuildRequires: pkgconfig(Qt5Gui)
|
||||
BuildRequires: pkgconfig(Qt5Widgets)
|
||||
BuildRequires: pkgconfig(fuse)
|
||||
BuildRequires: pkgconfig(libcrypto)
|
||||
|
||||
%description
|
||||
Android File Transfer for Linux — a MTP client with minimalist UI
|
||||
|
||||
%prep
|
||||
%autosetup -p1
|
||||
%autosetup
|
||||
|
||||
%build
|
||||
%cmake
|
||||
|
||||
@@ -1,11 +0,0 @@
|
||||
diff -Nur android-file-transfer-linux-4.3.0~git.20221105T214638.9967dec/mtp/types.h android-file-transfer-linux-4.3.0~git.20221105T214638.9967dec-patched/mtp/types.h
|
||||
--- android-file-transfer-linux-4.3.0~git.20221105T214638.9967dec/mtp/types.h 2022-11-05 22:46:38.000000000 +0100
|
||||
+++ android-file-transfer-linux-4.3.0~git.20221105T214638.9967dec-patched/mtp/types.h 2023-03-31 09:51:33.497839760 +0200
|
||||
@@ -28,6 +28,7 @@
|
||||
#include <mutex>
|
||||
#include <exception>
|
||||
#include <string>
|
||||
+#include <stdexcept>
|
||||
|
||||
namespace mtp
|
||||
{
|
||||
Reference in New Issue
Block a user