mirror of
https://github.com/brl/mutter.git
synced 2025-02-16 13:24:09 +00:00
fix to install gconf schemas
2002-04-25 Havoc Pennington <hp@redhat.com> * metacity.spec: fix to install gconf schemas
This commit is contained in:
parent
e691b664e3
commit
e3156b007d
@ -1,3 +1,7 @@
|
|||||||
|
2002-04-25 Havoc Pennington <hp@redhat.com>
|
||||||
|
|
||||||
|
* metacity.spec: fix to install gconf schemas
|
||||||
|
|
||||||
2002-04-25 jacob berkman <jacob@ximian.com>
|
2002-04-25 jacob berkman <jacob@ximian.com>
|
||||||
|
|
||||||
* src/session.c (load_state): g_file_get_contents() takes a gsize
|
* src/session.c (load_state): g_file_get_contents() takes a gsize
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Summary: Metacity window manager
|
Summary: Metacity window manager
|
||||||
Name: metacity
|
Name: metacity
|
||||||
Version: 2.3.89
|
Version: 2.3.89
|
||||||
Release: 1
|
Release: 2
|
||||||
URL: http://people.redhat.com/~hp/metacity/
|
URL: http://people.redhat.com/~hp/metacity/
|
||||||
Source0: %{name}-%{version}.tar.gz
|
Source0: %{name}-%{version}.tar.gz
|
||||||
License: GPL
|
License: GPL
|
||||||
@ -24,11 +24,22 @@ make %{?_smp_mflags}
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
|
export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
|
||||||
%makeinstall
|
%makeinstall
|
||||||
|
unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
|
%post
|
||||||
|
|
||||||
|
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
|
||||||
|
SCHEMAS="metacity.schemas"
|
||||||
|
for S in $SCHEMAS; do
|
||||||
|
gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/$S > /dev/null
|
||||||
|
done
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc README AUTHORS COPYING NEWS HACKING theme-format.txt
|
%doc README AUTHORS COPYING NEWS HACKING theme-format.txt
|
||||||
@ -39,6 +50,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_datadir}/metacity
|
%{_datadir}/metacity
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Apr 25 2002 Havoc Pennington <hp@redhat.com>
|
||||||
|
- rebuild in different environment
|
||||||
|
- add gconf schemas boilerplate
|
||||||
|
|
||||||
* Mon Apr 15 2002 Havoc Pennington <hp@pobox.com>
|
* Mon Apr 15 2002 Havoc Pennington <hp@pobox.com>
|
||||||
- 2.3.89
|
- 2.3.89
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user