Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan M. Taylor <dylan@dylanmtaylor.com>2022-06-09 12:32:01 -0400
committerGitHub <noreply@github.com>2022-06-09 18:32:01 +0200
commit86531ef62f777f91ef2f4ca7d102abdfccb11ded (patch)
tree198af0ea40714e7d9bf508d10a8fc486b3a39f39
parent0bdb46f3081aaed095f87e35b18b3714d8782ed1 (diff)
Remove packagekit (#1322)
* Remove packagekit * Update kde.py
-rw-r--r--profiles/gnome.py3
-rw-r--r--profiles/kde.py3
2 files changed, 2 insertions, 4 deletions
diff --git a/profiles/gnome.py b/profiles/gnome.py
index d647ddc8..5e3a8da6 100644
--- a/profiles/gnome.py
+++ b/profiles/gnome.py
@@ -8,8 +8,7 @@ is_top_level_profile = False
__packages__ = [
"gnome",
"gnome-tweaks",
- "gdm",
- "gnome-software-packagekit-plugin",
+ "gdm"
]
diff --git a/profiles/kde.py b/profiles/kde.py
index 3de2dbad..d32bf31b 100644
--- a/profiles/kde.py
+++ b/profiles/kde.py
@@ -12,8 +12,7 @@ __packages__ = [
"ark",
"sddm",
"plasma-wayland-session",
- "egl-wayland",
- "packagekit-qt5",
+ "egl-wayland"
]