about summary refs log tree commit diff
path: root/pkgs/applications/networking/owncloud-client
AgeCommit message (Collapse)AuthorFilesLines
2023-04-24owncloud-client: 2.11.0.8354 -> 3.2.1Miao, ZhiCheng2-7/+61
- include a required internal package: libre-graph-api-cpp-qt-client
2022-08-20owncloud-client: 2.10.1.7187 -> 2.11.0.8354R. Ryantm1-2/+2
2022-04-08owncloud-client: 2.10.0.6519 -> 2.10.1.7187R. Ryantm1-2/+2
2022-01-20owncloud-client: 2.9.2 -> 2.10.0Daniel Ebbert1-2/+2
2021-12-08owncloud-client: 2.9.1.5500 -> 2.9.2.6206R. Ryantm1-2/+2
2021-10-15owncloud-client: 2.9.0 -> 2.9.1Daniel Ebbert1-2/+2
2021-09-16owncloud-client: 2.8.4 -> 2.9.0 (#135876)Daniel Ebbert1-2/+2
* owncloud-client: Switch to Qt version 5 * owncloud-client: 2.8.4 -> 2.9.0
2021-06-29owncloud-client: 2.6.3.14058 -> 2.8.2.4246Daniel Ebbert1-6/+6
2021-01-25treewide: remove stdenv where not neededPavol Rusnak1-1/+1
2021-01-19treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer1-2/+2
continuation of #109595 pkgconfig was aliased in 2018, however, it remained in all-packages.nix due to its wide usage. This cleans up the remaining references to pkgs.pkgsconfig and moves the entry to aliases.nix. python3Packages.pkgconfig remained unchanged because it's the canonical name of the upstream package on pypi.
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-1/+1
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-03treewide: remove enableParallelBuilding = true if using cmakeBen Siraphob1-2/+0
2020-08-31owncloud-client: 2.5.4.11654 -> 2.6.3.14058R. RyanTM1-2/+2
2020-07-02owncloud-client: add libsecret dependencyFabian Hauser1-1/+5
The libsecret dependency is required to access secrets from the gnome keychain.
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-12-08owncloud-client: disable shibbolethDmitry Kalinkin1-2/+3
2019-10-01owncloud-client: Use qt5's own mkDerivation (#70187)Tobias Bora1-2/+2
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-04-09owncloud-client: 2.5.3.11470 -> 2.5.4.11654 (#58738)R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/owncloud-client/versions
2019-02-21owncloud-client: 2.4.3 -> 2.5.3.11470Raphael Borun Das Gupta2-16/+2
2018-08-16owncloud-client: 2.4.2 -> 2.4.3R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/owncloud-client/versions.
2018-08-09owncloudclient: add licensePascal Wittmann1-0/+1
see issue #43716
2018-07-21owncloud-client: 2.4.1 -> 2.4.2R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/owncloud-client/versions.
2018-04-26owncloud-client: 2.3.4 -> 2.4.1Bernard Fortz2-3/+15
2018-01-13owncloud-client: 2.3.3 -> 2.3.4adisbladis1-2/+2
2017-11-22owncloud-client: unbreak buildBjørn Forsman1-0/+2
By reusing the nextcloud patch to find the "Sql" module (Qt5Sql). https://hydra.nixos.org/build/64533236/nixlog/1/tail
2017-09-24owncloud-client: 2.3.2 -> 2.3.3Stefan Siegl1-2/+2
2017-07-21owncloud-client: 2.3.1 -> 2.3.2Stefan Siegl1-2/+2
2017-04-30owncloud-client: 2.3.0 -> 2.3.1Bjørn Forsman1-2/+2
2017-04-30owncloud-client: unbreak build (qt58 -> qt56)Bjørn Forsman1-2/+2
The build fails due to missing qt linguist tools. That's solved by adding 'qttools'. But the build fails soon after with missing 'Sql' module. I didn't manage to solve that, so use Qt 5.6 where it works. Using libsForQt seems to be the way Qt packages are composed today, so use that (seems safer).
2017-03-19owncloud-client: build with qt5 instead of qt4Franz Pletz1-3/+3
2017-03-17owncloud-client: 2.2.3 -> 2.3.0ndowens1-9/+8
2016-08-21owncloud-client: 2.2.1 -> 2.2.3Bjørn Forsman1-2/+2
Changelog: https://owncloud.org/changelog/desktop/
2016-06-16owncloud: 2.1.1 -> 2.2.1Cast1-2/+2
2016-06-02owncloud-client: Fix "libocsync.so.0 not found" errorMayeu - Cast1-8/+3
Close #15130
2016-04-02owncloudclient: 1.7.1 -> 2.1.1Micxjo Funkcio1-5/+5
2015-02-02owncloud: update to 1.7.1Andrey Arapov1-2/+2
2014-12-17owncloud-client: added meta.platforms = stdenv.lib.platforms.unix;Joachim Schiele1-1/+1
2014-12-17owncloud-client: added meta.platforms = stdenv.lib.platforms.uniq;Joachim Schiele1-0/+1
2014-11-20owncloudclient: initial 1.7.0 packaged addedJoachim Schiele1-0/+32