Age | Commit message (Expand) | Author |
2022-02-09 | gnu: QSyncthingTray: Deprecate in favor of Debian's syncthing-gtk fork....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.
| Leo Famulari |
2022-01-29 | gnu: nextcloud-client: Don't depend on QtWebKit....This package propagates QtWebEngine and doesn't keep a reference to QtWebKit.
See <https://issues.guix.gnu.org/53289> for more information about this change.
* gnu/packages/sync.scm (qtwebkit)[inputs]: Remove qtwebkit.
[arguments]: Remove related #:configure-flag that is not recognized by
our version of nextcloud-client.
| Leo Famulari |
2021-12-26 | gnu: nextcloud-client: Update to 3.2.0....* gnu/packages/sync.scm (nextcloud-client): Update to 3.2.0.
| Nicholas von Klitzing |
2021-12-13 | gnu: Simplify package inputs....This commit was obtained by running:
./pre-inst-env guix style
without any additional argument.
| Ludovic Courtès |
2021-11-21 | gnu: python-nautilus: Remove package....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>
| John Kehayias |
2021-10-12 | Merge remote-tracking branch 'origin/master' into core-updates-frozen. | Mathieu Othacehe |
2021-10-11 | gnu: owncloud-client: Fix sysconfdir path...Somehow sysconfdir was not set correctly so that owncloud searched for
sync-exclude.lst in the relative path etc/ownCloud/sync-exclude.lst instead
of the /gnu/store/...-owncloud-client/etc/ownCloud/sync-exclude.lst.
* gnu/packages/sync.scm(owncloud-client): Add -DSYSCONF_INSTALL_DIR flag to
configure flags.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
| Daniel Meißner |
2021-10-11 | gnu: owncloud-client: Update to 2.9.0.5150....* gnu/packages/sync.scm (owncloud-client): Update to 2.9.0.5150.
| Liliana Marie Prikler |