3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00
Commit graph

116 commits

Author SHA1 Message Date
Tobias Geerinckx-Rice
ef3d60fc76
gnu: mergerfs-tools: Update to 0.0.0-3.3b6fe00.
* gnu/packages/file-systems.scm (mergerfs-tools): Update to 0.0.0-3.3b6fe00.
2021-07-09 04:30:45 +02:00
Tobias Geerinckx-Rice
7292585f3c
gnu: mergerfs: Clean up arguments.
* gnu/packages/file-systems.scm (mergerfs)[arguments]: Remove some
incorrect comments & rewrite code accordingly.  Pass the PREFIX as a
make flag.
2021-07-09 04:30:39 +02:00
Tobias Geerinckx-Rice
478104c398
gnu: mergerfs: Do not refer to the native bash.
* gnu/packages/linux.scm (mergerfs)[inputs]: Add bash-minimal.
[arguments]: Refer to it rather than to the native build bash.
2021-07-09 04:27:33 +02:00
Tobias Geerinckx-Rice
5f071925ef
gnu: mergerfs: Cross-compile.
* gnu/packages/file-systems.scm (mergerfs)[arguments]: Use CC-FOR-TARGET
and CXX-FOR-TARGET.  Don't let the Makefile strip binaries.
2021-07-09 04:26:45 +02:00
Tobias Geerinckx-Rice
73a2edf25b
gnu: mergerfs: Update to 2.32.6.
* gnu/packages/file-systems.scm (mergerfs): Update to 2.32.6.
2021-07-09 03:30:20 +02:00
Tobias Geerinckx-Rice
1cc4207fa9
gnu: Add rewritefs.
* gnu/packages/file-systems.scm (rewritefs): New public variable.
2021-07-07 13:56:17 +02:00
Tobias Geerinckx-Rice
f378f1d05f
gnu: exfat-utils: Move to (gnu packages file-systems).
* gnu/packages/mtools.scm (exfat-utils): Move from here…
* gnu/packages/file-systems.scm (exfat-utils): …to here.
2021-06-25 18:42:49 +02:00
Tobias Geerinckx-Rice
723a246055
gnu: zfs: Update to 2.0.5.
* gnu/packages/file-systems.scm (zfs): Update to 2.0.5.
2021-06-25 18:42:49 +02:00
Tobias Geerinckx-Rice
26a04f70fa
gnu: Add cachefilesd-inotify.
* gnu/packages/file-systems.scm (cachefilesd-inotify): New public
variable.
2021-06-24 00:31:53 +02:00
Marius Bakke
fbee3e134b
gnu: jfsutils: Adjust for GCC 10.
* gnu/packages/patches/jfsutils-gcc-compat.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/file-systems.scm (jfsutils)[source](patches): Add it.
2021-06-19 17:09:51 +02:00
Tobias Geerinckx-Rice
d1744d2fbb
gnu: bcachefs-tools: Update to 0.1-8.fe1bb39.
* gnu/packages/file-systems.scm (bcachefs-tools): Update to 0.1-8.fe1bb39.
2021-06-17 11:19:19 +02:00
Brice Waegeneire
acb8588819
gnu: libnfs: Update to 4.0.0.
* gnu/packages/file-systems.scm (libnfs): Update to 4.0.0.
2021-06-13 00:13:41 +02:00
Ron Nazarov via Guix-patches via
10343994dc
gnu: Add udftools.
* gnu/packages/file-systems.scm (udftools): New variable.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2021-06-02 15:40:03 +02:00
Tobias Geerinckx-Rice
0dcb822bf6
gnu: exfatprogs: Update to 1.1.2.
* gnu/packages/file-systems.scm (exfatprogs): Update to 1.1.2.
2021-05-23 22:39:14 +02:00
Tobias Geerinckx-Rice
becdda70e1
gnu: Add libeatmydata.
* gnu/packages/file-systems.scm (libeatmydata): New public variable.
2021-05-18 16:37:18 +02:00
Mathieu Othacehe
485a70264d
gnu: zfs-auto-snapshot: Fix indentation.
* gnu/packages/file-systems.scm (zfs-auto-snapshot): Fix indentation.
2021-05-13 16:24:32 +02:00
Mathieu Othacehe
95bc788002
gnu: zfs-auto-snapshot: Use git-fetch.
Do not use an autogenerated tarball. This is notified by "guix lint".

