From fc51243d157f250b55275b64cde3cb64eb5c231f Mon Sep 17 00:00:00 2001 From: Raindrac Date: Fri, 11 Oct 2024 20:13:58 -0400 Subject: [PATCH 1/2] feat: add cryfs to bluefin This makes io.github.mpobaschnig.Vaults functional. Although cryfs can be installed by the user through brew or a distrobox, Vaults won't detect it. It must be installed directly onto the system to be detected by Vaults. Of the four months I've used Bluefin, this is the only package I've been stuck with layering. Why provide support for Vaults? KDE Plasma contains a built-in feature called vaults that allows for the creation of locally encrypted containers. This can offer a second layer of encryption beyond LUKS or allow you to create encrypted containers on an otherwise unencrypted file system. This feature was added in Plasma 5.11. Vaults provides support for that feature on Gnome, helping bring feature parity between the two desktop environments. This commit only adds cryfs to Bluefin because it's already included in KDE Plasma as a backend for its own vault feature. Yep, this means that Aurora already has it! No need to add it again. --- packages.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages.json b/packages.json index 7b0336e2422..5641152f09f 100644 --- a/packages.json +++ b/packages.json @@ -76,7 +76,8 @@ "nautilus-open-any-terminal", "openssh-askpass", "yaru-theme", - "zenity" + "zenity", + "cryfs" ], "kinoite": [ "skanpage", From 1d23159ff9205b2f881eebec1aaf80941366fd1d Mon Sep 17 00:00:00 2001 From: Raindrac <151923221+Raindrac@users.noreply.github.com> Date: Sat, 12 Oct 2024 00:44:10 +0000 Subject: [PATCH 2/2] style: sort silverblue & kinoite packages alphabetically --- packages.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/packages.json b/packages.json index 5641152f09f..0b09e1df81b 100644 --- a/packages.json +++ b/packages.json @@ -60,7 +60,7 @@ "zsh" ], "silverblue": [ - "simple-scan", + "cryfs", "gnome-shell-extension-appindicator", "gnome-shell-extension-blur-my-shell", "gnome-shell-extension-caffeine", @@ -69,25 +69,25 @@ "gnome-shell-extension-logo-menu", "gnome-shell-extension-search-light", "gnome-shell-extension-tailscale-gnome-qs", - "libgda-sqlite", "libgda", + "libgda-sqlite", "libratbag-ratbagd", "nautilus-gsconnect", "nautilus-open-any-terminal", "openssh-askpass", + "simple-scan", "yaru-theme", - "zenity", - "cryfs" + "zenity" ], "kinoite": [ - "skanpage", - "libadwaita-qt5", - "libadwaita-qt6", "kde-runtime-docs", "kdenetwork-filesharing", "kdeplasma-addons", "kdialog", - "plasma-wallpapers-dynamic" + "libadwaita-qt5", + "libadwaita-qt6", + "plasma-wallpapers-dynamic", + "skanpage" ], "dx": [ "adobe-source-code-pro-fonts",