Skip to content

Commit

Permalink
Rename package to kde-settings-qubes
Browse files Browse the repository at this point in the history
  • Loading branch information
fepitre committed Jun 24, 2020
1 parent 802ea62 commit a0fff37
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
4 changes: 1 addition & 3 deletions Makefile.builder
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
RPM_SPEC_FILES.dom0 = qubes-kde-dom0.spec

RPM_SPEC_FILES := $(RPM_SPEC_FILES.$(PACKAGE_SET))
RPM_SPEC_FILES = kde-settings-qubes.spec
7 changes: 4 additions & 3 deletions qubes-kde-dom0.spec.in → kde-settings-qubes.spec.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: qubes-kde-dom0
Summary: Metapackage for installing all KDE components needed for Qubes Dom0
Name: kde-settings-qubes
Summary: Package for installing all KDE components and settings needed for Qubes GuiVM
Version: @VERSION@
Release: @REL@%{?dist}

Expand All @@ -25,9 +25,10 @@ Requires: plasma-workspace-libs
Requires: sddm
Requires: sddm-breeze

# Drop previous Qubes package
# Drop previous Qubes packages
Requires: kde-baseapps > 16.08.3
Conflicts: kde-baseapps = 2000:16.08.3
Obsoletes: qubes-kde-Dom0 <= 5.12.3

# other 3rd party packages that are useful in Dom0

Expand Down

0 comments on commit a0fff37

Please sign in to comment.