* gnu/packages/file-systems.scm (zfs-auto-snapshot)[source]: Use git-fetch
method.
2021-05-13 16:24:32 +02:00
Mathieu Othacehe
da01347bf1
gnu: zfs-auto-snapshot: Wrap long lines.
* gnu/packages/file-systems.scm (zfs-auto-snapshot)[synopsis, description]:
Wrap long lines.
2021-05-13 15:58:25 +02:00
raid5atemyhomework
ba3b295a3e
gnu: Add zfs-auto-snapshot.
* gnu/packages/file-systems.scm (zfs-auto-snapshot): New variable.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2021-05-13 15:07:40 +02:00
Tobias Geerinckx-Rice
811c9712cd
gnu: xfstests: Fix typo.
Syntax-highlighted monospace is overrated.  Nothing like glancing at
Webmail to spot obvious bugs.

* gnu/packages/file-systems.scm (xfstests)[arguments]: Omit /usr from /bin/time.
2021-05-13 01:15:10 +02:00
Tobias Geerinckx-Rice
6fccdb55bd
gnu: Add xfstests.
* gnu/packages/file-systems.scm (xfstests): New public variable.
2021-05-13 00:32:20 +02:00
Tobias Geerinckx-Rice
956cc1a819
gnu: bcachefs-tools: Update to 0.1-7.7942d5c.
* gnu/packages/file-systems.scm (bcachefs-tools): Update to 0.1-7.7942d5c.
2021-05-07 02:40:49 +02:00
Tobias Geerinckx-Rice
abdb0210bd
gnu: bcachefs-tools: Prepare for cross-compilation.
* gnu/packages/file-systems.scm (bcachefs-tools)[arguments]:
Use CC-FOR-TARGET and PKG-CONFIG-FOR-TARGET.
2021-05-04 15:40:32 +02:00
Tobias Geerinckx-Rice
3d25bc8ae4
gnu: bcachefs-tools: Update to 0.1-6.a14d39d.
* gnu/packages/file-systems.scm (bcachefs-tools): Update to 0.1-6.a14d39d.
2021-05-04 15:40:32 +02:00
Tobias Geerinckx-Rice
37c8f313ce
gnu: exfatprogs: Update to 1.1.1.
* gnu/packages/file-systems.scm (exfatprogs): Update to 1.1.1.
2021-04-22 00:32:40 +02:00
Tobias Geerinckx-Rice
fdd63e65d8
gnu: bcachefs-tools: Update to 0.1-5.ce906d6.
* gnu/packages/file-systems.scm (bcachefs-tools): Update to 0.1-5.ce906d6.
2021-04-21 00:58:58 +02:00
Tobias Geerinckx-Rice
a8cee87747
gnu: bindfs: Fix typo in description.
* gnu/packages/file-systems.scm (bindfs)[description]: Fix typo.
2021-04-10 14:11:34 +02:00
Tobias Geerinckx-Rice
dd4027e84c
gnu: tmsu: Fix typo in synopsis & description.
* gnu/packages/file-systems.scm (tmsu)[synopsis, description]: Fix typo.
2021-04-10 14:11:26 +02:00
Tobias Geerinckx-Rice
a7e5d95697
gnu: davfs2: Fix typo in description.
* gnu/packages/file-systems.scm (davfs2)[description]: Fix typo.
2021-04-10 14:11:26 +02:00
b53e7ae6b0
gnu: python-dropbox: Update to 11.5.0.
* gnu/packages/file-systems.scm (python-dropbox): Update to 11.5.0.
2021-03-29 16:48:31 +03:00
Tobias Geerinckx-Rice
ed4899968a
gnu: bcachefs-tools: Update to 0.1-4.bb6eccc.
* gnu/packages/file-systems.scm (bcachefs-tools): Update to 0.1-4.bb6eccc.
2021-03-29 00:17:47 +02:00
Tobias Geerinckx-Rice
43469e193b
gnu: autofs: Update to 5.1.7.
* gnu/packages/file-systems.scm (autofs): Update to 5.1.7.
[arguments]: Add a new 'fix-rpath phase.
2021-03-28 18:46:22 +02:00
Stefan Reichör
e5fcfb82e0
gnu: tmsu: Improve installation.
* gnu/packages/file-systems.scm (tmsu)[arguments]: Don't install go
source files. Install binary as tmsu instead of TMSU.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-03-16 09:37:16 +02:00
Lars-Dominik Braun
ca8fa11754
gnu: mergerfs: Update to 2.32.4.
* gnu/packages/file-systems.scm (mergerfs): Update to 2.32.4.
2021-03-13 09:43:09 +01:00
raid5atemyhomework via Guix-patches via
495a68e8e5
gnu: Update zfs to 2.0.4.
Mostly FreeBSD fixes, some documentation changes and corrections, and a few small bugfixes.

