]> git.pld-linux.org Git - packages/compiz.git/commitdiff
- kconfig plugin back to its own package
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 13 Apr 2008 15:24:07 +0000 (15:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    compiz.spec -> 1.99

compiz.spec

index 5818d4fa4317be86c69db36c95635eee0b93c4c3..74e6bf221800399adca24f7088ad49a3ab6445c2 100644 (file)
@@ -4,7 +4,7 @@
 %bcond_without gtk             # gtk window decorator
 %bcond_without gnome           # gnome settings module
 %bcond_without metacity        # metacity theme support
-%bcond_without kde             # kde-window-decorator
+%bcond_without kde             # kde-window-decorator and kconfig
 %bcond_with    kde4            # kde4-window-decorator
 #
 Summary:       OpenGL window and compositing manager
@@ -74,7 +74,6 @@ BuildRequires:        kde4-kdelibs-devel
 BuildRequires: kde4-kdebase-workspace-devel
 %endif
 Requires:      %{name}-libs = %{version}-%{release}
-Obsoletes:     compiz-kconfig
 Obsoletes:     compiz-opacity
 Conflicts:     xorg-xserver-xgl < 0.0.20060505
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -152,6 +151,20 @@ GConf plugin for Compiz (GConf control backend).
 %description gconf -l pl.UTF-8
 Wtyczka GConf dla Compiza (backend sterujÄ…cy oparty na GConfie).
 
+%package kconfig 
+Summary:       kconfig plugin for Compiz
+Summary(pl.UTF-8):     Wtyczka kconfig dla Compiza
+Group:         X11/Applications
+Requires(post,preun):  GConf2
+Requires:      %{name} = %{version}-%{release}
+Obsoletes:     beryl-core-gconf
+
+%description kconfig 
+kconfig plugin for Compiz (KDE control backend).
+
+%description kconfig -l pl.UTF-8
+Wtyczka kconfig dla Compiza (backend sterujÄ…cy oparty na KDE).
+
 %package svg
 Summary:       SVG plugin for Compiz
 Summary(pl.UTF-8):     Wtyczka SVG dla Compiza
@@ -336,6 +349,14 @@ done
 %{_pkgconfigdir}/compiz-gconf.pc
 %endif
 
+%if %{with kde}
+%files kconfig
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/compiz/libkconfig.so
+%{_datadir}/config/compizrc
+%{_datadir}/config.kcfg/*.kcfg
+%endif
+
 %files svg
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/compiz/libsvg.so
@@ -363,9 +384,6 @@ done
 %files kde-decorator
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/kde-window-decorator
-%attr(755,root,root) %{_libdir}/compiz/libkconfig.so
-%{_datadir}/config.kcfg/*.kcfg
-%{_datadir}/config/compizrc
 %endif
 
 %if %{with kde4}
This page took 0.098052 seconds and 4 git commands to generate.