wok-next view gparted/stuff/patches/slitaz-pkgs.patch @ rev 21555

updated clutter-gst (3.0.26 -> 3.0.27)
author Hans-G?nter Theisgen
date Mon Jun 22 13:46:32 2020 +0100 (2020-06-22)
parents b19ddba309f9
children
line source
1 Provide SliTaz packages names in the Filesystem support table.
3 --- a/src/Utils.cc
4 +++ b/src/Utils.cc
5 @@ -367,7 +367,7 @@
6 {
7 switch( filesystem )
8 {
9 - case FS_BTRFS : return "btrfs-progs / btrfs-tools" ;
10 + case FS_BTRFS : return "btrfs-progs" ;
11 case FS_EXT2 : return "e2fsprogs" ;
12 case FS_EXT3 : return "e2fsprogs" ;
13 case FS_EXT4 : return "e2fsprogs v1.41+" ;
14 @@ -377,14 +377,14 @@
15 case FS_HFS : return "hfsutils" ;
16 case FS_HFSPLUS : return "hfsprogs" ;
17 case FS_JFS : return "jfsutils" ;
18 - case FS_LINUX_SWAP : return "util-linux" ;
19 + case FS_LINUX_SWAP : return "util-linux-mkfs, util-linux-misc" ;
20 case FS_LVM2_PV : return "lvm2" ;
21 case FS_LUKS : return "cryptsetup, dmsetup";
22 case FS_MINIX : return "util-linux";
23 case FS_NILFS2 : return "nilfs-utils" ;
24 case FS_NTFS : return "ntfs-3g / ntfsprogs" ;
25 case FS_REISER4 : return "reiser4progs" ;
26 - case FS_REISERFS : return "reiserfsprogs / reiserfs-utils" ;
27 + case FS_REISERFS : return "reiserfsprogs" ;
28 case FS_UDF : return "udftools";
29 case FS_XFS : return "xfsprogs, xfsdump" ;