[kde-settings/f18] minimal subpkg

Rex Dieter rdieter at fedoraproject.org
Mon Sep 24 17:13:03 UTC 2012


commit 4beed172afe3613a96c7e17ea09213a8bfc08cfe
Author: Rex Dieter <rdieter at fedoraproject.org>
Date:   Mon Sep 24 12:13:07 2012 -0500

    minimal subpkg

 .gitignore        |    3 +--
 kde-settings.spec |   21 +++++++++++++++++++--
 sources           |    2 +-
 3 files changed, 21 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8a1e95a..5efa319 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,2 @@
 /kde-settings-4.8-17.tar.xz
-/kde-settings-4.9-8.tar.xz
-/kde-settings-4.9-9.tar.xz
+/kde-settings-4.9-10.tar.xz
diff --git a/kde-settings.spec b/kde-settings.spec
index 79c8ff6..f2d20ef 100644
--- a/kde-settings.spec
+++ b/kde-settings.spec
@@ -1,6 +1,6 @@
 # THIS SPECFILE IS FOR F18+ ONLY!
 
-%global rel 9
+%global rel 10 
 %global system_kde_theme_ver 17.91
 
 Summary: Config files for kde
@@ -30,6 +30,14 @@ Requires(post): coreutils sed
 %description
 %{summary}.
 
+%package minimal
+Summary: Minimal configuration files for KDE
+Requires: %{name} = %{version}-%{release}
+Requires: kde-workspace-ksplash-themes
+Requires: xorg-x11-xinit
+%description minimal
+%{summary}.
+
 %package kdm
 Summary: Configuration files for kdm
 # MinShowUID=-1 is only supported from 4.7.1-2 on
@@ -149,11 +157,17 @@ perl -pi -e "s,^View0_URL=.*,View0_URL=file:///usr/share/doc/HTML/index.html," %
 # drop noreplace, so we can be sure to get the new kiosk bits
 %config %{_sysconfdir}/kderc
 %config %{_sysconfdir}/kde4rc
-%{_datadir}/kde-settings/
+%dir %{_datadir}/kde-settings/
+%dir %{_datadir}/kde-settings/kde-profile/
+%{_datadir}/kde-settings/kde-profile/default/
 %if 0%{?rhel}
 %exclude %{_datadir}/kde-settings/kde-profile/default/share/apps/plasma-desktop/init/00-defaultLayout.js
 %endif
 
+%files minimal
+%{_datadir}/kde-settings/kde-profile/minimal/
+%{_sysconfdir}/X11/xinit/xinitrc.d/20-kdedirs-minimal.sh
+
 %post kdm
 %systemd_post kdm.service
 %preun kdm
@@ -200,6 +214,9 @@ perl -pi -e "s,^View0_URL=.*,View0_URL=file:///usr/share/doc/HTML/index.html," %
 
 
 %changelog
+* Mon Sep 24 2012 Rex Dieter <rdieter at fedoraproject.org> 4.9-10
+- -minimal subpkg
+
 * Tue Sep 04 2012 Dan Vratil <dvratil at redhat.com> 4.9-9
 - start kdm.service after livesys-late.service
 
diff --git a/sources b/sources
index a3901ef..b732698 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-20b08e8407367ffa3bd39d9051b80241  kde-settings-4.9-9.tar.xz
+a2e2ccb0ebf8e86915c68d32767b1bd7  kde-settings-4.9-10.tar.xz


More information about the scm-commits mailing list