Tested with `guix build` only, no in-depth testing done.

From 6037ac6f797f37abb579278a0d30cd16e6876ec6 Mon Sep 17 00:00:00 2001
From: raid5atemyhomework <raid5atemyhomework@protonmail.com>
Date: Thu, 11 Mar 2021 12:43:58 +0000
Subject: [PATCH] gnu: Update zfs to 2.0.4.

* gnu/packages/file-systems.scm (zfs): Update to 2.0.4, rename to
OpenZFS.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2021-03-11 18:06:55 +01:00
Tobias Geerinckx-Rice
f4618b13d8
gnu: bindfs: Update to 1.15.1.
* gnu/packages/file-systems.scm (bindfs): Update to 1.15.1.
2021-03-11 00:46:02 +01:00
Tobias Geerinckx-Rice
faaf7ef335
gnu: fsarchiver: Update to 0.8.6.
* gnu/packages/file-systems.scm (fsarchiver): Update to 0.8.6.
2021-03-06 01:23:42 +01:00
Ricardo Wurmus
a4cc03a80f
gnu: Add tmsu.
* gnu/packages/file-systems.scm (tmsu): New variable.
2021-02-24 15:49:47 +01:00
Ricardo Wurmus
4be3c3df01
gnu: Add go-github-com-hanwen-fuse.
* gnu/packages/file-systems.scm (go-github-com-hanwen-fuse): New variable.
2021-02-24 15:49:47 +01:00
Tobias Geerinckx-Rice
096a66c60a
gnu: exfatprogs: Update to 1.1.0.
* gnu/packages/file-systems.scm (exfatprogs): Update to 1.1.0.
2021-02-15 17:23:55 +01:00
Tobias Geerinckx-Rice
37495db6cf
gnu: Fix copyright notice.
* gnu/packages/file-systems.scm: Fix copyright notice for raid5atemyhomework.
2021-02-15 17:23:55 +01:00
raid5atemyhomework
8458d8db70
gnu: zfs: Update to 2.0.3.
* gnu/packages/file-systems.scm (zfs): Update to 2.0.3.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2021-02-12 13:56:38 +08:00
ab5fa99ab4
gnu: python-dropbox: Update to 11.2.0.
* gnu/packages/file-systems.scm (python-dropbox): Update to 11.2.0.
2021-02-11 16:29:47 +02:00
e81457aaa6
gnu: dbxfs: Update to 1.0.51.
* gnu/packages/file-systems.scm (dbxfs): Update to 1.0.51.
2021-02-11 16:28:37 +02:00
Vagrant Cascadian
599c641402
gnu: disorderfs: Update to 0.5.11.
* gnu/packages/file-systems (disorderfs): Update to 0.5.11.
2021-02-07 23:50:12 -08:00
raid5atemyhomework
5424ca6d6e
gnu: zfs: Update to 2.0.2.
* gnu/packages/file-systems.scm (zfs): Update to 2.0.2.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2021-02-08 03:48:37 +01:00
Tobias Geerinckx-Rice
81763bc101
gnu: bcachefs-tools: Update to 0.1-3.612f6b9.
* gnu/packages/file-systems.scm (bcachefs-tools): Update to 0.1-3.612f6b9.
2021-02-04 22:07:36 +01:00
raid5atemyhomework
e2fe05284d
gnu: zfs: update to 2.0.1.
* gnu/packages/file-systems.scm (zfs): Update version to 2.0.1.
[arguments]: Adjust 'patch-source phase for changes in tarball.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-01-20 14:34:54 +02:00
raid5atemyhomework
849e3dd043
gnu: zfs: Correct ZFS udev rules.
* gnu/packages/file-systems.scm (zfs): Add substitutions for /sbin/modprobe
in udev rules.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-01-20 14:34:41 +02:00
09d800cb42
gnu: dbxfs: Update to 1.0.50.
* gnu/packages/file-systems.scm (dbxfs): Update to 1.0.50.
2021-01-12 12:09:27 +02:00