Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Hvornum <anton@hvornum.se>2021-11-23 20:52:40 +0000
committerGitHub <noreply@github.com>2021-11-23 20:52:40 +0000
commit29736c4a051d2c72bcbf0b20abdebc6992a92e4b (patch)
treeb255a07d2a5cbb4ad90c8282ee7dfb81f9f1b2f5
parent2328570520a4a87f38ca2dad368d679453063a2a (diff)
parentd46b712f7892f41a368b84181e5ec35339bed5f0 (diff)
Merge pull request #763 from dylanmtaylor/archive-tools
Add archive tools to close #654
-rw-r--r--profiles/kde.py1
-rw-r--r--profiles/xfce4.py1
2 files changed, 2 insertions, 0 deletions
diff --git a/profiles/kde.py b/profiles/kde.py
index c58f4f45..06798593 100644
--- a/profiles/kde.py
+++ b/profiles/kde.py
@@ -9,6 +9,7 @@ __packages__ = [
"konsole",
"kate",
"dolphin",
+ "ark",
"sddm",
"plasma-wayland-session",
"egl-wayland",
diff --git a/profiles/xfce4.py b/profiles/xfce4.py
index 89c04f7c..2a428086 100644
--- a/profiles/xfce4.py
+++ b/profiles/xfce4.py
@@ -12,6 +12,7 @@ __packages__ = [
"lightdm-gtk-greeter",
"gvfs",
"network-manager-applet",
+ "xarchiver"
]