|
@@ -4,14 +4,13 @@ Summary: Metacity window manager
|
|
Summary(ja): Metacity ウインドウマネージャ
|
|
Summary(ja): Metacity ウインドウマネージャ
|
|
Name: metacity
|
|
Name: metacity
|
|
Version: 2.30.3
|
|
Version: 2.30.3
|
|
-Release: 1%{?_dist_release}
|
|
+Release: 2%{?_dist_release}
|
|
URL: http://ftp.gnome.org/pub/gnome/sources/metacity/
|
|
URL: http://ftp.gnome.org/pub/gnome/sources/metacity/
|
|
License: GPL
|
|
License: GPL
|
|
Group: User Interface/Desktops
|
|
Group: User Interface/Desktops
|
|
|
|
|
|
Source0: http://ftp.gnome.org/pub/GNOME/sources/metacity/2.30/%{name}-%{version}.tar.bz2
|
|
Source0: http://ftp.gnome.org/pub/GNOME/sources/metacity/2.30/%{name}-%{version}.tar.bz2
|
|
-Source10: metacity-theme-oldvine-2.0.tar.bz2
|
|
+Source10: metacity-theme-vine-6.tar.bz2
|
|
-Source20: metacity-theme-vine-5.0.tar.bz2
|
|
|
|
|
|
|
|
# change default theme to Vine
|
|
# change default theme to Vine
|
|
Patch0: metacity-2.26.0-default-theme.patch
|
|
Patch0: metacity-2.26.0-default-theme.patch
|
|
@@ -21,6 +20,8 @@ Patch1: metacity-2.26.0-ctrlaltdel.patch
|
|
Patch2: metacity-2.26.0-num_workspace.patch
|
|
Patch2: metacity-2.26.0-num_workspace.patch
|
|
# http://bugzilla.gnome.org/show_bug.cgi?id=558723
|
|
# http://bugzilla.gnome.org/show_bug.cgi?id=558723
|
|
Patch4: stop-spamming-xsession-errors.patch
|
|
Patch4: stop-spamming-xsession-errors.patch
|
|
|
|
+# enable compositing_manager
|
|
|
|
+Patch10: metacity-2.30.3-enable-compositing-manager.patch
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRequires: gtk2-devel >= 2.20
|
|
BuildRequires: gtk2-devel >= 2.20
|
|
@@ -65,6 +66,7 @@ API. This package exists purely for technical reasons.
|
|
%patch1 -p1 -b .ctrlaltdel
|
|
%patch1 -p1 -b .ctrlaltdel
|
|
%patch2 -p1 -b .num_workspace
|
|
%patch2 -p1 -b .num_workspace
|
|
%patch4 -p1 -b .stop-spamming-xsession-errors
|
|
%patch4 -p1 -b .stop-spamming-xsession-errors
|
|
|
|
+%patch10 -p1 -b .enable-compositing-manager
|
|
|
|
|
|
%build
|
|
%build
|
|
intltoolize --copy --force
|
|
intltoolize --copy --force
|
|
@@ -83,10 +85,8 @@ unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
|
|
/bin/rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
|
/bin/rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
|
/bin/rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
|
|
/bin/rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
|
|
|
|
|
|
-# install Vine Theme (New default theme)
|
|
+# install Vine Theme (default theme)
|
|
tar xzvf %{SOURCE10} -C $RPM_BUILD_ROOT%{_datadir}/themes
|
|
tar xzvf %{SOURCE10} -C $RPM_BUILD_ROOT%{_datadir}/themes
|
|
-# install NeoVine Theme
|
|
|
|
-tar xzvf %{SOURCE20} -C $RPM_BUILD_ROOT%{_datadir}/themes
|
|
|
|
|
|
|
|
%find_lang %{gettext_package}
|
|
%find_lang %{gettext_package}
|
|
|
|
|
|
@@ -128,6 +128,11 @@ done
|
|
%{_mandir}/man1/metacity-window-demo.1.gz
|
|
%{_mandir}/man1/metacity-window-demo.1.gz
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Wed Jun 01 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.30.3-2
|
|
|
|
+- update metacity theme
|
|
|
|
+- drop old old theme
|
|
|
|
+- add patch10 to enable compositing_manager by default
|
|
|
|
+
|
|
* Sun Oct 03 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.3-1
|
|
* Sun Oct 03 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.3-1
|
|
- new upstream release
|
|
- new upstream release
|
|
|
|
|