|
@@ -4,7 +4,7 @@ Summary: Metacity window manager
|
|
|
Summary(ja): Metacity ウインドウマネージャ
|
|
|
Name: metacity
|
|
|
Version: 2.34.0
|
|
|
-Release: 1%{?_dist_release}
|
|
|
+Release: 2%{?_dist_release}
|
|
|
URL: http://ftp.gnome.org/pub/gnome/sources/metacity/
|
|
|
License: GPL
|
|
|
Group: User Interface/Desktops
|
|
@@ -12,16 +12,23 @@ Group: User Interface/Desktops
|
|
|
Source0: http://ftp.gnome.org/pub/GNOME/sources/metacity/2.34/%{name}-%{version}.tar.bz2
|
|
|
Source10: metacity-theme-vine-6.tar.bz2
|
|
|
|
|
|
+# update ja.po from git
|
|
|
+# http://git.gnome.org/browse/metacity/commit/?id=8c407025fb3c83262c17bbb28fe175a416fb29ab
|
|
|
+Source20: metacity-2.34.0-ja.po
|
|
|
+
|
|
|
# change default theme to Vine
|
|
|
Patch0: metacity-2.34.0-default-theme.patch
|
|
|
# ctrl-alt-del call logout session
|
|
|
Patch1: metacity-2.26.0-ctrlaltdel.patch
|
|
|
# change default number of workspace
|
|
|
-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
|
|
|
Patch4: stop-spamming-xsession-errors.patch
|
|
|
# enable compositing_manager
|
|
|
Patch10: metacity-2.30.3-enable-compositing-manager.patch
|
|
|
+# change deafult (revert to 2.30 default)
|
|
|
+Patch11: metacity-2.34.0-revert-default-setting.patch
|
|
|
+
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
BuildRequires: gtk2-devel >= 2.20
|
|
@@ -42,6 +49,10 @@ BuildRequires: libgtop2-devel
|
|
|
BuildRequires: gnome-doc-utils
|
|
|
Requires(post): GConf2
|
|
|
|
|
|
+Vendor: Project Vine
|
|
|
+Distribution: Vine Linux
|
|
|
+Packager: daisuke
|
|
|
+
|
|
|
%description
|
|
|
Metacity is a simple window manager that integrates nicely with
|
|
|
the GNOME desktop.
|
|
@@ -64,9 +75,12 @@ API. This package exists purely for technical reasons.
|
|
|
|
|
|
%patch0 -p1 -b .default-theme
|
|
|
%patch1 -p1 -b .ctrlaltdel
|
|
|
-%patch2 -p1 -b .num_workspace
|
|
|
+# patch2 -p1 -b .num_workspace
|
|
|
%patch4 -p1 -b .stop-spamming-xsession-errors
|
|
|
%patch10 -p1 -b .enable-compositing-manager
|
|
|
+%patch11 -p1 -b .revert-default-settings
|
|
|
+
|
|
|
+cp -a %{SOURCE20} po/ja.po
|
|
|
|
|
|
%build
|
|
|
intltoolize --copy --force
|
|
@@ -128,8 +142,15 @@ done
|
|
|
%{_mandir}/man1/metacity-window-demo.1.gz
|
|
|
|
|
|
%changelog
|
|
|
+* Sun Jun 12 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.34.0-2
|
|
|
+- update ja.po from git
|
|
|
+
|
|
|
* Sat Jun 11 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.34.0-1
|
|
|
- update to 2.34.0
|
|
|
+- add patch11 to revert default settings
|
|
|
+ - default title font to Sans Bold 10
|
|
|
+ - add icon menu on titlebar
|
|
|
+- disable patch2 to change workspace num to 4 (factory default).
|
|
|
|
|
|
* Sat Jun 11 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.30.3-3
|
|
|
- update metacity theme
|