- Add place and clone plugins to default plugin list.
This commit is contained in:
parent
47d6cd7284
commit
8974c0316e
@ -1,11 +1,12 @@
|
|||||||
%define dialogversion 0.7.1
|
%define dialogversion 0.7.1
|
||||||
|
%define plugins place,png,decoration,clone,fade,minimize,move,resize,switcher,scale
|
||||||
|
|
||||||
Name: compiz
|
Name: compiz
|
||||||
Url: http://www.go-compiz.org
|
Url: http://www.go-compiz.org
|
||||||
License: X11/MIT/GPL
|
License: X11/MIT/GPL
|
||||||
Group: User Interface/Desktops
|
Group: User Interface/Desktops
|
||||||
Version: 0.3.6
|
Version: 0.3.6
|
||||||
Release: 5%{?dist}
|
Release: 6%{?dist}
|
||||||
|
|
||||||
Summary: OpenGL window and compositing manager
|
Summary: OpenGL window and compositing manager
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
@ -92,10 +93,12 @@ export CPPFLAGS
|
|||||||
%configure \
|
%configure \
|
||||||
--enable-gconf \
|
--enable-gconf \
|
||||||
--enable-dbus \
|
--enable-dbus \
|
||||||
|
--enable-place \
|
||||||
--enable-librsvg \
|
--enable-librsvg \
|
||||||
--enable-gtk \
|
--enable-gtk \
|
||||||
--enable-metacity \
|
--enable-metacity \
|
||||||
--enable-gnome \
|
--enable-gnome \
|
||||||
|
--with-default-plugs=%{plugins} \
|
||||||
--disable-kde
|
--disable-kde
|
||||||
|
|
||||||
make %{?_smp_mflags} imagedir=%{_datadir}/pixmaps
|
make %{?_smp_mflags} imagedir=%{_datadir}/pixmaps
|
||||||
@ -195,6 +198,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/libdecoration.so
|
%{_libdir}/libdecoration.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Apr 4 2007 Kristian Høgsberg <krh@redhat.com> - 0.3.6-6
|
||||||
|
- Add place and clone plugins to default plugin list.
|
||||||
|
|
||||||
* Wed Mar 28 2007 Kristian Høgsberg <krh@redhat.com> - 0.3.6-5
|
* Wed Mar 28 2007 Kristian Høgsberg <krh@redhat.com> - 0.3.6-5
|
||||||
- Update URL (#208214).
|
- Update URL (#208214).
|
||||||
- Require at least metacity 2.18 (#232831).
|
- Require at least metacity 2.18 (#232831).
|
||||||
|
Loading…
Reference in New Issue
Block a user