diff --git a/kde-settings-26-theme.patch b/kde-settings-26-theme.patch new file mode 100644 index 0000000..cd88cf1 --- /dev/null +++ b/kde-settings-26-theme.patch @@ -0,0 +1,6 @@ +--- kde-settings-25-3/usr/share/kde-settings/kde-profile/default/xdg/plasmarc 2017-03-15 09:07:25.000000000 -0700 ++++ kde-settings-25-3/usr/share/kde-settings/kde-profile/default/xdg/plasmarc.new 2017-03-27 23:19:49.696070496 -0700 +@@ -1,2 +1,2 @@ + [Theme] +-name=F25 ++name=F26 diff --git a/kde-settings.spec b/kde-settings.spec index ef61805..ab5cb96 100644 --- a/kde-settings.spec +++ b/kde-settings.spec @@ -6,12 +6,14 @@ Name: kde-settings Version: 25 ## FIXME - I can't commit to github, so I had to separate this and Source0 ## - adamw -Release: 4%{?dist} +Release: 5%{?dist} License: MIT Url: https://github.com/FedoraKDE/kde-settings Source0: https://github.com/FedoraKDE/kde-settings/archive/v%{version}-%{rel}.tar.gz Source1: COPYING +# Change default theme from 'F25' to 'F26' (as I can't commit to github) +Patch0: kde-settings-26-theme.patch BuildArch: noarch BuildRequires: kde-filesystem @@ -79,7 +81,7 @@ Summary: Configuration files for Qt %prep -%setup -q -n %{name}-%{version}-%{rel} +%autosetup -p1 -n %{name}-%{version}-%{rel} # omit crud rm -fv Makefile @@ -174,6 +176,9 @@ perl -pi -e "s,^View0_URL=.*,View0_URL=file:///usr/share/doc/HTML/index.html," % %changelog +* Mon Mar 27 2017 Adam Williamson - 25-5 +- Patch another thing needed to get correct F26 theme + * Mon Mar 27 2017 Adam Williamson - 25-4 - Bump to F26 backgrounds