Browse Source

metacity: update theme, drop old-old theme, enable composite manager

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@4012 ec354946-7b23-47d6-9f5a-488ba84defc7
daisuke 13 years ago
parent
commit
b5f1ad5471
1 changed files with 11 additions and 6 deletions
  1. 11 6
      m/metacity/metacity-vl.spec

+ 11 - 6
m/metacity/metacity-vl.spec

@@ -4,14 +4,13 @@ Summary: Metacity window manager
 Summary(ja): Metacity ウインドウマネージャ
 Name: metacity
 Version: 2.30.3
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 URL: http://ftp.gnome.org/pub/gnome/sources/metacity/
 License: GPL
 Group: User Interface/Desktops
 
 Source0: http://ftp.gnome.org/pub/GNOME/sources/metacity/2.30/%{name}-%{version}.tar.bz2
-Source10: metacity-theme-oldvine-2.0.tar.bz2
-Source20: metacity-theme-vine-5.0.tar.bz2
+Source10: metacity-theme-vine-6.tar.bz2
 
 # change default theme to Vine
 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
 # http://bugzilla.gnome.org/show_bug.cgi?id=558723
 Patch4: stop-spamming-xsession-errors.patch
+# enable compositing_manager
+Patch10: metacity-2.30.3-enable-compositing-manager.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 BuildRequires: gtk2-devel >= 2.20
@@ -65,6 +66,7 @@ API. This package exists purely for technical reasons.
 %patch1 -p1 -b .ctrlaltdel
 %patch2 -p1 -b .num_workspace
 %patch4 -p1 -b .stop-spamming-xsession-errors
+%patch10 -p1 -b .enable-compositing-manager
 
 %build
 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}/*.a
 
-# install Vine Theme (New default theme)
+# install Vine Theme (default theme)
 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}
 
@@ -128,6 +128,11 @@ done
 %{_mandir}/man1/metacity-window-demo.1.gz
 
 %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
 - new upstream release