Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] onedrive: Update to 2.4.23.
@ 2023-04-15 13:59 eljamm
  2023-04-15 14:01 ` [PR PATCH] [Updated] " eljamm
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: eljamm @ 2023-04-15 13:59 UTC (permalink / raw)
  To: ml

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

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

https://github.com/eljamm/void-packages onedrive
https://github.com/void-linux/void-packages/pull/43460

onedrive: Update to 2.4.23.
#### Testing the changes
- I tested the changes in this PR: **briefly**

I used this with the [GUI app](https://github.com/bpozdena/OneDriveGUI) and I could connect and sync properly, but this is my first time using this package so I didn't test everything.

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)

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

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

From 95c198846596bbe8306aedac2320044c6266e8c2 Mon Sep 17 00:00:00 2001
From: eljamm <Fedi.Jamoussi@protonmail.ch>
Date: Sat, 15 Apr 2023 13:49:40 +0100
Subject: [PATCH] onedrive: Update to 2.4.23.

---
 srcpkgs/onedrive/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/onedrive/template b/srcpkgs/onedrive/template
index 63e4f43a7fbd..e15249cbd7e3 100644
--- a/srcpkgs/onedrive/template
+++ b/srcpkgs/onedrive/template
@@ -1,7 +1,7 @@
 # Template file for 'onedrive'
 pkgname=onedrive
-version=2.4.13
-revision=5
+version=2.4.23
+revision=1
 build_style=gnu-configure
 configure_args="DC=ldc2"
 hostmakedepends="ldc pkg-config"
@@ -12,7 +12,7 @@ license="GPL-3.0-or-later"
 homepage="https://github.com/abraunegg/onedrive"
 changelog="https://raw.githubusercontent.com/abraunegg/onedrive/master/CHANGELOG.md"
 distfiles="https://github.com/abraunegg/onedrive/archive/v${version}.tar.gz"
-checksum=6cb903ec14be249caa13c04a4fbba9a431041c224e7d815798a94f7b93861263
+checksum=fb57b9683302a53958671d1c74eb9b8f89ac229055647adce093e8a49ad846e0
 nocross="uses host flags for cross compilations"
 
 post_install() {

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

* Re: [PR PATCH] [Updated] onedrive: Update to 2.4.23.
  2023-04-15 13:59 [PR PATCH] onedrive: Update to 2.4.23 eljamm
@ 2023-04-15 14:01 ` eljamm
  2023-04-15 15:40 ` onedrive: update " eljamm
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: eljamm @ 2023-04-15 14:01 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by eljamm against master on the void-packages repository

https://github.com/eljamm/void-packages onedrive
https://github.com/void-linux/void-packages/pull/43460

onedrive: Update to 2.4.23.
#### Testing the changes
- I tested the changes in this PR: **briefly**

I used this with the [GUI app](https://github.com/bpozdena/OneDriveGUI) and I could connect and sync properly, but this is my first time using this package so I didn't test everything.

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)

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

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

From 59d533206f7f6e754cb2ffced95eeff487d0cec5 Mon Sep 17 00:00:00 2001
From: eljamm <Fedi.Jamoussi@protonmail.ch>
Date: Sat, 15 Apr 2023 13:49:40 +0100
Subject: [PATCH] onedrive: update to 2.4.23.

---
 srcpkgs/onedrive/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/onedrive/template b/srcpkgs/onedrive/template
index 63e4f43a7fbd..e15249cbd7e3 100644
--- a/srcpkgs/onedrive/template
+++ b/srcpkgs/onedrive/template
@@ -1,7 +1,7 @@
 # Template file for 'onedrive'
 pkgname=onedrive
-version=2.4.13
-revision=5
+version=2.4.23
+revision=1
 build_style=gnu-configure
 configure_args="DC=ldc2"
 hostmakedepends="ldc pkg-config"
@@ -12,7 +12,7 @@ license="GPL-3.0-or-later"
 homepage="https://github.com/abraunegg/onedrive"
 changelog="https://raw.githubusercontent.com/abraunegg/onedrive/master/CHANGELOG.md"
 distfiles="https://github.com/abraunegg/onedrive/archive/v${version}.tar.gz"
-checksum=6cb903ec14be249caa13c04a4fbba9a431041c224e7d815798a94f7b93861263
+checksum=fb57b9683302a53958671d1c74eb9b8f89ac229055647adce093e8a49ad846e0
 nocross="uses host flags for cross compilations"
 
 post_install() {

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

* Re: onedrive: update to 2.4.23.
  2023-04-15 13:59 [PR PATCH] onedrive: Update to 2.4.23 eljamm
  2023-04-15 14:01 ` [PR PATCH] [Updated] " eljamm
@ 2023-04-15 15:40 ` eljamm
  2023-05-01  8:52 ` abraunegg
  2023-05-03  8:27 ` [PR PATCH] [Merged]: " classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: eljamm @ 2023-04-15 15:40 UTC (permalink / raw)
  To: ml

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

New comment by eljamm on void-packages repository

https://github.com/void-linux/void-packages/pull/43460#issuecomment-1509874317

Comment:
The current version in the repo is pretty outdated, can someone test the changes ?

@selfisekai Is it possible for you to do it ?

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

* Re: onedrive: update to 2.4.23.
  2023-04-15 13:59 [PR PATCH] onedrive: Update to 2.4.23 eljamm
  2023-04-15 14:01 ` [PR PATCH] [Updated] " eljamm
  2023-04-15 15:40 ` onedrive: update " eljamm
@ 2023-05-01  8:52 ` abraunegg
  2023-05-03  8:27 ` [PR PATCH] [Merged]: " classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: abraunegg @ 2023-05-01  8:52 UTC (permalink / raw)
  To: ml

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

New comment by abraunegg on void-packages repository

https://github.com/void-linux/void-packages/pull/43460#issuecomment-1529492488

Comment:
![image](https://user-images.githubusercontent.com/4956234/235431284-32ee8532-1f60-4fc8-9338-236730d4dfa2.png)

It would be wise for someone in the Void community to test this PR and get this merged.

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

* Re: [PR PATCH] [Merged]: onedrive: update to 2.4.23.
  2023-04-15 13:59 [PR PATCH] onedrive: Update to 2.4.23 eljamm
                   ` (2 preceding siblings ...)
  2023-05-01  8:52 ` abraunegg
@ 2023-05-03  8:27 ` classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2023-05-03  8:27 UTC (permalink / raw)
  To: ml

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

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

onedrive: update to 2.4.23.
https://github.com/void-linux/void-packages/pull/43460

Description:
#### Testing the changes
- I tested the changes in this PR: **briefly**

I used this with the [GUI app](https://github.com/bpozdena/OneDriveGUI) and I could connect and sync properly, but this is my first time using this package so I didn't test everything.

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)

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

end of thread, other threads:[~2023-05-03  8:27 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-15 13:59 [PR PATCH] onedrive: Update to 2.4.23 eljamm
2023-04-15 14:01 ` [PR PATCH] [Updated] " eljamm
2023-04-15 15:40 ` onedrive: update " eljamm
2023-05-01  8:52 ` abraunegg
2023-05-03  8:27 ` [PR PATCH] [Merged]: " classabbyamp

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).