[PATCH] gnu: owncloud-client: Update to 2.9.0.5150.

  • Done
  • quality assurance status badge
Details
2 participants
  • Daniel Meißner
  • Liliana Marie Prikler
Owner
unassigned
Submitted by
Liliana Marie Prikler
Severity
normal
L
L
Liliana Marie Prikler wrote on 10 Oct 2021 19:14
(address . guix-patches@gnu.org)
7cc2adb8d56a15f7fd9c4318c875cb4b1b62d4cb.camel@gmail.com
* gnu/packages/sync.scm (owncloud-client): Update to 2.9.0.5150.
---
Please check that the updater is still disabled and also try to see whether
this upgrade fixes anything w.r.t. https://issues.guix.gnu.org/issue/51114.

gnu/packages/sync.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (23 lines)
diff --git a/gnu/packages/sync.scm b/gnu/packages/sync.scm
index c85b4f801c..c1c1e7d57c 100644
--- a/gnu/packages/sync.scm
+++ b/gnu/packages/sync.scm
@@ -312,14 +312,14 @@ See also: megacmd, the official tool set by MEGA.")
(define-public owncloud-client
(package
(name "owncloud-client")
- (version "2.7.6.3261")
+ (version "2.9.0.5150")
(source
(origin
(method url-fetch)
(uri (string-append "https://download.owncloud.com/desktop/ownCloud/stable/"
version "/source/ownCloud-" version ".tar.xz"))
(sha256
- (base32 "19jjlhbzhy4v5h1wj5a87ismxq2p7avb2bb4lfbh2rvl01r432vy"))
+ (base32 "0nf68x840p30yng4fh1nlyiqg40z0rkcv0lskpz8dd4pj1iw5jjs"))
(patches (search-patches "owncloud-disable-updatecheck.patch"))))
;; TODO: unbundle qprogessindicator, qlockedfile, qtokenizer and
;; qtsingleapplication which have not yet been packaged, but all are
--
2.33.0
D
D
Daniel Meißner wrote on 11 Oct 2021 13:51
(address . 51117@debbugs.gnu.org)
874k9nixt7.fsf@ruhr-uni-bochum.de
Dear Liliana, hi Guix,

I have applied your patch onto master and tried owncloud-client in the
following way:

./pre-inst-env guix environment --ad-hoc owncloud-client -- owncloud

Unfortunately it does not resolve the 51114 issue. This issue seems to
be a duplicate of https://issues.guix.gnu.org/47672to which I have
proposed a workaround. Also, I have experienced this problem on Guix
System as well as on a foreign distro.

Best
Daniel
L
L
Liliana Marie Prikler wrote on 11 Oct 2021 14:13
(name . Daniel Meißner)(address . daniel.meissner-i4k@ruhr-uni-bochum.de)(address . 51117@debbugs.gnu.org)
170d55a0575a133999b2e0a891f8f6d3f6a09c50.camel@gmail.com
Hi Daniel,

Am Montag, den 11.10.2021, 13:51 +0200 schrieb Daniel Meißner:
Toggle quote (11 lines)
> Dear Liliana, hi Guix,
>
> I have applied your patch onto master and tried owncloud-client in
> the following way:
>
> ./pre-inst-env guix environment --ad-hoc owncloud-client -- owncloud
>
> Unfortunately it does not resolve the 51114 issue. This issue seems
> to be a duplicate of https://issues.guix.gnu.org/47672 to which I
> have proposed a workaround. Also, I have experienced this problem on
> Guix System as well as on a foreign distro.
Thanks for checking. Your workaround LGTM aside from indentation which
I can fix. If the updater is still patched away as intended, I could
apply it on top of this one. Did you check that as well?

Best
Liliana
D
D
Daniel Meißner wrote on 11 Oct 2021 14:24
(name . Liliana Marie Prikler)(address . liliana.prikler@gmail.com)(address . 51117@debbugs.gnu.org)
2c236f2b9cfc5840c52b4e696ba50f171bea70bd.camel@ruhr-uni-bochum.de
Toggle quote (5 lines)
> Thanks for checking. Your workaround LGTM aside from indentation
> which
> I can fix. If the updater is still patched away as intended, I could
> apply it on top of this one. Did you check that as well?

Cool, thanks, that would be great. I have not found any updater
widgets in the GUI and the client did not seem to attempt any auto-
updates. However, I have never used the owncloud-client outside Guix
so I do not really know where the updater widget was in the first
place. Sorry :/

Best
Daniel
L
L
Liliana Marie Prikler wrote on 11 Oct 2021 15:28
(name . Daniel Meißner)(address . daniel.meissner-i4k@ruhr-uni-bochum.de)
abf2eb998ea1760023f2dd840f13240c60378872.camel@gmail.com
Am Montag, den 11.10.2021, 14:24 +0200 schrieb Daniel Meißner:
Toggle quote (9 lines)
> > Thanks for checking. Your workaround LGTM aside from indentation
> > which I can fix. If the updater is still patched away as intended,
> > I could apply it on top of this one. Did you check that as well?
>
> Cool, thanks, that would be great. I have not found any updater
> widgets in the GUI and the client did not seem to attempt any auto-
> updates. However, I have never used the owncloud-client outside Guix
> so I do not really know where the updater widget was in the first
> place. Sorry :/
Sounds good enough to me. Pushed both.

Thanks
Closed
?