summaryrefslogtreecommitdiff
path: root/gnu/packages/syncthing.scm
AgeCommit message (Collapse)Author
2024-02-13gnu: go-golang-org-x-sys: Move to golang-build.Sharlatan Hellseher
* gnu/packages/golang.scm (go-golang-org-x-sys): Move from here ... * gnu/packages/golang-build.scm: ... to here. * gnu/packages/curl.scm: Add (gnu packages golang-build) module. * gnu/packages/databases.scm: As above. * gnu/packages/docker.scm: As above. * gnu/packages/golang-build.scm: As above. * gnu/packages/golang.scm: As above. * gnu/packages/irc.scm: As above. * gnu/packages/linux.scm: As above. * gnu/packages/password-utils.scm: As above. * gnu/packages/syncthing.scm: As above. * gnu/packages/textutils.scm: As above. * gnu/packages/vpn.scm: As above. * gnu/packages/weather.scm: As above. * gnu/packages/web.scm: As above. Change-Id: I161e89cacb9aa87b4fbb643ecd9ad32cfe49c9d7
2024-02-13gnu: go-github-com-golang-snappy: Mmove to golang-compression.Sharlatan Hellseher
* gnu/packages/syncthing.scm (go-github-com-golang-snappy): Move from here ... * gnu/packages/golang-compression.scm: ... to here. * gnu/packages/golang.scm: Add (gnu packages golang-compression) module. * gnu/packages/high-availability.scm: As above. * gnu/packages/ipfs.scm: As above. * gnu/packages/syncthing.scm: As above. Change-Id: I936c82c127e1aa25dde20693bee70e5a871249fe
2024-02-12gnu: go-github-com-stathat-go: Move to golang-xyz.Sharlatan Hellseher
* gnu/packages/syncthing.scm (go-github-com-stathat-go): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: I804043f512b60665233fba61da3f2225042d8d65
2024-02-12gnu: go-github-com-rcrowley-go-metrics: Move to golang-xyz.Sharlatan Hellseher
* gnu/packages/syncthing.scm (go-github-com-rcrowley-go-metrics): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: Id153e4b8295c1430077941c5e4ee854ef28a56fa
2024-02-12gnu: go-github-com-prometheus-client-model: Move to golang-xyz.Sharlatan Hellseher
* gnu/packages/syncthing.scm (go-github-com-prometheus-client-model): Move from here * gnu/packages/golang-xyz.scm: ... to here. * gnu/packages/golang.scm: Add (gnu packages golang-xyz) module. * gnu/packages/ipfs.scm: As above. * gnu/packages/networking.scm: As above. Change-Id: Ibf79be7fd49acc8fc88bf2411a4d7d89b44713d0
2024-02-09gnu: syncthing: Update to 1.27.2.David Pflug
* gnu/packages/syncthing.scm (syncthing): Update to 1.27.2. Change-Id: Ifc6af7a518d4dfc75e42889de1a0873cdcbdfaaf Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-01-28gnu: go-github-com-cespare-xxhash: Move to (gnu packages golang-crypto).Sharlatan Hellseher
* gnu/packages/syncthing.scm (go-github-com-cespare-xxhash): Move from here ... * gnu/packages/golang-crypto.scm: ... to here. * gnu/packages/textutils.scm: Add (gnu packages golang-crypto) to used modules. Change-Id: Ic72cf6c4770cd3f03cc2e27c3455632ee16e7c09
2023-12-20gnu: Syncthing: Update to 1.27.1.Benjamin Slade
* gnu/packages/syncthing.scm (syncthing): Update to 1.27.1. Signed-off-by: Leo Famulari <leo@famulari.name> Change-Id: Ib95828dee7b2b8b5f852a47026f3bbff69361329
2023-11-03gnu: syncthing: Update to 1.25.0.Timotej Lazar
* gnu/packages/syncthing.scm (syncthing): Update to 1.25.0. Change-Id: I39ebd12e96fb09386cf51bd42cd5241f3820c16c Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-09-25gnu: syncthing: Update to 1.24.0.Timotej Lazar
* gnu/packages/syncthing.scm (syncthing): Update to 1.24.0. Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-09-17gnu: Remove extraneous imports.Maxim Cournoyer
Found by running 'guild compile -W3 gnu/packages/$module.scm', using guild from the upcoming Guile. * gnu/packages/admin.scm: Remove extraneous imports. * gnu/packages/avr.scm: Likewise. * gnu/packages/base.scm: Likewise. * gnu/packages/bootloaders.scm: Likewise. * gnu/packages/firmware.scm: Likewise. * gnu/packages/linphone.scm: Likewise. * gnu/packages/telephony.scm: Likewise. * gnu/packages/cran.scm: Likewise. * gnu/packages/kde.scm: Likewise. * gnu/packages/libcanberra.scm: Likewise. * gnu/packages/libreoffice.scm: Likewise. * gnu/packages/mes.scm: Likewise. * gnu/packages/mingw.scm: Likewise. * gnu/packages/serialization.scm: Likewise. * gnu/packages/sync.scm: Likewise. * gnu/packages/syncthing.scm: Likewise. * gnu/packages/terminals.scm: Likewise. * gnu/packages/version-control.scm: Likewise. * gnu/packages/video.scm: Likewise. * gnu/packages/wm.scm: Likewise. * gnu/packages/emulators.scm: Likewise. Reviewed-by: Ludovic Courtès <ludo@gnu.org>
2023-09-14gnu: syncthing: Update to 1.23.7.Timotej Lazar
The uraggregate binary was merged into ursrv, so don’t attempt to install it. * gnu/packages/syncthing.scm (syncthing): Update to 1.23.7. [arguments]: Build with go-1.20. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-08-21gnu: syncthing: Use new package style.Timotej Lazar
* gnu/packages/syncthing.scm (syncthing)[arguments]: Use gexps. Drop trailing Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-08-21gnu: syncthing: Update to 1.23.6.Timotej Lazar
* gnu/packages/syncthing.scm (syncthing): Update to 1.23.6. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-04-23gnu: Move golang dependencies to (gnu packages golang).Timo Wilken
These packages are needed by syncthing and the new restic-rest-server package, so put them in (gnu packages golang) instead. * gnu/packages/syncthing.scm (go-github-com-prometheus-common, go-github-com-prometheus-procfs, go-github-com-prometheus-client-golang): Move variables ... * gnu/packages/golang.scm (go-github-com-prometheus-common, go-github-com-prometheus-procfs, go-github-com-prometheus-client-golang): ... to here. Signed-off-by: Leo Famulari <leo@famulari.name>
2023-04-10gnu: Syncthing: Update to 1.23.4.Ryan Schanzenbacher
* gnu/packages/syncthing.scm (syncthing): Update to 1.23.4.
2023-03-24gnu: Syncthing: Update to 1.23.2.Leo Famulari
* gnu/packages/syncthing.scm (syncthing): Update to 1.23.2.
2023-02-16gnu: Remove unneeded module imports.Efraim Flashner
* gnu/packages/abiword.scm, * gnu/packages/ada.scm, * gnu/packages/agda.scm, * gnu/packages/backup.scm, * gnu/packages/barrier.scm, * gnu/packages/bioinformatics.scm, * gnu/packages/bootstrap.scm, * gnu/packages/bqn.scm, * gnu/packages/c.scm, * gnu/packages/chemistry.scm, * gnu/packages/coq.scm, * gnu/packages/cross-base.scm, * gnu/packages/databases.scm, * gnu/packages/emacs-xyz.scm, * gnu/packages/enlightenment.scm, * gnu/packages/games.scm, * gnu/packages/geo.scm, * gnu/packages/ghostscript.scm, * gnu/packages/gl.scm, * gnu/packages/golang.scm, * gnu/packages/jami.scm, * gnu/packages/java-maths.scm, * gnu/packages/kde-frameworks.scm, * gnu/packages/kde-plasma.scm, * gnu/packages/language.scm, * gnu/packages/libreoffice.scm, * gnu/packages/linphone.scm, * gnu/packages/lisp.scm, * gnu/packages/llvm.scm, * gnu/packages/machine-learning.scm, * gnu/packages/minetest.scm, * gnu/packages/monitoring.scm, * gnu/packages/nfs.scm, * gnu/packages/ocr.scm, * gnu/packages/opencl.scm, * gnu/packages/pdf.scm, * gnu/packages/python-xyz.scm, * gnu/packages/racket.scm, * gnu/packages/rust.scm, * gnu/packages/syncthing.scm, * gnu/packages/syndication.scm, * gnu/packages/telegram.scm, * gnu/packages/vulkan.scm, * gnu/packages/web-browsers.scm, * gnu/packages/web.scm, * gnu/packages/webkit.scm: Remove some unecessary module imports.
2023-01-18gnu: Syncthing: Update to 1.23.0.Leo Famulari
* gnu/packages/syncthing.scm (syncthing): Update to 1.23.0. [arguments]: Build with Go 1.19.
2022-11-15gnu: syncthing: Update release-monitoring-url.Efraim Flashner
* gnu/packages/syncthing.scm (syncthing)[properties]: Update release-monitoring-url.
2022-11-06gnu: Syncthing: Update to 1.20.4.Leo Famulari
* gnu/packages/syncthing.scm (syncthing): Update to 1.20.4.
2022-08-25gnu: go-github-com-cespare-xxhash: Update to 2.1.2.Efraim Flashner
* gnu/packages/syncthing.scm (go-github-com-cespare-xxhash): Update to 2.1.2.
2022-08-25gnu: go-github-com-cespare-xxhash: Skip tests with gccgo.Efraim Flashner
* gnu/packages/syncthing.scm (go-github-com-cespare-xxhash)[arguments]: Don't run the test suite when building with gccgo.
2022-07-05gnu: Syncthing: Update to 1.20.3.Leo Famulari
* gnu/packages/syncthing.scm (syncthing): Update to 1.20.3.
2022-06-29gnu: Syncthing: Update to 1.20.2.Leo Famulari
* gnu/packages/syncthing.scm (syncthing): Update to 1.20.2.
2022-05-31gnu: Remove python2-setuptools.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python2-setuptools): Delete variable. (python-setuptools)[properties]: Delete field. * gnu/packages/syncthing.scm (syncthing-gtk): Delete commented native input. * guix/lint.scm (check-inputs-should-not-be-an-input-at-all): Remove obsolete entries.
2022-05-14gnu: Syncthing: Update to 1.20.1.Leo Famulari
* gnu/packages/syncthing.scm (syncthing): Update to 1.20.1.
2022-03-05gnu: Syncthing: Update to 1.19.1.Leo Famulari
* gnu/packages/syncthing.scm (syncthing): Update to 1.19.1.
2022-02-09gnu: QSyncthingTray: Deprecate in favor of Debian's syncthing-gtk fork.Leo Famulari
This package is abandoned upstream and depends on the insecure and abandoned QtWebKit. Upstream abandonment: https://github.com/sieren/QSyncthingTray/issues/247 See <https://issues.guix.gnu.org/53289> for more information about this change * gnu/packages/sync.scm (qsyncthingtray): Move this variable ... * gnu/packages/syncthing.scm (qsyncthingtray): ... to here. And make it into a deprecated-package that points to syncthing-gtk.
2022-02-02gnu: Syncthing: Update to 1.19.0.Leo Famulari
* gnu/packages/syncthing.scm (syncthing): Update to 1.19.0.
2022-02-02gnu: syncthing: Add release-monitoring-url.Efraim Flashner
* gnu/packages/syncthing.scm (syncthing)[properties]: New field.
2022-01-17Merge branch 'version-1.4.0'Maxim Cournoyer
With resolved conflicts in: gnu/packages/gnome.scm gnu/packages/openstack.scm gnu/packages/python-xyz.scm
2022-01-10gnu: go-github-com-prometheus-common: Remove obsolete phase.Sarah Morgensen
* gnu/packages/syncthing.scm (go-github-com-prometheus-common) [arguments]<#:phases>: Remove 'make-gzip-archive-writable phase. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2022-01-12gnu: Syncthing: Update to 1.18.6.Leo Famulari
* gnu/packages/syncthing.scm (syncthing): Update to 1.18.6.
2022-01-05gnu: syncthing-gtk: Make the autostart mechanism invoke the correct executable.John Kehayias
Fixes <https://issues.guix.gnu.org/50789>. * gnu/packages/syncthing.scm (syncthing-gtk)[arguments]: Add a 'fix-autostart-path' phase.
2021-12-31gnu: go-github-com-go-ldap-ldap: Update to 3.4.1.Efraim Flashner
* gnu/packages/syncthing.scm (go-github-com-go-ldap-ldap): Update to 3.4.1. [propagated-inputs]: Add go-github-com-azure-go-ntlmssp.
2021-12-31gnu: Add go-github-com-azure-go-ntlmssp.Efraim Flashner
gnu/packages/syncthing.scm (go-github-com-azure-go-ntlmssp): New variable.
2021-12-31gnu: go-github-com-go-asn1-ber-asn1-ber: Update to 1.5.3.Efraim Flashner
* gnu/packages/syncthing.scm (go-github-com-go-asn1-ber-asn1-ber): Update to 1.5.3.
2021-12-24build-system/go: Use go-1.17 by default.Sarah Morgensen
Build all Go packages with go-1.17 by default. Explicitly specify an older Go version in packages which cannot build with go-1.17. * gnu/packages/golang.scm (go): Update from 'go-1.14' to 'go-1.17'. * gnu/packages/docker.scm (docker)[native-inputs]: Explicitly use 'go-1.14'. * gnu/packages/ipfs.scm (go-github-com-ipfs-go-ipfs-cmdkit-files)[arguments]: Explicitly use Go 1.16. (go-ipfs)[arguments]: Use the default version of Go. * gnu/packages/syncthing.scm (syncthing)[arguments]: Likewise. * gnu/packages/admin.scm (runitor)[arguments]: Likewise. Signed-off-by: Leo Famulari <leo@famulari.name>
2021-12-19gnu: syncthing-gtk: Remove librsvg inputJohn Kehayias
* gnu/packages/syncthing.scm (syncthing-gtk)[inputs]: Remove LIBRSVG as GTK+ propagates LIBRSVG-BOOTSTRAP. This fixes a startup error due to two LIBRSVG being in GI_TYPELIB_PATH. Signed-off-by: Leo Famulari <leo@famulari.name>
2021-12-17gnu: Syncthing: Update to 1.18.5.Leo Famulari
* gnu/packages/syncthing.scm (syncthing): Update to 1.18.5.
2021-12-13gnu: Simplify package inputs.Ludovic Courtès
This commit was obtained by running: ./pre-inst-env guix style without any additional argument.
2021-12-10Merge remote-tracking branch 'signed/master' into core-updatesMathieu Othacehe
2021-12-06gnu: Syncthing: Update to 1.18.4.Leo Famulari
* gnu/packages/syncthing.scm (syncthing): Update to 1.18.4. [arguments]: Build with Go 1.17.
2021-12-06gnu: go-github-com-golang-snappy: Adjust test-suite on 32-bit systems.Efraim Flashner
* gnu/packages/syncthing.scm (go-github-com-golang-snappy)[source]: Add patch to skip a test on 32-bit systems. * gnu/packages/patches/go-github-com-golang-snappy-32bit-test.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it.
2021-11-21gnu: python-nautilus: Remove package.John Kehayias
This package dates from 2016 and looks inactive. The packages that used this as an input actually wanted nautilus-python (not currently packaged), for (optional) integration with the nautilus file manager. * gnu/packages/python-xyz.scm (python-nautilus): Remove variable. * gnu/packages/gnome-xyz.scm (gnome-shell-extension-gsconnect)[inputs]: Remove it. * gnu/packages/sync.scm (nexcloud-client)[inputs]: Remove it. * gnu/packages/syncthing.scm (syncthing-gtk)[inputs]: Remove it. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2021-07-27gnu: Syncthing: Update to 1.16.1.Leo Famulari
* gnu/packages/syncthing.scm (syncthing): Update to 1.16.1. [arguments]: Adjust the custom install phase to upstream changes.
2021-07-27Revert "gnu: syncthing: Prepare for cross-compiling."Leo Famulari
This commit broke splitting the package into multiple outputs. See <https://bugs.gnu.org/50071>. This reverts commit b33f5d7ff0627424a06fd0416761cd81c350e20a.
2021-07-09gnu: go-github-com-golang-snappy: Update to 0.0.4.Arun Isaac
* gnu/packages/syncthing.scm (go-github-com-golang-snappy): Update to 0.0.4.
2021-04-26gnu: syncthing: Prepare for cross-compiling.Efraim Flashner
* gnu/packages/syncthing.scm (syncthing)[arguments]: Add custom 'pre-build phase to not set a local GOBIN directory. Adjust custom 'build and 'install phases accordingly.