auto-import changelog data from metacity-2.4.0.92-1.src.rpm
Tue Aug 20 2002 Havoc Pennington <hp@redhat.com>
- grow size of top resize, and display proper cursor on enter notify
- require latest intltool to try and fix metacity.schemas by regenerating
it in non-UTF-8 locale
This commit is contained in:
parent
3ed5fdfdab
commit
378671610e
@ -1 +1 @@
|
||||
metacity-2.4.0.91.tar.bz2
|
||||
metacity-2.4.0.92.tar.bz2
|
||||
|
||||
@ -2,8 +2,8 @@
|
||||
|
||||
Summary: Metacity window manager
|
||||
Name: metacity
|
||||
Version: 2.4.0.91
|
||||
Release: 2
|
||||
Version: 2.4.0.92
|
||||
Release: 1
|
||||
URL: http://people.redhat.com/~hp/metacity/
|
||||
Source0: %{name}-%{version}.tar.bz2
|
||||
License: GPL
|
||||
@ -16,12 +16,12 @@ BuildRequires: Xft
|
||||
BuildRequires: GConf2-devel >= 1.2.0
|
||||
BuildRequires: desktop-file-utils >= 0.3
|
||||
BuildRequires: libglade2-devel >= 2.0.0
|
||||
BuildRequires: intltool >= 0.22
|
||||
|
||||
Requires: redhat-artwork >= 0.27
|
||||
|
||||
Patch0: metacity-2.3.987-default-theme.patch
|
||||
Patch1: metacity-2.3.987.92-system-font.patch
|
||||
Patch2: metacity-2.4.0.91-titlebar-font.patch
|
||||
|
||||
%description
|
||||
|
||||
@ -33,11 +33,16 @@ GNOME 2.
|
||||
|
||||
%patch0 -p1 -b .default-theme
|
||||
%patch1 -p1 -b .system-font
|
||||
%patch2 -p1 -b .titlebar-font
|
||||
|
||||
%build
|
||||
%configure
|
||||
make %{?_smp_mflags}
|
||||
|
||||
## intltool munges metacity.schemas in UTF-8 locale
|
||||
## http://bugzilla.gnome.org/show_bug.cgi?id=91289
|
||||
## force regeneration with intltool in non-UTF-8 locale
|
||||
rm -f src/metacity.schemas
|
||||
rm -f po/.intltool-merge-cache
|
||||
LANG=en_US.ISO-8859-1 make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
@ -78,6 +83,11 @@ done
|
||||
%{_datadir}/control-center-2.0
|
||||
|
||||
%changelog
|
||||
* Tue Aug 20 2002 Havoc Pennington <hp@redhat.com>
|
||||
- grow size of top resize, and display proper cursor on enter notify
|
||||
- require latest intltool to try and fix metacity.schemas by
|
||||
regenerating it in non-UTF-8 locale
|
||||
|
||||
* Thu Aug 15 2002 Havoc Pennington <hp@redhat.com>
|
||||
- default to Sans Bold font, fixes #70920 and matches graphic design spec
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user